dune-fem 2.8.0
|
ReferenceVolume and local bary center keeper class. More...
#include <dune/fem/space/common/allgeomtypes.hh>
Public Types | |
typedef GridImp | GridType |
grid type | |
typedef GridType::ctype | ctype |
coordinate type | |
typedef std::decay_t< decltype(ReferenceElementsType::general(std::declval< const GeometryType & >())) > | ReferenceElementType |
type of reference element | |
typedef FieldVector< ctype, dim > | DomainType |
type of domain vector | |
Public Member Functions | |
GeometryInformation (const std::vector< GeometryType > &geomTypes) | |
creating geometry information due to given geometry types list | |
const DomainType | localCenter (const GeometryType &type) const |
return local bary center for geometry of type type | |
ctype | referenceVolume (const GeometryType &type) const |
return volume of reference element for geometry of type type | |
Static Public Member Functions | |
static auto | referenceElement (const GeometryType &type) -> decltype(ReferenceElementsType::general(type)) |
return reference element for type | |
Static Public Attributes | |
static const int | dim = GridType::dimension - codim |
dimension | |
Protected Types | |
typedef Dune::ReferenceElements< ctype, dim > | ReferenceElementsType |
Protected Member Functions | |
GeometryInformation () | |
constructor creating empty geometry information | |
void | buildMaps (const std::vector< GeometryType > &geomTypes) |
build maps | |
Protected Attributes | |
DomainType | isNoneLocalCenter_ |
ReferenceVolume and local bary center keeper class.
typedef GridType::ctype Dune::Fem::GeometryInformation< GridImp, codim >::ctype |
coordinate type
typedef FieldVector<ctype, dim> Dune::Fem::GeometryInformation< GridImp, codim >::DomainType |
type of domain vector
typedef GridImp Dune::Fem::GeometryInformation< GridImp, codim >::GridType |
grid type
|
protected |
typedef std::decay_t< decltype( ReferenceElementsType::general( std::declval< const GeometryType & >() ) ) > Dune::Fem::GeometryInformation< GridImp, codim >::ReferenceElementType |
type of reference element
|
inlineprotected |
constructor creating empty geometry information
|
inlineexplicit |
creating geometry information due to given geometry types list
|
inlineprotected |
build maps
|
inline |
return local bary center for geometry of type type
|
inlinestatic |
return reference element for type
|
inline |
return volume of reference element for geometry of type type
|
static |
dimension
|
protected |