Dune Core Modules (2.7.0)

localbasis.hh
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3#ifndef DUNE_LOCALFUNCTIONS_COMMON_LOCALBASIS_HH
4#define DUNE_LOCALFUNCTIONS_COMMON_LOCALBASIS_HH
5
6namespace Dune
7{
8
30 template<class DF, int n, class D, class RF, int m, class R, class J>
32 {
34 typedef DF DomainFieldType;
35
37 enum {
39 dimDomain = n
40 };
41
43 typedef D DomainType;
44
46 typedef RF RangeFieldType;
47
49 enum {
51 dimRange = m
52 };
53
55 typedef R RangeType;
56
63 typedef J JacobianType;
64 };
65
66}
67#endif
Dune namespace.
Definition: alignedallocator.hh:14
Type traits for LocalBasisVirtualInterface.
Definition: localbasis.hh:32
D DomainType
domain type
Definition: localbasis.hh:43
J JacobianType
Type to represent derivative.
Definition: localbasis.hh:63
@ dimDomain
dimension of the domain
Definition: localbasis.hh:39
RF RangeFieldType
Export type for range field.
Definition: localbasis.hh:46
DF DomainFieldType
Export type for domain field.
Definition: localbasis.hh:34
@ dimRange
dimension of the range
Definition: localbasis.hh:51
R RangeType
range type
Definition: localbasis.hh:55
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)