|
dune-pdelab 2.7-git
|
Helper class to calculate the Traits of DiscreteGridFunctionCurl (3D) More...
#include <dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh>

Public Types | |
| enum | { dimDomain = n } |
| Enum for domain dimension. More... | |
| enum | { dimRange = m } |
| Enum for range dimension. More... | |
| typedef DF | DomainFieldType |
| Export type for domain field. | |
| typedef D | DomainType |
| domain type in dim-size coordinates | |
| typedef RF | RangeFieldType |
| Export type for range field. | |
| typedef R | RangeType |
| range type | |
| typedef GV | GridViewType |
| The type of the grid view the function lives on. | |
| typedef GV::Traits::template Codim< 0 >::Entity | ElementType |
| codim 0 entity | |
Helper class to calculate the Traits of DiscreteGridFunctionCurl (3D)
This is the specialization for dimRangeOfBasis == 3. It takes the curl of a function with dimRange == 3 and dimDomain == 3. The curl itself will have dimRange == 3.
|
inherited |
Export type for domain field.
|
inherited |
domain type in dim-size coordinates
|
inherited |
codim 0 entity
|
inherited |
The type of the grid view the function lives on.
|
inherited |
Export type for range field.
|
inherited |
range type
|
inherited |
|
inherited |