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

Flux variable caches traits. More...

#include <dumux/discretization/cellcentered/tpfa/gridfluxvariablescache.hh>

Description

template<class P, class FVC, class FVCF>
struct Dumux::CCTpfaDefaultGridFVCTraits< P, FVC, FVCF >

Flux variable caches traits.

Public Types

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

Member Typedef Documentation

◆ FluxVariablesCache

template<class P , class FVC , class FVCF >
using Dumux::CCTpfaDefaultGridFVCTraits< P, FVC, FVCF >::FluxVariablesCache = FVC

◆ FluxVariablesCacheFiller

template<class P , class FVC , class FVCF >
using Dumux::CCTpfaDefaultGridFVCTraits< P, FVC, FVCF >::FluxVariablesCacheFiller = FVCF

◆ LocalView

template<class P , class FVC , class FVCF >
template<class GridFluxVariablesCache , bool cachingEnabled>
using Dumux::CCTpfaDefaultGridFVCTraits< P, FVC, FVCF >::LocalView = CCTpfaElementFluxVariablesCache<GridFluxVariablesCache, cachingEnabled>

◆ Problem

template<class P , class FVC , class FVCF >
using Dumux::CCTpfaDefaultGridFVCTraits< P, FVC, FVCF >::Problem = P

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