Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 33 of file field_concat.h.
Public Types | |
enum | variant_type { scalar , vector_scalar , field } |
Public Member Functions | |
template<class U , class Sfinae = typename std::enable_if< is_rheolef_arithmetic<U>::value ,void >::type> | |
field_concat_value (const U &x) | |
field_concat_value (const std::vector< T > &x) | |
field_concat_value (const field_basic< T, M > &x) | |
Public Attributes | |
T | s |
std::vector< T > | vs |
field_basic< T, M > | f |
variant_type | variant |
enum variant_type |
Enumerator | |
---|---|
scalar | |
vector_scalar | |
field |
Definition at line 38 of file field_concat.h.
field_concat_value | ( | const U & | x | ) |
Definition at line 49 of file field_concat.h.
field_concat_value | ( | const std::vector< T > & | x | ) |
Definition at line 50 of file field_concat.h.
field_concat_value | ( | const field_basic< T, M > & | x | ) |
Definition at line 51 of file field_concat.h.
Definition at line 61 of file field_concat.h.
Definition at line 62 of file field_concat.h.
Definition at line 63 of file field_concat.h.
variant_type variant |
Definition at line 64 of file field_concat.h.