version 3.9-dev
Dumux::NoExtrusion Struct Reference

Default implementation that performs no extrusion (extrusion with identity)

#include <dumux/discretization/extrusion.hh>

Static Public Member Functions

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)
 

Member Function Documentation

◆ 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: