|
dune-fem
2.8-git
|
Classes | |
| class | AnisotropicBasisFunctionSets |
| A family of anisotropic local product basis function sets. More... | |
| class | BasisFunctionSets |
| abstract interface class for a family of local basis function sets More... | |
| class | LegendreBasisFunctionSets |
| A family of local product basis function sets. More... | |
| class | OrthogonalBasisFunctionSets |
| A family of orthogonal local basis function sets. More... | |
| class | LocalGeometryTypeIndexSet |
| Please doc me. More... | |
| class | LocalGeometryTypeIndexSet< dim, true > |
| class | LocalGeometryTypeIndexSet< dim, false > |
| class | GlobalGeometryTypeIndexSet |
| Please doc me. More... | |
| class | GlobalGeometryTypeIndexSet< maxdim, true > |
| class | GlobalGeometryTypeIndexSet< maxdim, false > |
| class | SingleGeometryTypeIndexSet |
| Please doc me. More... | |
| struct | GeometryTypes |
| class | GeometryTypeMap |
| associative container assigning values to each GeometryType More... | |
| class | LocalGeometryTypeMap |
| Please doc me. More... | |
| class | GlobalGeometryTypeMap |
| Please doc me. More... | |
| class | VectorialBasisFunctionSets |
| A meta implemenation of a family of local basis function sets. More... | |
| class | AdaptationManager |
| Manages the testriction and prolongation of discrete functions in | |
| class | DataProjection |
| Abstract definition of the local restriction and prolongation of discrete functions. More... | |
| class | DefaultDataProjection |
| Local | |
| class | DataProjectionTuple |
| A DataProjection wrapping an arbitrary number of projection operators. More... | |
| class | DataProjectionTuple< Head, Tail... > |
| class | DefaultDataProjectionTuple |
| A DataProjection for managing an arbitrary number of discrete functions. More... | |
| class | AnisotropicDiscontinuousGalerkinSpace |
| Implementation of an | |
| struct | DiscontinuousGalerkinBlockMapper |
| An | |
| class | DataHandle |
| class | DataHandle< DiscontinuousGalerkinBlockMapper< GridPart, LocalKeys > > |
| class | DefaultDiscontinuousGalerkinSpace |
| Default implementation of an | |
| class | LegendreDiscontinuousGalerkinSpace |
| Implementation of an | |
| class | HierarchicLegendreDiscontinuousGalerkinSpace |
| Implementation of an | |
| class | LocalDofStorage |
| class | OrthogonalDiscontinuousGalerkinSpace |
| Implementation of an | |
| class | DiscontinuousGalerkinSpace |
| Generic implementation of a | |
Functions | |
| template<class BasisFunctionSets > | |
| std::unique_ptr< DefaultDiscontinuousGalerkinSpace< BasisFunctionSets > > | make_space (typename BasisFunctionSets::GridPartType &gridPart, const BasisFunctionSets &basisFunctionSets, const typename BasisFunctionSets::KeyType &key, const InterfaceType interface=InteriorBorder_All_Interface, const CommunicationDirection direction=ForwardCommunication) |
| returns a new space instance for a given family of local basis function sets More... | |
| std::unique_ptr< DefaultDiscontinuousGalerkinSpace< BasisFunctionSets > > Dune::Fem::hpDG::make_space | ( | typename BasisFunctionSets::GridPartType & | gridPart, |
| const BasisFunctionSets & | basisFunctionSets, | ||
| const typename BasisFunctionSets::KeyType & | key, | ||
| const InterfaceType | interface = InteriorBorder_All_Interface, |
||
| const CommunicationDirection | direction = ForwardCommunication |
||
| ) |
returns a new space instance for a given family of local basis function sets
| BasisFunctionSets | a Dune::Fem::hpDG::BasisFunctionSets |
| [in] | gridPart | a Dune::Fem::GridPart instance |
| [in] | basisFunctionSets | a Dune::Fem::hpDG::BasisFunctionSets instance |
| [in] | key | a default key |
| [in] | interface | interface type |
| [in] | direction | communication direction |