DUNE-FEM (unstable)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
LagrangeDiscreteFunctionSpace
Classes | |
class | Dune::Fem::LagrangePoint< topologyId, dim, polOrder > |
A single lagrange point. More... | |
class | Dune::Fem::LagrangePointListInterface< FieldImp, dim, maxPolOrder > |
Set of lagrange points. More... | |
class | Dune::Fem::LagrangeDiscreteFunctionSpace< FunctionSpace, GridPart, maxPolOrder, Storage > |
Lagrange discrete function space. More... | |
Detailed Description
Provides access to bse function sets for different element types in one grid and size of function space and maps from local to global dof number.
- Note
- This space can only be used with special index sets. If you want to use the LagrangeDiscreteFunctionSpace with an index set only supporting the index set interface you will have to use the IndexSetWrapper class to provide the required functionality.
- For adaptive calculations one has to use index sets that are capable of adaption (i.e. the method adaptive returns true). See also AdaptiveLeafIndexSet.
