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

Grid geometry for the diamond discretization. More...

Go to the source code of this file.

Description

Classes

struct  Dumux::FaceCenteredDiamondDefaultGridGeometryTraits< GridView, QuadratureTraits >
 The default traits for the face-centered diamond finite volume grid geometry Defines the scv and scvf types and the mapper types. More...
class  Dumux::FaceCenteredDiamondFVGridGeometry< GV, enableCaching, Traits >
 Grid geometry for the diamond discretization. More...

Namespaces

namespace  Dumux
namespace  Dumux::Detail

Typedefs

template<class GV, class T>
using Dumux::Detail::FaceCenteredDiamondGeometryHelper_t
template<class GridView, class ScvRule = Dumux::QuadratureRules::MidpointQuadrature, class ScvfRule = Dumux::QuadratureRules::MidpointQuadrature>
using Dumux::FaceCenteredDiamondQuadratureTraits = CVFE::DefaultQuadratureTraits<GridView, ScvRule, ScvfRule>
 Quadrature rule traits for FaceCenteredDiamond discretization.