The global face variables class for staggered models.  
#include <dumux/discretization/staggered/facesolution.hh>
|  | 
| 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 
 | 
|  | 
| template<typename IndexType> | 
| FacePrimaryVariables & | operator[] (IndexType globalFaceDofIdx) | 
|  | bracket operator 
 | 
|  | 
◆ StaggeredFaceSolution()
template<class FaceSolutionVector> 
template<class SubControlVolumeFace, class GridGeometry> 
  
  | 
        
          | Dumux::StaggeredFaceSolution< FaceSolutionVector >::StaggeredFaceSolution | ( | const SubControlVolumeFace & | scvf, |  
          |  |  | const FaceSolutionVector & | sol, |  
          |  |  | const GridGeometry & | gridGeometry ) |  | inline | 
 
 
◆ operator[]() [1/2]
template<class FaceSolutionVector> 
template<typename IndexType> 
 
 
◆ operator[]() [2/2]
template<class FaceSolutionVector> 
template<typename IndexType> 
 
 
The documentation for this class was generated from the following file: