Type traits for problem classes.
#include <dumux/common/typetraits/problem.hh>
|
| using | GridGeometry = std::decay_t<decltype(std::declval<Problem>().gridGeometry())> |
| |
| using | BoundaryTypes = typename Detail::template ProblemTraits<Problem, typename GridGeometry::DiscretizationMethod>::BoundaryTypes |
| |
◆ 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: