version 3.10.0
Loading...
Searching...
No Matches
Dumux::DiscretizationMethods Namespace Reference

Namespaces

namespace  CVFEMethods

Classes

struct  CCTpfa
struct  CCMpfa
struct  CVFE
struct  Staggered
struct  FEM
struct  FCStaggered
struct  None

Typedefs

using Box = CVFE<CVFEMethods::PQ1>
using FCDiamond = CVFE<CVFEMethods::CR_RT>
using PQ1Bubble = CVFE<CVFEMethods::PQ1Bubble>

Variables

template<class DM>
constexpr bool isCVFE = Detail::IsCVFE<DM>::value
constexpr CCTpfa cctpfa {}
constexpr CCMpfa ccmpfa {}
constexpr Box box {}
constexpr PQ1Bubble pq1bubble {}
constexpr Staggered staggered {}
constexpr FEM fem {}
constexpr FCStaggered fcstaggered {}
constexpr FCDiamond fcdiamond {}
constexpr None none {}

Typedef Documentation

◆ Box

◆ FCDiamond

◆ PQ1Bubble

Variable Documentation

◆ box

Box Dumux::DiscretizationMethods::box {}
inlineconstexpr

◆ ccmpfa

CCMpfa Dumux::DiscretizationMethods::ccmpfa {}
inlineconstexpr

◆ cctpfa

CCTpfa Dumux::DiscretizationMethods::cctpfa {}
inlineconstexpr

◆ fcdiamond

FCDiamond Dumux::DiscretizationMethods::fcdiamond {}
inlineconstexpr

◆ fcstaggered

FCStaggered Dumux::DiscretizationMethods::fcstaggered {}
inlineconstexpr

◆ fem

FEM Dumux::DiscretizationMethods::fem {}
inlineconstexpr

◆ isCVFE

template<class DM>
bool Dumux::DiscretizationMethods::isCVFE = Detail::IsCVFE<DM>::value
inlineconstexpr

◆ none

None Dumux::DiscretizationMethods::none {}
inlineconstexpr

◆ pq1bubble

PQ1Bubble Dumux::DiscretizationMethods::pq1bubble {}
inlineconstexpr

◆ staggered

Staggered Dumux::DiscretizationMethods::staggered {}
inlineconstexpr