Flow123d
JS_before_hm-983-gccfd4b3
|
#include <field_model.hh>
Public Types | |
typedef FieldAlgorithmBase< spacedim, Value > | FieldBaseType |
typedef std::shared_ptr< FieldBaseType > | FieldBasePtr |
Static Public Member Functions | |
template<typename Fn , class... InputFields> | |
static auto | create (Fn *fn, InputFields &&...inputs) -> decltype(auto) |
template<typename Function , typename Tuple , size_t... I> | |
static auto | call_create (Function f, Tuple t, std::index_sequence< I... >) |
template<typename Fn , class... InputFields> | |
static auto | create_multi (Fn *fn, InputFields &&...inputs) -> decltype(auto) |
Auxiliary class to avoid explicit specification of constructor template parameters.
Definition at line 275 of file field_model.hh.
typedef std::shared_ptr< FieldBaseType > Model< spacedim, Value >::FieldBasePtr |
Definition at line 278 of file field_model.hh.
typedef FieldAlgorithmBase<spacedim, Value> Model< spacedim, Value >::FieldBaseType |
Definition at line 277 of file field_model.hh.
|
inlinestatic |
Definition at line 289 of file field_model.hh.
|
inlinestatic |
Definition at line 281 of file field_model.hh.
|
inlinestatic |
Definition at line 295 of file field_model.hh.