dune-fem 2.8.0
|
A single lagrange point. More...
#include <dune/fem/space/lagrange/lagrangepoints.hh>
Classes | |
struct | Codim |
Public Types | |
typedef BaseType::DofCoordinateType | DofCoordinateType |
Public Member Functions | |
LagrangePoint (unsigned int index) | |
LagrangePoint (const BaseType &point) | |
void | dofSubEntity (unsigned int &codim, unsigned int &subEntity) |
void | dofSubEntity (unsigned int &codim, unsigned int &subEntity, unsigned int &dofNumber) |
Static Public Member Functions | |
static unsigned int | entityDofNumber (unsigned int codim, unsigned int subEntity, unsigned int dof) |
Static Public Attributes | |
static const unsigned int | dimension = BaseType::dimension |
static const unsigned int | polynomialOrder = BaseType::polynomialOrder |
static const unsigned int | numLagrangePoints = BaseType::numLagrangePoints |
A single lagrange point.
A single Lagrange point which has methods to determine on which subentity a given lagrange point is located.
typedef BaseType::DofCoordinateType Dune::Fem::LagrangePoint< topologyId, dim, polOrder >::DofCoordinateType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
static |
|
static |