Face variables cache class for staggered models. Specialization in case of not storing the face variables. More...
#include <dumux/discretization/staggered/gridfacevariables.hh>
Face variables cache class for staggered models. Specialization in case of not 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) |
| Do nothing here. More... | |
| const Problem & | problem () const |
Static Public Attributes | |
| static constexpr bool | cachingEnabled = false |
| make it possible to query if caching is enabled More... | |
| using Dumux::StaggeredGridFaceVariables< P, FV, false, Traits >::FaceVariables = typename Traits::FaceVariables |
export the type of the face variables
| using Dumux::StaggeredGridFaceVariables< P, FV, false, Traits >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled> |
export the type of the local view
|
inline |
|
inline |
|
inline |
Do nothing here.
|
staticconstexpr |
make it possible to query if caching is enabled