3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::BoxGridVolumeVariables< P, VV, true, Traits > Class Template Reference

#include <dumux/discretization/box/gridvolumevariables.hh>

Inheritance diagram for Dumux::BoxGridVolumeVariables< P, VV, true, Traits >:
Inheritance graph

Public Types

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

Public Member Functions

 BoxGridVolumeVariables (const Problem &problem)
template<class GridGeometry, class SolutionVector>
void update (const GridGeometry &gridGeometry, const SolutionVector &sol)
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 eIdx, const std::size_t scvIdx) const
VolumeVariablesvolVars (const std::size_t eIdx, const std::size_t scvIdx)
const Problemproblem () const

Static Public Attributes

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

Member Typedef Documentation

◆ LocalView

template<class P, class VV, class Traits>
using Dumux::BoxGridVolumeVariables< P, VV, true, Traits >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled>

export the type of the local view

◆ Problem

template<class P, class VV, class Traits>
using Dumux::BoxGridVolumeVariables< P, VV, true, Traits >::Problem = typename Traits::Problem

export the problem type

◆ VolumeVariables

template<class P, class VV, class Traits>
using Dumux::BoxGridVolumeVariables< P, VV, true, Traits >::VolumeVariables = typename Traits::VolumeVariables

export the volume variables type

Constructor & Destructor Documentation

◆ BoxGridVolumeVariables()

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

Member Function Documentation

◆ problem()

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

◆ update()

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

◆ volVars() [1/4]

template<class P, class VV, class Traits>
VolumeVariables & Dumux::BoxGridVolumeVariables< P, VV, true, Traits >::volVars ( const std::size_t eIdx,
const std::size_t scvIdx )
inline

◆ volVars() [2/4]

template<class P, class VV, class Traits>
const VolumeVariables & Dumux::BoxGridVolumeVariables< P, VV, true, Traits >::volVars ( const std::size_t eIdx,
const std::size_t scvIdx ) const
inline

◆ volVars() [3/4]

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

◆ volVars() [4/4]

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

Member Data Documentation

◆ cachingEnabled

template<class P, class VV, class Traits>
bool Dumux::BoxGridVolumeVariables< P, VV, true, Traits >::cachingEnabled = true
staticconstexpr

make it possible to query if caching is enabled


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