|
| struct | mgis::function::SpaceTraits< SpaceType > |
| | a quadrature traits class defining the main properties of a space More...
|
| |
| struct | mgis::function::internals::UndefinedTypeSelector |
| | a metafunction returning an undefined type More...
|
| |
| struct | mgis::function::internals::ElementIndexTypeSelector< hasElementIndexType, Space > |
| | a meta function used to return SpaceType::element_index_type if it is defined, UndefinedTypeSelector::Undefined otherwise More...
|
| |
| struct | mgis::function::internals::ElementIndexTypeSelector< true, Space > |
| |
| struct | mgis::function::internals::ElementWorkspaceSelector< hasElementWorkspace, Space > |
| | a meta function used to return SpaceType::ElementWorkspace if it is defined, UndefinedTypeSelector::Undefined otherwise More...
|
| |
| struct | mgis::function::internals::ElementWorkspaceSelector< true, Space > |
| |
| struct | mgis::function::internals::CellIndexTypeSelector< hasCellIndexType, Space > |
| | a meta function used to return SpaceType::cell_index_type if it is defined, UndefinedTypeSelector::Undefined otherwise More...
|
| |
| struct | mgis::function::internals::CellIndexTypeSelector< true, Space > |
| |
| struct | mgis::function::internals::QuadraturePointIndexTypeSelector< hasQuadraturePointIndexType, Space > |
| | a meta function used to return SpaceType::quadrature_point_index_type if it is defined, UndefinedTypeSelector::Undefined otherwise More...
|
| |
| struct | mgis::function::internals::QuadraturePointIndexTypeSelector< true, Space > |
| |
| struct | mgis::function::internals::CellWorkspaceSelector< hasCellWorkspace, Space > |
| | a meta function used to return SpaceType::CellWorkspace if it is defined, UndefinedTypeSelector::Undefined otherwise More...
|
| |
| struct | mgis::function::internals::CellWorkspaceSelector< true, Space > |
| |