The box method is a collocated finite volume scheme with control volumes centered at grid nodes.
More...
|
| class | Dumux::BoxFVElementGeometry< GG, enableGridGeometryCache > |
| | Base class for the finite volume geometry vector for box models This builds up the sub control volumes and sub control volume faces for each element. More...
|
| |
| struct | Dumux::BoxDefaultGridGeometryTraits< GridView, MapperTraits > |
| | The default traits for the box finite volume grid geometry Defines the scv and scvf types and the mapper types. More...
|
| |
| class | Dumux::BoxFVGridGeometry< Scalar, GridView, enableGridGeometryCache, Traits > |
| | Base class for the finite volume geometry vector for box schemes This builds up the sub control volumes and sub control volume faces. More...
|
| |
| class | Dumux::BoxFVGridGeometry< Scalar, GV, true, Traits > |
| | Base class for the finite volume geometry vector for box schemes This builds up the sub control volumes and sub control volume faces. More...
|
| |
| class | Dumux::BoxFVGridGeometry< Scalar, GV, false, Traits > |
| | Base class for the finite volume geometry vector for box schemes This builds up the sub control volumes and sub control volume faces. More...
|
| |
| class | Dumux::ScvfToScvBoundaryTypes< BoundaryTypes, DiscretizationMethod > |
| | Convert intersection boundary types to vertex boundary types. More...
|
| |
| struct | Dumux::BoxDefaultScvGeometryTraits< GridView > |
| | Default traits class to be used for the sub-control volumes for the box scheme. More...
|
| |
| class | Dumux::BoxSubControlVolume< GV, T > |
| | the sub control volume for the box scheme More...
|
| |
| struct | Dumux::BoxDefaultScvfGeometryTraits< GridView > |
| | Default traits class to be used for the sub-control volume faces for the box scheme. More...
|
| |
| class | Dumux::BoxSubControlVolumeFace< GV, T > |
| | Class for a sub control volume face in the box method, i.e a part of the boundary of a sub control volume we compute fluxes on. We simply use the base class here. More...
|
| |