|
rheolef
6.3
|
Classes | |
| struct | static_initializer_t |
| struct | valued_tag_traits |
| struct | valued_tag_traits< point_basic< T > > |
| struct | valued_tag_traits< tensor_basic< T > > |
| struct | valued_tag_traits< tensor4_basic< T > > |
| struct | valued_tag_traits< undeterminated_basic< T > > |
| struct | valued_type_traits |
| struct | valued_type_traits< scalar, T > |
| struct | valued_type_traits< vector, T > |
| struct | valued_type_traits< tensor, T > |
| struct | valued_type_traits< tensor4, T > |
| struct | valued_type_traits< last_valued, T > |
Typedefs | |
| typedef size_t | size_type |
Enumerations | |
| enum | coordinate_type { cartesian = 0, axisymmetric_rz = 1, axisymmetric_zr = 2, last_coord_sys = 3 } |
| enum | valued_type { scalar = 0, vector = 1, tensor = 2, unsymmetric_tensor = 3, tensor4 = 4, mixed = 5, last_valued = 6 } |
| typedef size_t rheolef::space_constant::size_type |
Definition at line 9 of file space_constant.h.
Definition at line 12 of file space_constant.h.
Definition at line 23 of file space_constant.h.
| const std::string & rheolef::space_constant::valued_name | ( | valued_type | valued_tag | ) |
Definition at line 17 of file space_constant.cc.
| valued_type rheolef::space_constant::valued_tag | ( | const std::string & | name | ) |
Definition at line 24 of file space_constant.cc.
| std::string rheolef::space_constant::coordinate_system_name | ( | coordinate_type | i | ) |
Definition at line 40 of file space_constant.cc.
| coordinate_type rheolef::space_constant::coordinate_system | ( | std::string | sys_coord | ) |
Definition at line 46 of file space_constant.cc.
| void rheolef::space_constant::check_coord_sys_and_dimension | ( | coordinate_type | i, |
| size_type | d | ||
| ) |
Definition at line 54 of file space_constant.cc.
| size_type rheolef::space_constant::n_component | ( | valued_type | valued_tag, |
| size_type | d, | ||
| coordinate_type | sys_coord | ||
| ) |
Definition at line 131 of file space_constant.cc.
| size_type rheolef::space_constant::n_component | ( | const std::string & | valued, |
| size_type | d, | ||
| coordinate_type | sys_coord | ||
| ) |
Definition at line 168 of file space_constant.cc.
| size_type rheolef::space_constant::tensor_index | ( | valued_type | valued_tag, |
| coordinate_type | sys_coord, | ||
| size_type | i, | ||
| size_type | j | ||
| ) |
Definition at line 176 of file space_constant.cc.
| size_type rheolef::space_constant::tensor_index | ( | std::string | valued, |
| std::string | sys_coord, | ||
| size_type | i, | ||
| size_type | j | ||
| ) |
Definition at line 195 of file space_constant.cc.
| std::pair< size_type, size_type > rheolef::space_constant::tensor_subscript | ( | valued_type | valued_tag, |
| coordinate_type | sys_coord, | ||
| size_type | i_comp | ||
| ) |
Definition at line 204 of file space_constant.cc.
| std::string rheolef::space_constant::tensor_subscript_name | ( | valued_type | valued_tag, |
| coordinate_type | sys_coord, | ||
| size_type | i_comp | ||
| ) |
Definition at line 222 of file space_constant.cc.
| std::pair< size_type, size_type > rheolef::space_constant::tensor_subscript | ( | std::string | valued, |
| std::string | sys_coord, | ||
| size_type | i_comp | ||
| ) |
Definition at line 240 of file space_constant.cc.
| std::string rheolef::space_constant::tensor_subscript_name | ( | std::string | valued, |
| std::string | sys_coord, | ||
| size_type | i_comp | ||
| ) |
Definition at line 249 of file space_constant.cc.
| size_type rheolef::space_constant::tensor4_index | ( | valued_type | valued, |
| coordinate_type | sys_coord, | ||
| size_type | i, | ||
| size_type | j, | ||
| size_type | k, | ||
| size_type | l | ||
| ) |
Definition at line 363 of file space_constant.cc.
| size_type rheolef::space_constant::tensor4_index | ( | std::string | valued, |
| std::string | sys_coord, | ||
| size_type | i, | ||
| size_type | j, | ||
| size_type | k, | ||
| size_type | l | ||
| ) |
Definition at line 376 of file space_constant.cc.
| std::pair< std::pair< size_type, size_type >, std::pair< size_type, size_type > > rheolef::space_constant::tensor4_subscript | ( | valued_type | valued, |
| coordinate_type | sys_coord, | ||
| size_type | i_comp | ||
| ) |
Definition at line 387 of file space_constant.cc.
| std::string rheolef::space_constant::tensor4_subscript_name | ( | valued_type | valued, |
| coordinate_type | sys_coord, | ||
| size_type | i_comp | ||
| ) |
Definition at line 399 of file space_constant.cc.
| std::pair< std::pair< size_type, size_type >, std::pair< size_type, size_type > > rheolef::space_constant::tensor4_subscript | ( | std::string | valued, |
| std::string | sys_coord, | ||
| size_type | i_comp | ||
| ) |
Definition at line 411 of file space_constant.cc.
| std::string rheolef::space_constant::tensor4_subscript_name | ( | std::string | valued, |
| std::string | sys_coord, | ||
| size_type | i_comp | ||
| ) |
Definition at line 420 of file space_constant.cc.
| valued_type rheolef::space_constant::multiplies_result_tag | ( | space_constant::valued_type | tag1, |
| space_constant::valued_type | tag2 | ||
| ) |
Definition at line 439 of file space_constant.cc.
| valued_type rheolef::space_constant::divides_result_tag | ( | space_constant::valued_type | tag1, |
| space_constant::valued_type | tag2 | ||
| ) |
Definition at line 445 of file space_constant.cc.
|
static |
Definition at line 8 of file space_constant.cc.
|
static |
Definition at line 34 of file space_constant.cc.
|
static |
Definition at line 63 of file space_constant.cc.
|
static |
Definition at line 70 of file space_constant.cc.
|
static |
Definition at line 81 of file space_constant.cc.
|
static |
Definition at line 88 of file space_constant.cc.
Definition at line 126 of file space_constant.cc.
Definition at line 127 of file space_constant.cc.
|
static |
Definition at line 261 of file space_constant.cc.
|
static |
Definition at line 298 of file space_constant.cc.
|
static |
Definition at line 304 of file space_constant.cc.
|
static |
Definition at line 345 of file space_constant.cc.
|
static |
Definition at line 350 of file space_constant.cc.
|
static |
Definition at line 428 of file space_constant.cc.
|
static |
Definition at line 433 of file space_constant.cc.
|
static |
Definition at line 507 of file space_constant.cc.