3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Member Functions | List of all members
Dumux::StaggeredFaceSolution< FaceSolutionVector > Class Template Reference

The global face variables class for staggered models. More...

#include <dumux/discretization/staggered/facesolution.hh>

Description

template<class FaceSolutionVector>
class Dumux::StaggeredFaceSolution< FaceSolutionVector >

The global face variables class for staggered models.

Public Member Functions

template<class SubControlVolumeFace , class GridGeometry >
 StaggeredFaceSolution (const SubControlVolumeFace &scvf, const FaceSolutionVector &sol, const GridGeometry &gridGeometry)
 
template<typename IndexType >
const FacePrimaryVariables & operator[] (IndexType globalFaceDofIdx) const
 bracket operator const access More...
 
template<typename IndexType >
FacePrimaryVariables & operator[] (IndexType globalFaceDofIdx)
 bracket operator More...
 

Constructor & Destructor Documentation

◆ StaggeredFaceSolution()

template<class FaceSolutionVector >
template<class SubControlVolumeFace , class GridGeometry >
Dumux::StaggeredFaceSolution< FaceSolutionVector >::StaggeredFaceSolution ( const SubControlVolumeFace &  scvf,
const FaceSolutionVector &  sol,
const GridGeometry &  gridGeometry 
)
inline

Member Function Documentation

◆ operator[]() [1/2]

template<class FaceSolutionVector >
template<typename IndexType >
FacePrimaryVariables & Dumux::StaggeredFaceSolution< FaceSolutionVector >::operator[] ( IndexType  globalFaceDofIdx)
inline

bracket operator

◆ operator[]() [2/2]

template<class FaceSolutionVector >
template<typename IndexType >
const FacePrimaryVariables & Dumux::StaggeredFaceSolution< FaceSolutionVector >::operator[] ( IndexType  globalFaceDofIdx) const
inline

bracket operator const access


The documentation for this class was generated from the following file: