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

Type traits for problem classes. More...

#include <dumux/common/typetraits/problem.hh>

Description

template<class Problem>
struct Dumux::ProblemTraits< Problem >

Type traits for problem classes.

Public Types

using GridGeometry = std::decay_t< decltype(std::declval< Problem >().gridGeometry())>
 
using BoundaryTypes = typename Detail::template ProblemTraits< Problem, typename GridGeometry::DiscretizationMethod >::BoundaryTypes
 

Member Typedef Documentation

◆ BoundaryTypes

template<class Problem >
using Dumux::ProblemTraits< Problem >::BoundaryTypes = typename Detail::template ProblemTraits<Problem, typename GridGeometry::DiscretizationMethod>::BoundaryTypes

◆ GridGeometry

template<class Problem >
using Dumux::ProblemTraits< Problem >::GridGeometry = std::decay_t<decltype(std::declval<Problem>().gridGeometry())>

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