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

Public Types | |
| enum | |
| Enum for domain dimension. More... | |
| enum | |
| Enum for range dimension. More... | |
| typedef GV::Grid::ctype | DomainFieldType |
| Export type for domain field. More... | |
| typedef Dune::FieldVector< GV::Grid::ctype, GV::dimension > | DomainType |
| domain type in dim-size coordinates More... | |
| typedef RangeFieldType | RangeFieldType |
| Export type for range field. More... | |
| typedef FieldVector< RangeFieldType, 1 > | RangeType |
| range type More... | |
| typedef GV | GridViewType |
| The type of the grid view the function lives on. More... | |
| typedef GV::Traits::template Codim< 0 >::Entity | ElementType |
| codim 0 entity More... | |
Helper class to calculate the Traits of DiscreteGridFunctionCurl (2D)
This is the specialization for dimRangeOfBasis == 2. It takes the curl of a function with dimRange == 2 and dimDomain == 2. The curl itself will have dimRange == 1.
|
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 |
Enum for domain dimension.
|
inherited |
Enum for range dimension.
1.8.17