3.1-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::StaggeredGridVolumeVariables< Traits, false > Class Template Reference

Grid volume variables class for staggered models. Specialization in case of not storing the volume variables. More...

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

Description

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

Grid volume variables class for staggered models. Specialization in case of not storing the volume variables.

Public Types

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

Public Member Functions

 StaggeredGridVolumeVariables (const Problem &problem)
 
template<class GridGeometry , class SolutionVector >
void update (const GridGeometry &gridGeometry, const SolutionVector &sol)
 
const Problemproblem () const
 
template<class... Args>
PrimaryVariables getBoundaryPriVars (Args &&... args) 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::StaggeredGridVolumeVariables< Traits, false >::LocalView = typename Traits::template LocalView<ThisType, cachingEnabled>

export the type of the local view

◆ Problem

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

export the problem type

◆ VolumeVariables

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

export the type of the VolumeVariables

Constructor & Destructor Documentation

◆ StaggeredGridVolumeVariables()

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

Member Function Documentation

◆ getBoundaryPriVars()

template<class Traits >
template<class... Args>
PrimaryVariables Dumux::StaggeredGridVolumeVariables< Traits, false >::getBoundaryPriVars ( Args &&...  args) const
inline

Returns the primary variables used for the boundary volVars and checks for admissible combinations for boundary conditions.

◆ problem()

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

◆ update()

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

Member Data Documentation

◆ cachingEnabled

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