|
Flow123d
3.9.0-5d4406610
|
#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 338 of file field_model.hh.
| typedef std::shared_ptr< FieldBaseType > Model< spacedim, Value >::FieldBasePtr |
Definition at line 341 of file field_model.hh.
| typedef FieldAlgorithmBase<spacedim, Value> Model< spacedim, Value >::FieldBaseType |
Definition at line 340 of file field_model.hh.
|
inlinestatic |
Fn is a functor class and fn its instance.
Definition at line 348 of file field_model.hh.

|
inlinestatic |
Fn is a functor class and fn its instance.
Definition at line 366 of file field_model.hh.
1.8.17