|
| static size_t | index (const Ioss::Field &field) |
| |
| static void | cgns_error (int cgnsid, const char *file, const char *function, int lineno, int processor) |
| |
| static void | update_db_zone_property (int cgns_file_ptr, const Ioss::Region *region, int myProcessor, bool is_parallel, bool is_parallel_io) |
| |
| static int | get_db_zone (const Ioss::GroupingEntity *entity) |
| |
| static void | set_field_index (const Ioss::Field &field, size_t index, CG_GridLocation_t location) |
| |
| static bool | is_cell_field (const Ioss::Field &field) |
| |
| template<typename INT > |
| static void | map_cgns_face_to_ioss (const Ioss::ElementTopology *parent_topo, size_t num_to_get, INT *idata) |
| |
| static void | map_ioss_face_to_cgns (const Ioss::ElementTopology *parent_topo, size_t num_to_get, std::vector< cgsize_t > &data) |
| |
| static void | write_flow_solution_metadata (int file_ptr, Ioss::Region *region, int state, int *vertex_solution_index, int *cell_center_solution_index, bool is_parallel_io) |
| |
| static int | find_solution_index (int cgns_file_ptr, int base, int zone, int step, CG_GridLocation_t location) |
| |
| static Ioss::MeshType | check_mesh_type (int cgns_file_ptr) |
| |
| static size_t | common_write_meta_data (int file_ptr, const Ioss::Region ®ion, std::vector< size_t > &zone_offset, bool is_parallel) |
| |
| static size_t | resolve_nodes (Ioss::Region ®ion, int my_processor, bool is_parallel) |
| |
| static std::vector< std::vector< std::pair< size_t, size_t > > > | resolve_processor_shared_nodes (Ioss::Region ®ion, int my_processor) |
| |
| static CG_ElementType_t | map_topology_to_cgns (const std::string &name) |
| |
| static std::string | map_cgns_to_topology_type (CG_ElementType_t type) |
| |
| static void | add_sidesets (int cgns_file_ptr, Ioss::DatabaseIO *db) |
| |
| static void | add_structured_boundary_conditions (int cgns_file_ptr, Ioss::StructuredBlock *block, bool is_parallel_io) |
| |
| static void | add_structured_boundary_conditions_fpp (int cgns_file_ptr, Ioss::StructuredBlock *block) |
| |
| static void | add_structured_boundary_conditions_pio (int cgns_file_ptr, Ioss::StructuredBlock *block) |
| |
| static void | finalize_database (int cgns_file_ptr, const std::vector< double > ×teps, Ioss::Region *region, int myProcessor, bool is_parallel_io) |
| |
| static int | get_step_times (int cgns_file_ptr, std::vector< double > ×teps, Ioss::Region *region, double timeScaleFactor, int myProcessor) |
| |
| static void | add_transient_variables (int cgns_file_ptr, const std::vector< double > ×teps, Ioss::Region *region, bool enable_field_recognition, char suffix_separator, int myProcessor, bool is_parallel_io) |
| |
| static void | set_line_decomposition (int cgns_file_ptr, const std::string &line_decomposition, std::vector< Iocgns::StructuredZoneData * > &zones, int rank, bool verbose) |
| |
| static void | decompose_model (std::vector< Iocgns::StructuredZoneData * > &zones, int proc_count, int rank, double load_balance_threshold, bool verbose) |
| |
| static size_t | pre_split (std::vector< Iocgns::StructuredZoneData * > &zones, double avg_work, double load_balance, int proc_rank, int proc_count, bool verbose) |
| |
| static void | assign_zones_to_procs (std::vector< Iocgns::StructuredZoneData * > &zones, std::vector< size_t > &work_vector, bool verbose) |
| |
| static void | show_config () |
| |