|
dune-pdelab
2.5-dev
|
collect types exported by a leaf grid function space More...
#include <dune/pdelab/gridfunctionspace/gridfunctionspace.hh>
Public Types | |
| using | GridView = impl::GridView< G > |
| the grid view where grid function is defined upon More... | |
| using | EntitySet = impl::EntitySet< G > |
| the entity set of this function space. More... | |
| using | GridViewType = GridView |
| typedef B | BackendType |
| vector backend More... | |
| typedef B | Backend |
| typedef B::size_type | SizeType |
| short cut for size type exported by Backend More... | |
| typedef L | FiniteElementMapType |
| finite element map More... | |
| typedef L | FiniteElementMap |
| finite element map More... | |
| typedef L::Traits::FiniteElementType | FiniteElementType |
| finite element More... | |
| typedef L::Traits::FiniteElementType | FiniteElement |
| typedef C | ConstraintsType |
| type representing constraints More... | |
| typedef O | OrderingTag |
| tag describing the ordering. More... | |
Static Public Attributes | |
| static const bool | isComposite = false |
| True if this grid function space is composed of others. More... | |
collect types exported by a leaf grid function space
This is based on a global FiniteElementMap
1.8.17