version 3.8
Dumux::Experimental::Detail Namespace Reference

Classes

struct  LocalAssemblerChooser
 
struct  LocalAssemblerChooser< DiscretizationMethods::CCMpfa >
 
struct  LocalAssemblerChooser< DiscretizationMethods::CCTpfa >
 
struct  LocalAssemblerChooser< DiscretizationMethods::CVFE< DM > >
 

Typedefs

template<class TypeTag , class Impl , DiffMethod diffMethod>
using LocalAssemblerChooser_t = typename LocalAssemblerChooser< typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod >::template type< TypeTag, Impl, diffMethod >
 

Typedef Documentation

◆ LocalAssemblerChooser_t

template<class TypeTag , class Impl , DiffMethod diffMethod>
using Dumux::Experimental::Detail::LocalAssemblerChooser_t = typedef typename LocalAssemblerChooser< typename GetPropType<TypeTag, Properties::GridGeometry>::DiscretizationMethod >::template type<TypeTag, Impl, diffMethod>