template<class FaceSolutionVector>
class Dumux::StaggeredFaceSolution< FaceSolutionVector >
The global face variables class for staggered models.
|
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...
|
|