Default implementation that performs no extrusion (extrusion with identity)
More...
#include <dumux/discretization/extrusion.hh>
Default implementation that performs no extrusion (extrusion with identity)
|
template<class SCVF > |
static constexpr auto | area (const SCVF &scvf) |
|
template<class SCV > |
static constexpr auto | volume (const SCV &scv) |
|
template<class Geometry > |
static constexpr auto | integrationElement (const Geometry &geo, const typename Geometry::LocalCoordinate &x) |
|
◆ area()
template<class SCVF >
static constexpr auto Dumux::NoExtrusion::area |
( |
const SCVF & |
scvf | ) |
|
|
inlinestaticconstexpr |
◆ integrationElement()
template<class Geometry >
static constexpr auto Dumux::NoExtrusion::integrationElement |
( |
const Geometry & |
geo, |
|
|
const typename Geometry::LocalCoordinate & |
x |
|
) |
| |
|
inlinestaticconstexpr |
◆ volume()
template<class SCV >
static constexpr auto Dumux::NoExtrusion::volume |
( |
const SCV & |
scv | ) |
|
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file: