Default implementation that performs no extrusion (extrusion with identity)
#include <dumux/discretization/extrusion.hh>
|
| 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()
template<class FVGeo, class SCVF>
| static constexpr auto Dumux::NoExtrusion::area |
( |
const FVGeo & | , |
|
|
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 FVGeo, class SCV>
| static constexpr auto Dumux::NoExtrusion::volume |
( |
const FVGeo & | , |
|
|
const SCV & | scv ) |
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file: