Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 37 of file vec_concat.h.
Public Types | |
enum | variant_type { scalar , scalars , vector } |
Public Member Functions | |
template<class U , class Sfinae = typename std::enable_if< is_rheolef_arithmetic<U>::value ,void >::type> | |
vec_concat_value (const U &x) | |
vec_concat_value (const std::vector< T > &x) | |
vec_concat_value (const vec< T, M > &x) | |
Public Attributes | |
T | s |
std::vector< T > | ss |
vec< T, M > | v |
variant_type | variant |
Enumerator | |
---|---|
scalar | |
scalars | |
vector |
Definition at line 40 of file vec_concat.h.
vec_concat_value | ( | const U & | x | ) |
Definition at line 49 of file vec_concat.h.
Definition at line 50 of file vec_concat.h.
Definition at line 51 of file vec_concat.h.
variant_type variant |
Definition at line 57 of file vec_concat.h.