Face variables cache class for staggered models. Specialization in case of storing the face variables. More...
#include <dumux/discretization/staggered/gridfacevariables.hh>
Face variables cache class for staggered models. Specialization in case of storing the face variables.
Public Types | |
| using | LocalView = typename Traits::template LocalView< ThisType, cachingEnabled > |
| export the type of the local view More... | |
| using | FaceVariables = typename Traits::FaceVariables |
| export the type of the face variables More... | |
Public Member Functions | |
| StaggeredGridFaceVariables (const Problem &problem) | |
| template<class GridGeometry , class SolutionVector > | |
| void | update (const GridGeometry &gridGeometry, const SolutionVector &sol) |
| Update all face variables. More... | |
| const FaceVariables & | faceVars (const std::size_t facetIdx) const |
| FaceVariables & | faceVars (const std::size_t facetIdx) |
| const Problem & | problem () const |
Static Public Attributes | |
| static constexpr bool | cachingEnabled = true |
| make it possible to query if caching is enabled More... | |
| using Dumux::StaggeredGridFaceVariables< P, FV, true, Traits >::FaceVariables = typename Traits::FaceVariables |
export the type of the face variables
| using Dumux::StaggeredGridFaceVariables< P, FV, true, Traits >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled> |
export the type of the local view
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Update all face variables.
|
staticconstexpr |
make it possible to query if caching is enabled