version 3.8.0
Loading...
Searching...
No Matches
Dumux::FaceCenteredStaggeredGridVolumeVariables< Traits, false > Class Template Reference

Specialization when the current volume variables are not stored globally.

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

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

 FaceCenteredStaggeredGridVolumeVariables (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::FaceCenteredStaggeredGridVolumeVariables< Traits, false >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled>

◆ Problem

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

◆ VolumeVariables

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

Constructor & Destructor Documentation

◆ FaceCenteredStaggeredGridVolumeVariables()

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

Member Function Documentation

◆ problem()

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

◆ update()

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

Member Data Documentation

◆ cachingEnabled

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

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