Flow123d
master-f44eb46
|
#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 291 of file field_model.hh.
typedef std::shared_ptr< FieldBaseType > Model< spacedim, Value >::FieldBasePtr |
Definition at line 294 of file field_model.hh.
typedef FieldAlgorithmBase<spacedim, Value> Model< spacedim, Value >::FieldBaseType |
Definition at line 293 of file field_model.hh.
|
inlinestatic |
Fn is a functor class and fn its instance.
Definition at line 301 of file field_model.hh.
|
inlinestatic |
Fn is a functor class and fn its instance.
Definition at line 319 of file field_model.hh.