Zoltan2
Public Member Functions | Public Attributes | List of all members
PamgenMesh Class Reference

#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 ()
 

Public Attributes

int num_dim
 
int num_nodes
 
int num_elem
 
int num_elem_blk
 
int num_node_sets
 
int num_side_sets
 
int num_node_set_nodes
 
int num_node_set_dfs
 
int num_side_set_elements
 
int num_side_set_nodes
 
int num_side_set_dfs
 
int num_block_properties
 
int num_node_set_properties
 
int num_side_set_properties
 
char title [MAX_STR_LENGTH]
 
int version
 
double version_number
 
double * coord
 
double * element_coord
 
char buffer [3][MAX_STR_LENGTH+1]
 
char * bptr [3]
 
int * element_order_map
 
int * global_element_numbers
 
int * global_node_numbers
 
int * block_id
 
char ** element_types
 
int * elements
 
int * nodes_per_element
 
int * element_attributes
 
int ** elmt_node_linkage
 
int * side_set_id
 
int * num_elements_in_side_set
 
int * num_df_in_side_set
 
int ** side_set_elements
 
int ** side_set_faces
 
int * node_set_id
 
int * num_nodes_in_node_set
 
int * num_df_in_node_set
 
int ** node_set_nodes
 
int num_qa_records
 
int num_info_records
 
char * qaRecord [100][4]
 
char ** info_records
 
int num_nodes_global
 
int num_elems_global
 
int num_elm_blks_global
 
int num_node_sets_global
 
int num_side_sets_global
 
int num_total_proc
 
int num_proc_in_file
 
char type [2]
 
int * elem_blk_ids_global
 
int * elem_blk_cnts_global
 
int * ns_ids_global
 
int * ns_cnts_global
 
int * ns_df_cnts_global
 
int * ss_ids_global
 
int * ss_cnts_global
 
int * ss_df_cnts_global
 
int num_internal_nodes
 
int num_border_nodes
 
int num_external_nodes
 
int num_internal_elems
 
int num_border_elems
 
int num_node_comm_maps
 
int num_elem_comm_maps
 
int * internal_elements
 
int * border_elements
 
int * internal_nodes
 
int * border_nodes
 
int * external_nodes
 
int * node_cmap_node_cnts
 
int * node_cmap_ids
 
int * elem_cmap_elem_cnts
 
int * elem_cmap_ids
 
int ** comm_node_ids
 
int ** comm_node_proc_ids
 
int ** comm_elem_ids
 
int ** comm_side_ids
 
int ** comm_elem_proc_ids
 

Detailed Description

Definition at line 60 of file Zoltan2_PamgenMeshStructure.hpp.

Constructor & Destructor Documentation

PamgenMesh::~PamgenMesh ( )

Definition at line 189 of file Zoltan2_PamgenMeshStructure.hpp.

Member Function Documentation

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file: