dune-geometry
2.2.0
|
#include <dune/geometry/genericgeometry/referenceelements.hh>
Classes | |
class | BaryCenterArray |
struct | BaryCenterArray< codim > |
struct | Codim |
Public Types | |
typedef FieldVector< ctype, dimension > | CoordinateType |
Static Public Member Functions | |
template<unsigned int codim, unsigned int subcodim> | |
static unsigned int | subNumbering (unsigned int i, unsigned int j) |
template<unsigned int codim, unsigned int subcodim> | |
static unsigned int | size (unsigned int i) |
template<unsigned int codim> | |
static const FieldVector < ctype, dimension > & | baryCenter (unsigned int i) |
static const CoordinateType & | corner (unsigned int i) |
static bool | checkInside (const CoordinateType &x) |
static const CoordinateType & | integrationOuterNormal (unsigned int i) |
static ctype | volume () |
static const ReferenceElement & | instance () |
Static Public Attributes | |
static const unsigned int | topologyId = Topology :: id |
static const unsigned int | dimension = Topology :: dimension |
static const unsigned int | numCorners = Topology :: numCorners |
static const unsigned int | numNormals = ReferenceDomain< Topology > :: numNormals |
typedef FieldVector< ctype, dimension > Dune::GenericGeometry::ReferenceElement< Topology, ctype >::CoordinateType |
static const FieldVector< ctype, dimension >& Dune::GenericGeometry::ReferenceElement< Topology, ctype >::baryCenter | ( | unsigned int | i | ) | [inline, static] |
static bool Dune::GenericGeometry::ReferenceElement< Topology, ctype >::checkInside | ( | const CoordinateType & | x | ) | [inline, static] |
static const CoordinateType& Dune::GenericGeometry::ReferenceElement< Topology, ctype >::corner | ( | unsigned int | i | ) | [inline, static] |
static const ReferenceElement& Dune::GenericGeometry::ReferenceElement< Topology, ctype >::instance | ( | ) | [inline, static] |
static const CoordinateType& Dune::GenericGeometry::ReferenceElement< Topology, ctype >::integrationOuterNormal | ( | unsigned int | i | ) | [inline, static] |
static unsigned int Dune::GenericGeometry::ReferenceElement< Topology, ctype >::size | ( | unsigned int | i | ) | [inline, static] |
static unsigned int Dune::GenericGeometry::ReferenceElement< Topology, ctype >::subNumbering | ( | unsigned int | i, |
unsigned int | j | ||
) | [inline, static] |
static ctype Dune::GenericGeometry::ReferenceElement< Topology, ctype >::volume | ( | ) | [inline, static] |
const unsigned int Dune::GenericGeometry::ReferenceElement< Topology, ctype >::dimension = Topology :: dimension [static] |
const unsigned int Dune::GenericGeometry::ReferenceElement< Topology, ctype >::numCorners = Topology :: numCorners [static] |
const unsigned int Dune::GenericGeometry::ReferenceElement< Topology, ctype >::numNormals = ReferenceDomain< Topology > :: numNormals [static] |
const unsigned int Dune::GenericGeometry::ReferenceElement< Topology, ctype >::topologyId = Topology :: id [static] |