|
IOSS
2.0
|
Functions | |
| const std::string | SEP () |
| int | get_parallel_io_mode (const Ioss::PropertyManager &properties) |
| void | get_connectivity_data (int exoid, void *data, ex_entity_type type, ex_entity_id id, int position, int int_size_api) |
| template<typename T > | |
| void | compute_internal_border_maps (T *entities, T *internal, size_t count, size_t entity_count) |
| template<typename INT > | |
| void | map_nodeset_id_data (const Ioss::IntVector &owning_processor, Ioss::Int64Vector &owned_nodes, int this_processor, const INT *ids, size_t ids_size, std::vector< INT > &file_data) |
| template<typename T > | |
| void | map_nodeset_data (Ioss::Int64Vector &owned_nodes, const T *data, std::vector< T > &file_data, size_t offset=0, size_t stride=1) |
| template<typename T , typename U > | |
| void | map_data (const Ioss::IntVector &owning_processor, int this_processor, const T *data, std::vector< U > &file_data, size_t offset=0, size_t stride=1) |
| template<typename INT > | |
| void | map_local_to_global_implicit (INT *data, size_t count, const std::vector< int64_t > &global_implicit_map) |
Variables | |
| const size_t | max_line_length = MAX_LINE_LENGTH |
| const char * | complex_suffix [] = {".re", ".im"} |
| void anonymous_namespace{Iopx_DatabaseIO.C}::compute_internal_border_maps | ( | T * | entities, |
| T * | internal, | ||
| size_t | count, | ||
| size_t | entity_count | ||
| ) |
| void anonymous_namespace{Iopx_DatabaseIO.C}::get_connectivity_data | ( | int | exoid, |
| void * | data, | ||
| ex_entity_type | type, | ||
| ex_entity_id | id, | ||
| int | position, | ||
| int | int_size_api | ||
| ) |
| int anonymous_namespace{Iopx_DatabaseIO.C}::get_parallel_io_mode | ( | const Ioss::PropertyManager & | properties | ) |
| void anonymous_namespace{Iopx_DatabaseIO.C}::map_data | ( | const Ioss::IntVector & | owning_processor, |
| int | this_processor, | ||
| const T * | data, | ||
| std::vector< U > & | file_data, | ||
| size_t | offset = 0, |
||
| size_t | stride = 1 |
||
| ) |
| void anonymous_namespace{Iopx_DatabaseIO.C}::map_local_to_global_implicit | ( | INT * | data, |
| size_t | count, | ||
| const std::vector< int64_t > & | global_implicit_map | ||
| ) |
| void anonymous_namespace{Iopx_DatabaseIO.C}::map_nodeset_data | ( | Ioss::Int64Vector & | owned_nodes, |
| const T * | data, | ||
| std::vector< T > & | file_data, | ||
| size_t | offset = 0, |
||
| size_t | stride = 1 |
||
| ) |
| void anonymous_namespace{Iopx_DatabaseIO.C}::map_nodeset_id_data | ( | const Ioss::IntVector & | owning_processor, |
| Ioss::Int64Vector & | owned_nodes, | ||
| int | this_processor, | ||
| const INT * | ids, | ||
| size_t | ids_size, | ||
| std::vector< INT > & | file_data | ||
| ) |
| const std::string anonymous_namespace{Iopx_DatabaseIO.C}::SEP | ( | ) |
| const char* anonymous_namespace{Iopx_DatabaseIO.C}::complex_suffix[] = {".re", ".im"} |
| const size_t anonymous_namespace{Iopx_DatabaseIO.C}::max_line_length = MAX_LINE_LENGTH |