Typedefs | |
| template<class TypeTag , class Impl , DiffMethod diffMethod, bool isImplicit> | |
| using | LocalAssemblerChooser_t = typename LocalAssemblerChooser< typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod >::template type< TypeTag, Impl, diffMethod, isImplicit > |
| template<class P > | |
| using | ProblemConstraintsDetector = decltype(std::declval< P >().constraints()) |
| helper struct detecting if problem has a constraints() function More... | |
Functions | |
| template<class P > | |
| constexpr bool | hasGlobalConstraints () |
| using Dumux::Experimental::Detail::LocalAssemblerChooser_t = typedef typename LocalAssemblerChooser< typename GetPropType<TypeTag, Properties::GridGeometry>::DiscretizationMethod >::template type<TypeTag, Impl, diffMethod> |
| using Dumux::Experimental::Detail::ProblemConstraintsDetector = typedef decltype(std::declval<P>().constraints()) |
|
inlineconstexpr |