18#include "ioexnl_export.h"
79 int64_t entityCount{0};
80 int64_t localOwnedCount{0};
81 int64_t attributeCount{0};
82 int64_t procOffset{0};
91 int64_t entityCount{0};
92 int64_t attributeCount{0};
93 ex_entity_type type{};
103 int64_t entityCount{0};
104 int64_t localOwnedCount{0};
105 int64_t attributeCount{0};
106 int64_t procOffset{0};
114 : name(other.name), id(other.id), entityCount(other.entityCount),
115 nodesPerEntity(other.nodesPerEntity), attributeCount(other.attributeCount),
116 procOffset(other.procOffset)
123 char elType[MAX_STR_LENGTH + 1]{};
126 int64_t entityCount{0};
127 int64_t nodesPerEntity{0};
128 int64_t attributeCount{0};
129 int64_t procOffset{0};
139 : name(other.name), id(other.id), entityCount(other.entityCount),
140 nodesPerEntity(other.nodesPerEntity), edgesPerEntity(other.edgesPerEntity),
141 attributeCount(other.attributeCount), procOffset(other.procOffset)
148 char elType[MAX_STR_LENGTH + 1]{};
151 int64_t entityCount{0};
152 int64_t nodesPerEntity{0};
153 int64_t edgesPerEntity{0};
154 int64_t attributeCount{0};
155 int64_t procOffset{0};
165 : name(other.name), id(other.id), entityCount(other.entityCount),
166 globalEntityCount(other.globalEntityCount), nodesPerEntity(other.nodesPerEntity),
167 edgesPerEntity(other.edgesPerEntity), facesPerEntity(other.facesPerEntity),
168 attributeCount(other.attributeCount), offset_(other.offset_), procOffset(other.procOffset)
175 char elType[MAX_STR_LENGTH + 1]{};
178 int64_t entityCount{0};
179 int64_t globalEntityCount{0};
180 int64_t nodesPerEntity{0};
181 int64_t edgesPerEntity{0};
182 int64_t facesPerEntity{0};
183 int64_t attributeCount{0};
185 int64_t procOffset{0};
194 int64_t entityCount{0};
195 int64_t globalEntityCount{0};
196 int64_t localOwnedCount{0};
197 int64_t attributeCount{0};
199 int64_t procOffset{0};
208 int64_t entityCount{0};
209 int64_t attributeCount{0};
211 int64_t procOffset{0};
220 int64_t entityCount{0};
221 int64_t attributeCount{0};
223 int64_t procOffset{0};
232 int64_t entityCount{0};
233 int64_t attributeCount{0};
235 int64_t procOffset{0};
245 int64_t entityCount{0};
246 int64_t globalEntityCount{0};
248 int64_t procOffset{0};
249 int64_t dfProcOffset{0};
255 : id(the_id), entityCount(count), type(the_type)
259 int64_t entityCount{0};
265 std::vector<CommunicationMap> nodeMap{};
266 std::vector<CommunicationMap> elementMap{};
268 int processorCount{0};
269 int64_t globalNodes{0};
270 int64_t globalElements{0};
271 int64_t globalElementBlocks{0};
272 int64_t globalNodeSets{0};
273 int64_t globalSideSets{0};
274 int64_t nodesInternal{0};
275 int64_t nodesBorder{0};
276 int64_t nodesExternal{0};
277 int64_t elementsInternal{0};
278 int64_t elementsBorder{0};
279 bool outputNemesis{
false};
297 : dimensionality(dim), file_per_processor(file_pp), parallelUtil(util)
303 void get_global_counts();
305 char title[MAX_LINE_LENGTH + 1]{};
306 int dimensionality{};
307 bool file_per_processor{
true};
308 bool use_node_map{
true};
309 bool use_elem_map{
true};
310 bool use_face_map{
true};
311 bool use_edge_map{
true};
312 bool full_nemesis_data{
true};
314 std::vector<Assembly> assemblies{};
315 std::vector<Blob> blobs{};
317 std::vector<NodeBlock> nodeblocks{};
318 std::vector<EdgeBlock> edgeblocks{};
319 std::vector<FaceBlock> faceblocks{};
320 std::vector<ElemBlock> elemblocks{};
321 std::vector<NodeSet> nodesets{};
322 std::vector<EdgeSet> edgesets{};
323 std::vector<FaceSet> facesets{};
324 std::vector<ElemSet> elemsets{};
325 std::vector<SideSet> sidesets{};
int64_t entity_id
Definition Ioex_Internals.h:36
Definition Ioexnl_Internals.h:294
Mesh(int dim, const char *the_title, const Ioss::ParallelUtils &util, bool file_pp)
Definition Ioexnl_Internals.h:296
Ioss::ParallelUtils parallelUtil
Definition Ioexnl_Internals.h:327
Definition Ioexnl_Internals.h:283
int exodusFilePtr
Definition Ioexnl_Internals.h:290
Redefine(const Redefine &from)=delete
Redefine & operator=(const Redefine &from)=delete
A homogeneous collection of other GroupingEntities.
Definition Ioss_Assembly.h:31
A homogeneous collection of other GroupingEntities.
Definition Ioss_Blob.h:31
A collection of element edges with the same topology.
Definition Ioss_EdgeBlock.h:29
A collection of element edges.
Definition Ioss_EdgeSet.h:30
A collection of elements having the same topology.
Definition Ioss_ElementBlock.h:29
A collection of elements.
Definition Ioss_ElementSet.h:30
A collection of element faces with the same topology.
Definition Ioss_FaceBlock.h:29
A collection of element faces.
Definition Ioss_FaceSet.h:30
A collection of all nodes in the region.
Definition Ioss_NodeBlock.h:33
A collection of nodes.
Definition Ioss_NodeSet.h:29
Definition Ioss_ParallelUtils.h:32
A grouping entity that contains other grouping entities.
Definition Ioss_Region.h:93
A collection of element sides having the same topology.
Definition Ioss_SideBlock.h:37
A collection of element sides.
Definition Ioss_SideSet.h:29
static void copy_string(char *dest, char const *source, size_t elements)
Definition Ioss_Utils.C:1276
A namespace for the exodus database format.
Definition Ioexnl_BaseDatabaseIO.C:93
The main namespace for the Ioss library.
Definition Ioad_DatabaseIO.C:40
Definition Ioexnl_Internals.h:86
std::vector< int64_t > memberIdList
Definition Ioexnl_Internals.h:94
Definition Ioexnl_Internals.h:98
Definition Ioexnl_Internals.h:253
CommunicationMap(entity_id the_id, int64_t count, char the_type)
Definition Ioexnl_Internals.h:254
Definition Ioexnl_Internals.h:110
EdgeBlock()
Definition Ioexnl_Internals.h:111
char elType[MAX_STR_LENGTH+1]
Definition Ioexnl_Internals.h:123
EdgeBlock(const EdgeBlock &other)
Definition Ioexnl_Internals.h:113
Definition Ioexnl_Internals.h:203
Definition Ioexnl_Internals.h:161
ElemBlock()
Definition Ioexnl_Internals.h:162
char elType[MAX_STR_LENGTH+1]
Definition Ioexnl_Internals.h:175
ElemBlock(const ElemBlock &other)
Definition Ioexnl_Internals.h:164
Definition Ioexnl_Internals.h:227
Definition Ioexnl_Internals.h:135
char elType[MAX_STR_LENGTH+1]
Definition Ioexnl_Internals.h:148
FaceBlock(const FaceBlock &other)
Definition Ioexnl_Internals.h:138
FaceBlock()
Definition Ioexnl_Internals.h:136
Definition Ioexnl_Internals.h:215
Definition Ioexnl_Internals.h:74
Definition Ioexnl_Internals.h:189
Definition Ioexnl_Internals.h:239