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 FVGeo , class SCVF > |
| static constexpr auto | area (const FVGeo &, const SCVF &scvf) |
| |
| template<class FVGeo , class SCV > |
| static constexpr auto | volume (const FVGeo &, const SCV &scv) |
| |
| template<class Geometry > |
| static constexpr auto | integrationElement (const Geometry &geo, const typename Geometry::LocalCoordinate &x) |
| |
◆ area() [1/2]
template<class FVGeo , class SCVF >
| static constexpr auto Dumux::NoExtrusion::area |
( |
const FVGeo & |
, |
|
|
const SCVF & |
scvf |
|
) |
| |
|
inlinestaticconstexpr |
◆ area() [2/2]
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() [1/2]
template<class FVGeo , class SCV >
| static constexpr auto Dumux::NoExtrusion::volume |
( |
const FVGeo & |
, |
|
|
const SCV & |
scv |
|
) |
| |
|
inlinestaticconstexpr |
◆ volume() [2/2]
template<class SCV >
| static constexpr auto Dumux::NoExtrusion::volume |
( |
const SCV & |
scv | ) |
|
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file: