3.6-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::CVFEGridVolumeVariables< Traits, false > Class Template Reference

#include <dumux/discretization/cvfe/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

 CVFEGridVolumeVariables (const Problem &problem)
 
template<class GridGeometry , class SolutionVector >
void update (const GridGeometry &gridGeometry, const SolutionVector &sol)
 
const Problemproblem () const
 

Static Public Attributes

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

Member Typedef Documentation

◆ LocalView

template<class Traits >
using Dumux::CVFEGridVolumeVariables< Traits, false >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled>

export the type of the local view

◆ Problem

template<class Traits >
using Dumux::CVFEGridVolumeVariables< Traits, false >::Problem = typename Traits::Problem

export the problem type

◆ VolumeVariables

template<class Traits >
using Dumux::CVFEGridVolumeVariables< Traits, false >::VolumeVariables = typename Traits::VolumeVariables

export the volume variables type

Constructor & Destructor Documentation

◆ CVFEGridVolumeVariables()

template<class Traits >
Dumux::CVFEGridVolumeVariables< Traits, false >::CVFEGridVolumeVariables ( const Problem problem)
inline

Member Function Documentation

◆ problem()

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

◆ update()

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

Member Data Documentation

◆ cachingEnabled

template<class Traits >
constexpr bool Dumux::CVFEGridVolumeVariables< Traits, false >::cachingEnabled = false
staticconstexpr

make it possible to query if caching is enabled


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