The available discretization methods in Dumux. More...
Go to the source code of this file.
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 {} |