version 3.8
Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true > Class Template Reference

specialization in case of storing the volume variables

#include <dumux/discretization/facecentered/staggered/gridvolumevariables.hh>

Public Types

using Problem = typename Traits::Problem
 export the problem type More...
 
using VolumeVariables = typename Traits::VolumeVariables
 export the volume variables type More...
 
using LocalView = typename Traits::template LocalView< ThisType, cachingEnabled >
 export the type of the local view More...
 

Public Member Functions

 FaceCenteredStaggeredGridVolumeVariables (const Problem &problem)
 
template<class GridGeometry , class SolutionVector >
void update (const GridGeometry &gridGeometry, const SolutionVector &sol)
 
const VolumeVariablesvolVars (const std::size_t scvIdx) const
 
VolumeVariablesvolVars (const std::size_t scvIdx)
 
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0>
const VolumeVariablesvolVars (const SubControlVolume scv) const
 
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0>
VolumeVariablesvolVars (const SubControlVolume scv)
 
const VolumeVariablesvolVars (const std::size_t scvIdx, const std::size_t localIdx) const
 
VolumeVariablesvolVars (const std::size_t scvIdx, const std::size_t localIdx)
 
const Problemproblem () const
 The problem we are solving. More...
 

Static Public Attributes

static constexpr bool cachingEnabled = true
 make it possible to query if caching is enabled More...
 

Member Typedef Documentation

◆ LocalView

template<class Traits >
using Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled>

◆ Problem

template<class Traits >
using Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::Problem = typename Traits::Problem

◆ VolumeVariables

template<class Traits >
using Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::VolumeVariables = typename Traits::VolumeVariables

Constructor & Destructor Documentation

◆ FaceCenteredStaggeredGridVolumeVariables()

template<class Traits >
Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::FaceCenteredStaggeredGridVolumeVariables ( const Problem problem)
inline

Member Function Documentation

◆ problem()

template<class Traits >
const Problem & Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::problem ( ) const
inline

◆ update()

template<class Traits >
template<class GridGeometry , class SolutionVector >
void Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::update ( const GridGeometry &  gridGeometry,
const SolutionVector &  sol 
)
inline

◆ volVars() [1/6]

template<class Traits >
VolumeVariables & Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::volVars ( const std::size_t  scvIdx)
inline

◆ volVars() [2/6]

template<class Traits >
const VolumeVariables & Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::volVars ( const std::size_t  scvIdx) const
inline

◆ volVars() [3/6]

template<class Traits >
VolumeVariables & Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::volVars ( const std::size_t  scvIdx,
const std::size_t  localIdx 
)
inline

◆ volVars() [4/6]

template<class Traits >
const VolumeVariables & Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::volVars ( const std::size_t  scvIdx,
const std::size_t  localIdx 
) const
inline

◆ volVars() [5/6]

template<class Traits >
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0>
VolumeVariables & Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::volVars ( const SubControlVolume  scv)
inline

◆ volVars() [6/6]

template<class Traits >
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0>
const VolumeVariables & Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::volVars ( const SubControlVolume  scv) const
inline

Member Data Documentation

◆ cachingEnabled

template<class Traits >
constexpr bool Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, true >::cachingEnabled = true
staticconstexpr

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