DUNE-ACFEM (unstable)
geometry.hh
81 using ReferenceElementType = std::decay_t<decltype(ReferenceElementsType::general(std::declval<const GeometryType&>()))>;
Export some hard-to-get-at things for geometries.
Definition: geometry.hh:64
static const DomainType localCenter(const GeometryType &type)
return local bary center for geometry of type type
Definition: geometry.hh:88
typename GridPartType::ctype ctype
coordinate type
Definition: geometry.hh:74
std::decay_t< decltype(ReferenceElementsType::general(std::declval< const GeometryType & >()))> ReferenceElementType
type of reference element
Definition: geometry.hh:81
static auto referenceElement(const GeometryType &type)
return reference element for type
Definition: geometry.hh:100
GridPart GridPartType
grid type
Definition: geometry.hh:68
FieldVector< ctype, dim > DomainType
type of domain vector, local coordinates.
Definition: geometry.hh:84
static ctype referenceVolume(const GeometryType &type)
return volume of reference element for geometry of type type
Definition: geometry.hh:94
Geometry::ctype h2Estimate(const Geometry &geometry)
Compute a rough estimate of the square of the diameter of the element's Geometry.
Definition: geometry.hh:20
Geometry::ctype hEstimate(const Geometry &geometry)
Compute a rough estimate of the diameter of the element's Geometry.
Definition: geometry.hh:41
auto pow(T1 &&t1, T2 &&t2)
Power operations with scalar exponents are promoted to component-wise power operations by multiplying...
Definition: expressions.hh:525
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Dec 27, 23:30, 2024)