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

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

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

Description

template<class P, class FV>
struct Dumux::StaggeredDefaultGridFaceVariablesTraits< P, FV >

Traits class to be used for the StaggeredGridFaceVariables.

Template Parameters
PThe problem type
FVThe face variables type

Public Types

template<class GridFaceVariables , bool enableCache>
using LocalView = StaggeredElementFaceVariables< GridFaceVariables, enableCache >
 
using FaceVariables = FV
 
using Problem = P
 

Member Typedef Documentation

◆ FaceVariables

template<class P , class FV >
using Dumux::StaggeredDefaultGridFaceVariablesTraits< P, FV >::FaceVariables = FV

◆ LocalView

template<class P , class FV >
template<class GridFaceVariables , bool enableCache>
using Dumux::StaggeredDefaultGridFaceVariablesTraits< P, FV >::LocalView = StaggeredElementFaceVariables<GridFaceVariables, enableCache>

◆ Problem

template<class P , class FV >
using Dumux::StaggeredDefaultGridFaceVariablesTraits< P, FV >::Problem = P

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