version 3.11-dev
Loading...
Searching...
No Matches

Default implementation that performs no extrusion (extrusion with identity).

#include <dumux/discretization/extrusion.hh>

Static Public Member Functions

template<class FVGeo, class Face>
static constexpr auto area (const FVGeo &, const Face &face)
template<class FVGeo>
static constexpr auto area (const FVGeo &, const typename FVGeo::GridGeometry::GridView::template Codim< 1 >::Entity::Geometry &geo)
template<class FVGeo, class SCV>
static constexpr auto volume (const FVGeo &, const SCV &scv)
template<class FVGeo>
static constexpr auto volume (const FVGeo &, const typename FVGeo::GridGeometry::GridView::template Codim< 0 >::Entity::Geometry &geo)
template<class Geometry>
static constexpr auto integrationElement (const Geometry &geo, const typename Geometry::LocalCoordinate &x)

Member Function Documentation

◆ area() [1/2]

template<class FVGeo, class Face>
constexpr auto Dumux::NoExtrusion::area ( const FVGeo & ,
const Face & face )
inlinestaticconstexpr

◆ area() [2/2]

template<class FVGeo>
constexpr auto Dumux::NoExtrusion::area ( const FVGeo & ,
const typename FVGeo::GridGeometry::GridView::template Codim< 1 >::Entity::Geometry & geo )
inlinestaticconstexpr

◆ integrationElement()

template<class Geometry>
constexpr auto Dumux::NoExtrusion::integrationElement ( const Geometry & geo,
const typename Geometry::LocalCoordinate & x )
inlinestaticconstexpr

◆ volume() [1/2]

template<class FVGeo, class SCV>
constexpr auto Dumux::NoExtrusion::volume ( const FVGeo & ,
const SCV & scv )
inlinestaticconstexpr

◆ volume() [2/2]

template<class FVGeo>
constexpr auto Dumux::NoExtrusion::volume ( const FVGeo & ,
const typename FVGeo::GridGeometry::GridView::template Codim< 0 >::Entity::Geometry & geo )
inlinestaticconstexpr

The documentation for this struct was generated from the following file: