A staggered finite volume scheme with degrees of freedom at cell-centers and facets. In this implementation, momentum control volumes do not explicitly exist, but the implementation uses workarounds.
More...
|
class | Dumux::StaggeredFVAssembler< TypeTag, diffMethod, isImplicit > |
| A linear system assembler (residual and Jacobian) for staggered finite volume schemes. This is basically just a wrapper for the MultiDomainFVAssembler which simplifies the set-up of uncoupled problems using the staggered scheme. More...
|
|
class | Dumux::StaggeredLocalResidual< TypeTag > |
| Calculates the element-wise residual for the staggered FV scheme. More...
|
|
class | Dumux::StaggeredFVProblem< TypeTag > |
| Base class for all staggered finite-volume problems. More...
|
|
class | Dumux::StaggeredElementFaceVariables< GridFaceVariables, cachingEnabled > |
| Base class for the face variables vector. More...
|
|
class | Dumux::StaggeredElementFaceVariables< GFV, true > |
| Class for the face variables vector. Specialization for the case of storing the face variables globally. More...
|
|
class | Dumux::StaggeredElementFaceVariables< GFV, false > |
| Class for the face variables vector. Specialization for the case of not storing the face variables globally. More...
|
|
class | Dumux::StaggeredElementFluxVariablesCache< GridFluxVariablesCache, cachingEnabled > |
| Base class for the stencil local flux variables cache for the staggered model. More...
|
|
class | Dumux::StaggeredElementFluxVariablesCache< GFVC, true > |
| Class for the stencil local flux variables cache for the staggered model. Specialization for the case of storing the fluxvars cache globally. More...
|
|
class | Dumux::StaggeredElementFluxVariablesCache< GFVC, false > |
| Class for the stencil local flux variables cache for the staggered model. Specialization for the case of not storing the fluxvars cache globally. More...
|
|
class | Dumux::StaggeredFaceSolution< FaceSolutionVector > |
| The global face variables class for staggered models. More...
|
|
class | Dumux::StaggeredFreeFlowConnectivityMap< GridGeometry > |
| Stores the dof indices corresponding to the neighboring cell centers and faces that contribute to the derivative calculation. Specialization for the staggered free flow model. More...
|
|
class | Dumux::StaggeredElementVolumeVariables< GVV, cachingEnabled > |
| Base class for the element volume variables vector for the staggered model. More...
|
|
class | Dumux::StaggeredElementVolumeVariables< GVV, true > |
| Class for the element volume variables vector for the staggered model. Specialization in case the volume variables are stored globally. More...
|
|
class | Dumux::StaggeredElementVolumeVariables< GVV, false > |
| Class for the element volume variables vector for the staggered model. Specialization in case the volume variables are not stored globally. More...
|
|
class | Dumux::StaggeredFaceVariables< FacePrimaryVariables, dim, upwindSchemeOrder > |
| The face variables class for free flow staggered grid models. Contains all relevant velocities for the assembly of the momentum balance. When the upwindSchemeOrder is set to 2, additional velocities located at Dofs further from the central stencil will be added and used when calculating the advective term. When the order remains at 1, these velocities will not be provided. More...
|
|
struct | Dumux::StaggeredFreeFlowDefaultFVGridGeometryTraits< GridView, upwOrder, MapperTraits > |
| Default traits for the finite volume grid geometry. More...
|
|
class | Dumux::StaggeredGridVolumeVariables< Traits, cachingEnabled > |
| Grid volume variables class for staggered models. More...
|
|
class | Dumux::StaggeredGridVolumeVariables< Traits, true > |
| Grid volume variables class for staggered models. Specialization in case of storing the volume variables. More...
|
|
class | Dumux::StaggeredGridVolumeVariables< Traits, false > |
| Grid volume variables class for staggered models. Specialization in case of not storing the volume variables. More...
|
|
struct | Dumux::Detail::PairData< GridView, upwindSchemeOrder > |
| Parallel Data stored per sub face. More...
|
|
struct | Dumux::Detail::AxisData< GridView, upwindSchemeOrder > |
| In Axis Data stored per sub face. More...
|
|
struct | Dumux::Detail::AxisData< GridView, 1 > |
| In Axis Data stored per sub face for first-order scheme. More...
|
|
class | Dumux::FreeFlowStaggeredGeometryHelper< GridView, upwindSchemeOrder > |
| Helper class constructing the dual grid finite volume geometries for the free flow staggered discretization method. More...
|
|
struct | Dumux::FreeFlowStaggeredDefaultScvfGeometryTraits< GridView, upwindSchemeOrder > |
| Default traits class to be used for the sub-control volume faces for the free-flow staggered finite volume scheme. More...
|
|
class | Dumux::FreeFlowStaggeredSubControlVolumeFace< GV, upwindSchemeOrder, T > |
| Class for a sub control volume face in the staggered method, i.e a part of the boundary of a sub control volume we compute fluxes on. This is a specialization for free flow models. More...
|
|
class | Dumux::StaggeredFreeFlowVelocityOutput< GridVariables, SolutionVector > |
| Velocity output for staggered free-flow models. More...
|
|
class | Dumux::StaggeredFVElementGeometry< GG, enableGridGeometryCache > |
| Stencil-local finite volume geometry (scvs and scvfs) for staggered models This builds up the sub control volumes and sub control volume faces for each element in the local scope we are restricting to, e.g. stencil or element. More...
|
|
class | Dumux::StaggeredFVElementGeometry< GG, true > |
| Base class for the finite volume geometry vector for staggered models This locally builds up the sub control volumes and sub control volume faces for each element. Specialization for grid caching enabled. More...
|
|
class | Dumux::StaggeredFVElementGeometry< GG, false > |
| Base class for the finite volume geometry vector for staggered models This locally builds up the sub control volumes and sub control volume faces for each element. Specialization for grid caching disabled. More...
|
|
class | Dumux::GridGeometryView< ActualGridGeometry > |
| Base class for cell center of face specific auxiliary FvGridGeometry classes. Provides a common interface and a pointer to the actual gridGeometry. More...
|
|
class | Dumux::CellCenterFVGridGeometry< ActualGridGeometry > |
| Cell center specific auxiliary FvGridGeometry classes. Required for the Dumux multi-domain framework. More...
|
|
class | Dumux::FaceFVGridGeometry< ActualGridGeometry > |
| Face specific auxiliary FvGridGeometry classes. Required for the Dumux multi-domain framework. More...
|
|
class | Dumux::StaggeredFVGridGeometry< GridView, cachingEnabled, Traits > |
| Base class for the finite volume geometry vector for staggered models This builds up the sub control volumes and sub control volume faces for each element. More...
|
|
class | Dumux::StaggeredFVGridGeometry< GV, true, T > |
| Base class for the finite volume geometry vector for staggered models This builds up the sub control volumes and sub control volume faces for each element. Specialization in case the FVElementGeometries are stored. More...
|
|
class | Dumux::StaggeredFVGridGeometry< GV, false, T > |
| Base class for the finite volume geometry vector for staggered models This builds up the sub control volumes and sub control volume faces for each element. Specialization in case the FVElementGeometries are stored. More...
|
|
struct | Dumux::StaggeredDefaultGridFaceVariablesTraits< P, FV > |
| Traits class to be used for the StaggeredGridFaceVariables. More...
|
|
class | Dumux::StaggeredGridFaceVariables< Problem, FaceVariables, cachingEnabled, Traits > |
| Face variables cache class for staggered models. More...
|
|
class | Dumux::StaggeredGridFaceVariables< P, FV, true, Traits > |
| Face variables cache class for staggered models. Specialization in case of storing the face variables. More...
|
|
class | Dumux::StaggeredGridFaceVariables< P, FV, false, Traits > |
| Face variables cache class for staggered models. Specialization in case of not storing the face variables. More...
|
|
struct | Dumux::StaggeredDefaultGridFluxVariablesCacheTraits< P, FVC, FVCF, upwOrder > |
| Traits class to be used for the StaggeredGridVFluxVariablesCache. More...
|
|
class | Dumux::StaggeredGridFluxVariablesCache< Problem, FluxVariablesCache, FluxVariablesCacheFiller, EnableGridFluxVariablesCache, upwindSchemeOrder, Traits > |
| Flux variables cache class for staggered models. More...
|
|
class | Dumux::StaggeredGridFluxVariablesCache< P, FVC, FVCF, true, upwindSchemeOrder, TheTraits > |
| Flux variables cache class for staggered models. Specialization in case of storing the flux cache. More...
|
|
class | Dumux::StaggeredGridFluxVariablesCache< P, FVC, FVCF, false, upwindSchemeOrder, TheTraits > |
| Flux variables cache class for staggered models. Specialization in case of not storing the flux cache. More...
|
|
class | Dumux::StaggeredGridVariablesView< ActualGridVariables > |
| Base class for cell center of face specific auxiliary GridVariables classes. Provides a common interface and a pointer to the actual grid variables. More...
|
|
class | Dumux::CellCenterGridVariablesView< ActualGridVariables > |
| Cell center specific auxiliary GridVariables classes. Required for the Dumux multi-domain framework. More...
|
|
class | Dumux::FaceGridVariablesView< ActualGridVariables > |
| Face specific auxiliary GridVariables classes. Required for the Dumux multi-domain framework. More...
|
|
class | Dumux::StaggeredGridVariables< GG, GVV, GFVC, GFV > |
| Class storing data associated to scvs and scvfs. More...
|
|
class | Dumux::BaseStaggeredGeometryHelper< GridView > |
| Base class for a staggered grid geometry helper. More...
|
|
struct | Dumux::StaggeredDefaultScvfGeometryTraits< GridView > |
| Default traits class to be used for the sub-control volume faces for the staggered finite volume scheme. More...
|
|
class | Dumux::StaggeredSubControlVolumeFace< GV, T > |
| Class for a sub control volume face in the staggered method, i.e a part of the boundary of a sub control volume we compute fluxes on. More...
|
|
class | Dumux::StaggeredCouplingManager< MDTraits > |
| Base coupling manager for the staggered discretization. More...
|
|
class | Dumux::SubDomainFaceCenteredLocalAssemblerBase< id, TypeTag, Assembler, Implementation, dm, implicit > |
| A base class for all face-centered staggered local assemblers. More...
|
|
class | Dumux::SubDomainFaceCenteredLocalAssembler< id, TypeTag, Assembler, DM, implicit > |
| The face-centered staggered scheme multidomain local assembler. More...
|
|
class | Dumux::SubDomainFaceCenteredLocalAssembler< id, TypeTag, Assembler, DiffMethod::numeric, true > |
| Face-centered staggered scheme multi domain local assembler using numeric differentiation and implicit time discretization. More...
|
|
class | Dumux::SubDomainFaceCenteredLocalAssembler< id, TypeTag, Assembler, DiffMethod::numeric, false > |
| Face-centered staggered scheme multi domain local assembler using numeric differentiation and explicit time discretization. More...
|
|
class | Dumux::SubDomainStaggeredLocalAssemblerBase< id, TypeTag, Assembler, Implementation, isImplicit > |
| A base class for all multidomain local assemblers (staggered) More...
|
|
class | Dumux::SubDomainStaggeredLocalAssemblerImplicitBase< id, TypeTag, Assembler, Implementation > |
| A base class for all implicit multidomain local assemblers (staggered) More...
|
|
class | Dumux::SubDomainStaggeredLocalAssembler< id, TypeTag, Assembler, DM, implicit > |
| The staggered multidomain local assembler. More...
|
|
class | Dumux::SubDomainStaggeredLocalAssembler< id, TypeTag, Assembler, DiffMethod::numeric, true > |
| Staggered scheme local assembler using numeric differentiation and implicit time discretization. More...
|
|