Home
last modified time | relevance | path

Searched refs:structuredBlocks (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_Region.C398 for (auto sb : structuredBlocks) { in ~Region()
447 if (elementBlocks.empty() && structuredBlocks.empty()) { in mesh_type()
450 if (!elementBlocks.empty() && !structuredBlocks.empty()) { in mesh_type()
453 if (!structuredBlocks.empty()) { in mesh_type()
699 Ioss::sort(structuredBlocks.begin(), structuredBlocks.end(), sortName); in end_mode__()
1039 if (!structuredBlocks.empty()) { in add()
1040 auto prev_block = structuredBlocks.back(); in add()
1060 structuredBlocks.push_back(structured_block); in add()
1978 for (auto sb : structuredBlocks) { in get_structured_block()
2280 for (auto sb : structuredBlocks) { in get_structured_block()
[all …]
H A DIoss_Region.h295 StructuredBlockContainer structuredBlocks; variable