3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dumux::StaggeredGridFaceVariables< P, FV, false, Traits > Class Template Reference

Face variables cache class for staggered models. Specialization in case of not storing the face variables. More...

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

Description

template<class P, class FV, class Traits>
class Dumux::StaggeredGridFaceVariables< P, FV, false, Traits >

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...
 

Member Typedef Documentation

◆ FaceVariables

template<class P , class FV , class Traits >
using Dumux::StaggeredGridFaceVariables< P, FV, false, Traits >::FaceVariables = typename Traits::FaceVariables

export the type of the face variables

◆ LocalView

template<class P , class FV , class Traits >
using Dumux::StaggeredGridFaceVariables< P, FV, false, Traits >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled>

export the type of the local view

Constructor & Destructor Documentation

◆ StaggeredGridFaceVariables()

template<class P , class FV , class Traits >
Dumux::StaggeredGridFaceVariables< P, FV, false, Traits >::StaggeredGridFaceVariables ( const Problem &  problem)
inline

Member Function Documentation

◆ problem()

template<class P , class FV , class Traits >
const Problem & Dumux::StaggeredGridFaceVariables< P, FV, false, Traits >::problem ( ) const
inline

◆ update()

template<class P , class FV , class Traits >
template<class GridGeometry , class SolutionVector >
void Dumux::StaggeredGridFaceVariables< P, FV, false, Traits >::update ( const GridGeometry &  gridGeometry,
const SolutionVector &  sol 
)
inline

Do nothing here.

Member Data Documentation

◆ cachingEnabled

template<class P , class FV , class Traits >
constexpr bool Dumux::StaggeredGridFaceVariables< P, FV, false, Traits >::cachingEnabled = false
staticconstexpr

make it possible to query if caching is enabled


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