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

Specialization when the current volume variables are not stored globally. More...

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

Inheritance diagram for Dumux::CCGridVolumeVariables< Traits, false >:
Inheritance graph

Description

template<class Traits>
class Dumux::CCGridVolumeVariables< Traits, false >

Specialization when the current volume variables are not stored globally.

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

 CCGridVolumeVariables (const Problem &problem)
template<class GridGeometry, class SolutionVector>
void update (const GridGeometry &gridGeometry, const SolutionVector &sol)
const Problemproblem () const
 The problem we are solving.

Static Public Attributes

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

Member Typedef Documentation

◆ LocalView

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

export the type of the local view

◆ Problem

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

export the problem type

◆ VolumeVariables

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

export the volume variables type

Constructor & Destructor Documentation

◆ CCGridVolumeVariables()

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

Member Function Documentation

◆ problem()

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

The problem we are solving.

◆ update()

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

Member Data Documentation

◆ cachingEnabled

template<class Traits>
bool Dumux::CCGridVolumeVariables< 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: