3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Static Public Attributes | List of all members
Dumux::StaggeredDefaultGridFluxVariablesCacheTraits< P, FVC, FVCF, upwOrder > Struct Template Reference

Traits class to be used for the StaggeredGridVFluxVariablesCache. More...

#include <dumux/discretization/staggered/gridfluxvariablescache.hh>

Description

template<class P, class FVC, class FVCF, int upwOrder>
struct Dumux::StaggeredDefaultGridFluxVariablesCacheTraits< P, FVC, FVCF, upwOrder >

Traits class to be used for the StaggeredGridVFluxVariablesCache.

Template Parameters
PThe problem type
FVCThe flux variables cache type

Public Types

using Problem = P
 
using FluxVariablesCache = FVC
 
using FluxVariablesCacheFiller = FVCF
 
template<class GridFluxVariablesCache , bool cachingEnabled>
using LocalView = StaggeredElementFluxVariablesCache< GridFluxVariablesCache, cachingEnabled >
 

Static Public Attributes

static constexpr int upwindSchemeOrder = upwOrder
 

Member Typedef Documentation

◆ FluxVariablesCache

template<class P , class FVC , class FVCF , int upwOrder>
using Dumux::StaggeredDefaultGridFluxVariablesCacheTraits< P, FVC, FVCF, upwOrder >::FluxVariablesCache = FVC

◆ FluxVariablesCacheFiller

template<class P , class FVC , class FVCF , int upwOrder>
using Dumux::StaggeredDefaultGridFluxVariablesCacheTraits< P, FVC, FVCF, upwOrder >::FluxVariablesCacheFiller = FVCF

◆ LocalView

template<class P , class FVC , class FVCF , int upwOrder>
template<class GridFluxVariablesCache , bool cachingEnabled>
using Dumux::StaggeredDefaultGridFluxVariablesCacheTraits< P, FVC, FVCF, upwOrder >::LocalView = StaggeredElementFluxVariablesCache<GridFluxVariablesCache, cachingEnabled>

◆ Problem

template<class P , class FVC , class FVCF , int upwOrder>
using Dumux::StaggeredDefaultGridFluxVariablesCacheTraits< P, FVC, FVCF, upwOrder >::Problem = P

Member Data Documentation

◆ upwindSchemeOrder

template<class P , class FVC , class FVCF , int upwOrder>
constexpr int Dumux::StaggeredDefaultGridFluxVariablesCacheTraits< P, FVC, FVCF, upwOrder >::upwindSchemeOrder = upwOrder
staticconstexpr

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