dune-fem 2.8.0
|
default implementation uses method geomTypes of given index set. Used in DiscreteFunctionSpaces. More...
#include <dune/fem/space/common/allgeomtypes.hh>
Classes | |
struct | InsertGeometryTypes |
Public Types | |
typedef IndexSetImp | IndexSetType |
typedef GridImp | GridType |
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 | |
AllGeomTypes (const IndexSetType &indexSet) | |
constructor storing index set reference | |
const std ::vector< GeometryType > & | geomTypes (unsigned int codim) const |
returns vector with geometry tpyes this index set has indices for | |
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 bool | multipleGeomTypes () |
UGGrid might have different geom types. | |
static auto | referenceElement (const GeometryType &type) -> decltype(ReferenceElementsType::general(type)) |
return reference element for type | |
Static Public Attributes | |
static const int | dim |
dimension | |
Protected Types | |
typedef Dune::ReferenceElements< ctype, dim > | ReferenceElementsType |
Protected Member Functions | |
void | buildMaps (const std::vector< GeometryType > &geomTypes) |
build maps | |
Protected Attributes | |
std::vector< std::vector< GeometryType > > | geomTypes_ |
DomainType | isNoneLocalCenter_ |
default implementation uses method geomTypes of given index set. Used in DiscreteFunctionSpaces.
|
inherited |
coordinate type
|
inherited |
type of domain vector
typedef GridImp Dune::Fem::AllGeomTypes< IndexSetImp, GridImp >::GridType |
typedef IndexSetImp Dune::Fem::AllGeomTypes< IndexSetImp, GridImp >::IndexSetType |
|
protectedinherited |
|
inherited |
type of reference element
|
inlineexplicit |
constructor storing index set reference
|
inlineprotectedinherited |
build maps
|
inline |
returns vector with geometry tpyes this index set has indices for
|
inlineinherited |
return local bary center for geometry of type type
|
inlinestatic |
UGGrid might have different geom types.
|
inlinestaticinherited |
return reference element for type
|
inlineinherited |
return volume of reference element for geometry of type type
|
staticinherited |
dimension
|
protected |
|
protectedinherited |