|
Zoltan2
|
#include <Zoltan2_PamgenMeshStructure.hpp>
Public Member Functions | |
| ~PamgenMesh () | |
| void | createMesh (char *file_data, int dimension, const RCP< const Comm< int >> &comm) |
| void | storeMesh () |
| void | computeElementCoordinates () |
Definition at line 60 of file Zoltan2_PamgenMeshStructure.hpp.
| PamgenMesh::~PamgenMesh | ( | ) |
Definition at line 189 of file Zoltan2_PamgenMeshStructure.hpp.
| void PamgenMesh::createMesh | ( | char * | file_data, |
| int | dimension, | ||
| const RCP< const Comm< int >> & | comm | ||
| ) |
Definition at line 661 of file Zoltan2_PamgenMeshStructure.hpp.
| void PamgenMesh::storeMesh | ( | ) |
Definition at line 331 of file Zoltan2_PamgenMeshStructure.hpp.
| void PamgenMesh::computeElementCoordinates | ( | ) |
Definition at line 624 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_dim |
Definition at line 80 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_nodes |
Definition at line 81 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_elem |
Definition at line 82 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_elem_blk |
Definition at line 83 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_node_sets |
Definition at line 84 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_side_sets |
Definition at line 85 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_node_set_nodes |
Definition at line 86 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_node_set_dfs |
Definition at line 87 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_side_set_elements |
Definition at line 88 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_side_set_nodes |
Definition at line 89 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_side_set_dfs |
Definition at line 90 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_block_properties |
Definition at line 91 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_node_set_properties |
Definition at line 92 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_side_set_properties |
Definition at line 93 of file Zoltan2_PamgenMeshStructure.hpp.
| char PamgenMesh::title[MAX_STR_LENGTH] |
Definition at line 95 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::version |
Definition at line 97 of file Zoltan2_PamgenMeshStructure.hpp.
| double PamgenMesh::version_number |
Definition at line 98 of file Zoltan2_PamgenMeshStructure.hpp.
| double* PamgenMesh::coord |
Definition at line 99 of file Zoltan2_PamgenMeshStructure.hpp.
| double* PamgenMesh::element_coord |
Definition at line 100 of file Zoltan2_PamgenMeshStructure.hpp.
| char PamgenMesh::buffer[3][MAX_STR_LENGTH+1] |
Definition at line 102 of file Zoltan2_PamgenMeshStructure.hpp.
| char* PamgenMesh::bptr[3] |
Definition at line 103 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::element_order_map |
Definition at line 105 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::global_element_numbers |
Definition at line 107 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::global_node_numbers |
Definition at line 108 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::block_id |
Definition at line 111 of file Zoltan2_PamgenMeshStructure.hpp.
| char** PamgenMesh::element_types |
Definition at line 112 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::elements |
Definition at line 113 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::nodes_per_element |
Definition at line 114 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::element_attributes |
Definition at line 115 of file Zoltan2_PamgenMeshStructure.hpp.
| int** PamgenMesh::elmt_node_linkage |
Definition at line 116 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::side_set_id |
Definition at line 119 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::num_elements_in_side_set |
Definition at line 120 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::num_df_in_side_set |
Definition at line 121 of file Zoltan2_PamgenMeshStructure.hpp.
| int** PamgenMesh::side_set_elements |
Definition at line 122 of file Zoltan2_PamgenMeshStructure.hpp.
| int** PamgenMesh::side_set_faces |
Definition at line 123 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::node_set_id |
Definition at line 126 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::num_nodes_in_node_set |
Definition at line 127 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::num_df_in_node_set |
Definition at line 128 of file Zoltan2_PamgenMeshStructure.hpp.
| int** PamgenMesh::node_set_nodes |
Definition at line 129 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_qa_records |
Definition at line 132 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_info_records |
Definition at line 133 of file Zoltan2_PamgenMeshStructure.hpp.
| char* PamgenMesh::qaRecord[100][4] |
Definition at line 134 of file Zoltan2_PamgenMeshStructure.hpp.
| char** PamgenMesh::info_records |
Definition at line 135 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_nodes_global |
Definition at line 138 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_elems_global |
Definition at line 139 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_elm_blks_global |
Definition at line 140 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_node_sets_global |
Definition at line 141 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_side_sets_global |
Definition at line 142 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_total_proc |
Definition at line 143 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_proc_in_file |
Definition at line 144 of file Zoltan2_PamgenMeshStructure.hpp.
| char PamgenMesh::type[2] |
Definition at line 145 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::elem_blk_ids_global |
Definition at line 150 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::elem_blk_cnts_global |
Definition at line 151 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::ns_ids_global |
Definition at line 153 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::ns_cnts_global |
Definition at line 154 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::ns_df_cnts_global |
Definition at line 155 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::ss_ids_global |
Definition at line 156 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::ss_cnts_global |
Definition at line 157 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::ss_df_cnts_global |
Definition at line 158 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_internal_nodes |
Definition at line 161 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_border_nodes |
Definition at line 162 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_external_nodes |
Definition at line 163 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_internal_elems |
Definition at line 164 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_border_elems |
Definition at line 165 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_node_comm_maps |
Definition at line 166 of file Zoltan2_PamgenMeshStructure.hpp.
| int PamgenMesh::num_elem_comm_maps |
Definition at line 167 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::internal_elements |
Definition at line 169 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::border_elements |
Definition at line 170 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::internal_nodes |
Definition at line 171 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::border_nodes |
Definition at line 172 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::external_nodes |
Definition at line 173 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::node_cmap_node_cnts |
Definition at line 175 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::node_cmap_ids |
Definition at line 176 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::elem_cmap_elem_cnts |
Definition at line 177 of file Zoltan2_PamgenMeshStructure.hpp.
| int* PamgenMesh::elem_cmap_ids |
Definition at line 178 of file Zoltan2_PamgenMeshStructure.hpp.
| int** PamgenMesh::comm_node_ids |
Definition at line 180 of file Zoltan2_PamgenMeshStructure.hpp.
| int** PamgenMesh::comm_node_proc_ids |
Definition at line 181 of file Zoltan2_PamgenMeshStructure.hpp.
| int** PamgenMesh::comm_elem_ids |
Definition at line 182 of file Zoltan2_PamgenMeshStructure.hpp.
| int** PamgenMesh::comm_side_ids |
Definition at line 183 of file Zoltan2_PamgenMeshStructure.hpp.
| int** PamgenMesh::comm_elem_proc_ids |
Definition at line 184 of file Zoltan2_PamgenMeshStructure.hpp.
1.8.11