#include <dune/fem/space/lagrange/lagrangepoints.hh>
|
static const int | maxPolynomialOrder = maxPolOrder |
| polynomial order of corresponding base functions
|
|
◆ CoordinateType
template<class FieldImp , unsigned int topologyId, unsigned int dim, unsigned int maxPolOrder>
◆ ElementCoordinateType
template<typename FieldImp , int dim>
◆ FieldType
template<class FieldImp , unsigned int topologyId, unsigned int dim, unsigned int maxPolOrder>
◆ anonymous enum
template<typename FieldImp , int dim>
to be revised, look at caching quad
◆ anonymous enum
template<class FieldImp , unsigned int topologyId, unsigned int dim, unsigned int maxPolOrder>
◆ LagrangePointListImplementation() [1/3]
template<class FieldImp , unsigned int topologyId, unsigned int dim, unsigned int maxPolOrder>
◆ LagrangePointListImplementation() [2/3]
template<class FieldImp , unsigned int topologyId, unsigned int dim, unsigned int maxPolOrder>
◆ LagrangePointListImplementation() [3/3]
template<class FieldImp , unsigned int topologyId, unsigned int dim, unsigned int maxPolOrder>
◆ addDofInfo()
template<class FieldImp , int dim, unsigned int maxPolOrder>
◆ addIntegrationPoint()
template<typename FieldImp , int dim>
Adds an integration point to the list.
This method allows derived classes to add integration points to the list. This mehtod should only be used within the constructor of the derived class.
◆ dofInfo()
template<class FieldImp , int dim, unsigned int maxPolOrder>
◆ dofSubEntity()
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 |
◆ entityDofNumber()
template<class FieldImp , int dim, unsigned int maxPolOrder>
◆ geometryType()
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 >.
◆ id()
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
◆ interpolationPoints()
template<typename FieldImp , int dim>
returns list of element interpolation points for a given face quadrature
◆ isFaceInterpolationQuadrature()
template<typename FieldImp , int dim>
return true if quadrature is also a set of interpolation points for a given number of shape functions
◆ maxDofs()
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
◆ maxOrder()
template<class FieldImp , int dim, unsigned int maxPolOrder>
◆ nop()
template<typename FieldImp , int dim>
obtain the number of integration points
- Returns
- number of integration points within this list
◆ numDofs() [1/2]
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
◆ numDofs() [2/2]
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
◆ order()
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 >.
◆ point()
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
◆ setIntegrationPoints()
template<typename FieldImp , int dim>
Overwrites integration point list
◆ setLagrangePointImpl()
template<class FieldImp , int dim, unsigned int maxPolOrder>
◆ id_
template<typename FieldImp , int dim>
◆ maxPolynomialOrder
template<class FieldImp , unsigned int topologyId, unsigned int dim, unsigned int maxPolOrder>
polynomial order of corresponding base functions
◆ points_
template<typename FieldImp , int dim>
|
mutableprotectedinherited |
The documentation for this class was generated from the following file: