#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/lagrange/lagrangepoints.hh>
template<class FieldImp , unsigned int topologyId, unsigned int dim, unsigned int maxPolOrder>
template<class FieldImp , unsigned int topologyId, unsigned int dim, unsigned int maxPolOrder>
template<class FieldImp , unsigned int topologyId, unsigned int dim, unsigned int maxPolOrder>
template<typename FieldImp, int dim>
to be revised, look at caching quad
template<class FieldImp , unsigned int topologyId, unsigned int dim, unsigned int maxPolOrder>
template<class FieldImp , unsigned int topologyId, unsigned int dim, unsigned int maxPolOrder>
template<class FieldImp , int dim, unsigned int maxPolOrder>
template<typename FieldImp, int dim>
template<class FieldImp , int dim, unsigned int maxPolOrder>
template<class FieldImp , int dim, unsigned int maxPolOrder>
void Dune::Fem::LagrangePointListInterface< FieldImp, dim, maxPolOrder >::dofSubEntity |
( |
unsigned int |
index, |
|
|
unsigned int & |
codim, |
|
|
unsigned int & |
subEntity, |
|
|
unsigned int & |
dofNumber |
|
) |
| const |
|
inlineinherited |
template<class FieldImp , int dim, unsigned int maxPolOrder>
template<class FieldImp , int dim, unsigned int maxPolOrder>
obtain GeometryType for this integration point list
Integration point lists are specified in local coordinates, i.e., coordinates with respect to the reference element. Hence, each integration point list is only valid for one type of geometry, i.e., for one reference element. The type can be retrieved via this method.
- Returns
- GeometryType for this integration point list
Implements Dune::Fem::IntegrationPointListImp< FieldImp, dim >.
template<typename FieldImp, int dim>
obtain the identifier of the integration point list
The identifier of an integration point list must be globally unique. Even integration point lists for different dimensions must have different identifiers.
- Note
- Quadratures are considered distinct if they differ in one of the following points: geometry type, order, dimension or implementation.
- Returns
- globally unique identifier of the integration point list
Referenced by Dune::Fem::CacheProvider< GridPart, 1 >::getMapper(), Dune::Fem::PointProvider< ct, dim, 1 >::getMappers(), Dune::Fem::PointProvider< ct, dim, 1 >::getPoints(), Dune::Fem::TwistProvider< ct, dim >::getTwistStorage(), and Dune::Fem::PointProvider< ct, dim, 0 >::registerQuadrature().
template<class FieldImp , int dim, unsigned int maxPolOrder>
obtain the maximal number of DoFs in one entity of a codimension
- Parameters
-
[in] | codim | codimension, the information is desired for |
- Returns
- maximal number of DoFs for one entity in the codimension
template<class FieldImp , int dim, unsigned int maxPolOrder>
template<typename FieldImp, int dim>
obtain the number of integration points
- Returns
- number of integration points within this list
Referenced by Dune::Fem::LocalDGPass< DiscreteModelImp, PreviousPassImp >::applyLocalNeighbor(), Dune::Fem::TwistMapperCreator< ct, dim >::createStorage(), Dune::Fem::PointProvider< ct, dim, 1 >::getMappers(), Dune::Fem::IntegrationPointListImp< ct, Topology::dimension >::point(), and Dune::Fem::PointProvider< ct, dim, 0 >::registerQuadrature().
template<class FieldImp , int dim, unsigned int maxPolOrder>
obtain the number of DoFs on one entity
- Parameters
-
[in] | codim | codimension of the entity |
[in] | subEntity | number of the subentity (of the given codimension) |
- Returns
- the number of DoFs associated with the specified entity
template<class FieldImp , int dim, unsigned int maxPolOrder>
obtain the total number of DoFs in a codimension
- Parameters
-
[in] | codim | codimension the information is desired for |
- Returns
- the number of DoFs associated with the codimension
template<class FieldImp , int dim, unsigned int maxPolOrder>
obtain order of the integration point list
The order of a quadrature is the maximal polynomial degree that is guaranteed to be integrated exactly by the quadrature.
In case of an integration point list, the definition of this value is left to the implementor.
- Returns
- the order of the integration point list
Implements Dune::Fem::IntegrationPointListImp< FieldImp, dim >.
template<typename FieldImp, int dim>
obtain coordinates of i-th integration point
This method returns a reference to the coordinates of the i-th integration point for 0 <= i < nop(). The integration point is given in local coordinates, i.e., coordinates with respect to the reference element.
- Parameters
-
[in] | i | number of the integration point, 0 <= i < nop() |
- Returns
- reference to i-th integration point
Referenced by Dune::Fem::TwistMapperCreator< ct, dim >::createStorage(), Dune::Fem::PointProvider< ct, dim, 1 >::getMappers(), Dune::Fem::PointProvider< ct, dim, 0 >::registerQuadrature(), and Dune::Fem::QuadratureImp< FieldImp, 1 >::weight().
template<class FieldImp , int dim, unsigned int maxPolOrder>
template<class FieldImp , unsigned int topologyId, unsigned int dim, unsigned int maxPolOrder>
polynomial order of corresponding base functions
The documentation for this class was generated from the following file: