|
| 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 | 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) |
| |
| static int | find_solution_index (int cgnsFilePtr, int base, int zone, int step, CG_GridLocation_t location) |
| |
| static CG_ZoneType_t | check_zone_type (int cgnsFilePtr) |
| |
| 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 cgnsFilePtr, Ioss::DatabaseIO *db) |
| |
| static void | add_structured_boundary_conditions (int cgnsFilePtr, Ioss::StructuredBlock *block) |
| |
| static void | finalize_database (int cgnsFilePtr, const std::vector< double > ×teps, Ioss::Region *region, int myProcessor) |
| |
| static int | get_step_times (int cgnsFilePtr, std::vector< double > ×teps, Ioss::Region *region, double timeScaleFactor, int myProcessor) |
| |
| static void | add_transient_variables (int cgnsFilePtr, const std::vector< double > ×teps, Ioss::Region *region, bool enable_field_recognition, char suffix_separator, int myProcessor) |
| |
| static size_t | pre_split (std::vector< Iocgns::StructuredZoneData *> &zones, double avg_work, double load_balance, int proc_rank, int proc_count) |
| |
| static void | assign_zones_to_procs (std::vector< Iocgns::StructuredZoneData *> &zones, std::vector< size_t > &work_vector) |
| |