dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Attributes | List of all members
Dune::Fem::LagrangePointSetTraits< Field, dim, maxPolOrder > Struct Template Reference

#include <dune/fem/space/lagrange/lagrangepoints.hh>

Classes

struct  PointListTraits
 default defines for used point lists More...
 

Public Types

typedef Field FieldType
 field type of coordinates
 
typedef Fem::IntegrationPointList< FieldType, dimension, PointListTraitsIntegrationPointListType
 type of used integration point list
 
typedef IntegrationPointListType::CoordinateType CoordinateType
 type of global coordinate
 

Static Public Attributes

static const unsigned int maxPolynomialOrder = maxPolOrder
 polynomial order of corresponding base functions
 
static const int dimension = dim
 dimension of points
 
static const int codimension = 0
 codimension of point set
 

Member Typedef Documentation

◆ CoordinateType

template<class Field , int dim, unsigned int maxPolOrder>
typedef IntegrationPointListType::CoordinateType Dune::Fem::LagrangePointSetTraits< Field, dim, maxPolOrder >::CoordinateType

type of global coordinate

◆ FieldType

template<class Field , int dim, unsigned int maxPolOrder>
typedef Field Dune::Fem::LagrangePointSetTraits< Field, dim, maxPolOrder >::FieldType

field type of coordinates

◆ IntegrationPointListType

template<class Field , int dim, unsigned int maxPolOrder>
typedef Fem::IntegrationPointList< FieldType, dimension, PointListTraits > Dune::Fem::LagrangePointSetTraits< Field, dim, maxPolOrder >::IntegrationPointListType

type of used integration point list

Member Data Documentation

◆ codimension

template<class Field , int dim, unsigned int maxPolOrder>
const int Dune::Fem::LagrangePointSetTraits< Field, dim, maxPolOrder >::codimension = 0
static

codimension of point set

◆ dimension

template<class Field , int dim, unsigned int maxPolOrder>
const int Dune::Fem::LagrangePointSetTraits< Field, dim, maxPolOrder >::dimension = dim
static

dimension of points

◆ maxPolynomialOrder

template<class Field , int dim, unsigned int maxPolOrder>
const unsigned int Dune::Fem::LagrangePointSetTraits< Field, dim, maxPolOrder >::maxPolynomialOrder = maxPolOrder
static

polynomial order of corresponding base functions


The documentation for this struct was generated from the following file: