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

Flux variable caches traits. More...

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

Description

template<class P, class FVC>
struct Dumux::BoxDefaultGridFVCTraits< P, FVC >

Flux variable caches traits.

Public Types

using Problem = P
 
using FluxVariablesCache = FVC
 
template<class GridFluxVariablesCache , bool cachingEnabled>
using LocalView = BoxElementFluxVariablesCache< GridFluxVariablesCache, cachingEnabled >
 

Member Typedef Documentation

◆ FluxVariablesCache

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

◆ LocalView

template<class P , class FVC >
template<class GridFluxVariablesCache , bool cachingEnabled>
using Dumux::BoxDefaultGridFVCTraits< P, FVC >::LocalView = BoxElementFluxVariablesCache<GridFluxVariablesCache, cachingEnabled>

◆ Problem

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

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