dune-geometry  2.4
Static Public Member Functions | Static Public Attributes | List of all members
Dune::GenericGeometry::ReferenceDomain< Topology > Struct Template Reference

#include <dune/geometry/genericgeometry/referencedomain.hh>

Static Public Member Functions

template<class ctype >
static void corner (unsigned int i, FieldVector< ctype, dimension > &x)
 
template<class ctype >
static bool checkInside (const FieldVector< ctype, dimension > &x)
 
template<class ctype >
static void integrationOuterNormal (unsigned int i, FieldVector< ctype, dimension > &n)
 
template<class ctype >
static ctype volume ()
 

Static Public Attributes

static const unsigned int numCorners = Topology::numCorners
 
static const unsigned int dimension = Topology::dimension
 
static const unsigned int numNormals = ReferenceDomainBase< Topology >::numNormals
 

Member Function Documentation

template<class Topology>
template<class ctype >
static bool Dune::GenericGeometry::ReferenceDomain< Topology >::checkInside ( const FieldVector< ctype, dimension > &  x)
inlinestatic
template<class Topology>
template<class ctype >
static void Dune::GenericGeometry::ReferenceDomain< Topology >::corner ( unsigned int  i,
FieldVector< ctype, dimension > &  x 
)
inlinestatic
template<class Topology>
template<class ctype >
static void Dune::GenericGeometry::ReferenceDomain< Topology >::integrationOuterNormal ( unsigned int  i,
FieldVector< ctype, dimension > &  n 
)
inlinestatic
template<class Topology>
template<class ctype >
static ctype Dune::GenericGeometry::ReferenceDomain< Topology >::volume ( )
inlinestatic

Member Data Documentation

template<class Topology>
const unsigned int Dune::GenericGeometry::ReferenceDomain< Topology >::dimension = Topology::dimension
static
template<class Topology>
const unsigned int Dune::GenericGeometry::ReferenceDomain< Topology >::numCorners = Topology::numCorners
static
template<class Topology>
const unsigned int Dune::GenericGeometry::ReferenceDomain< Topology >::numNormals = ReferenceDomainBase< Topology >::numNormals
static

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