dune-geometry  2.2.0
Static Public Member Functions | Static Public Attributes
Dune::GenericGeometry::ReferenceDomain< Topology > Struct Template Reference

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

List of all members.

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

Detailed Description

template<class Topology>
struct Dune::GenericGeometry::ReferenceDomain< Topology >


Member Function Documentation

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

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: