version 3.10.0
Loading...
Searching...
No Matches
method.hh File Reference

The available discretization methods in Dumux.

#include <ostream>
#include <string>
#include <dumux/common/tag.hh>

Go to the source code of this file.

Classes

struct  Dumux::DiscretizationMethods::CCTpfa
struct  Dumux::DiscretizationMethods::CCMpfa
struct  Dumux::DiscretizationMethods::CVFE< DM >
struct  Dumux::DiscretizationMethods::CVFEMethods::PQ1
struct  Dumux::DiscretizationMethods::CVFEMethods::CR_RT
struct  Dumux::DiscretizationMethods::CVFEMethods::PQ1Bubble
struct  Dumux::DiscretizationMethods::Staggered
struct  Dumux::DiscretizationMethods::FEM
struct  Dumux::DiscretizationMethods::FCStaggered
struct  Dumux::DiscretizationMethods::None

Namespaces

namespace  Dumux
namespace  Dumux::DiscretizationMethods
namespace  Dumux::DiscretizationMethods::CVFEMethods

Typedefs

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

Variables

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