version 3.9.0
Loading...
Searching...
No Matches
Dumux::ProblemTraits< Problem > Struct Template Reference

Type traits for problem classes.

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

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: