Skip to content

Commit

Permalink
Io modify handle cgns (#453)
Browse files Browse the repository at this point in the history
* IOSS: io_modify - try to get cgns structured mesh coordinate mods working

* IOSS: io_modify - fix coordinate modification routines

* IOSS: io_modify - try to handle block geometry modify in cgns

* IOSS: io_info -- bbox works for structured mesh

* IOSS: io_modify - redo geometry transformation code

---------

Co-authored-by: Greg Sjaardema <[email protected]>
  • Loading branch information
gsjaardema and gdsjaar committed Apr 15, 2024
1 parent 9e1e05f commit 092c2dd
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 93 deletions.
2 changes: 1 addition & 1 deletion packages/seacas/libraries/ioss/src/main/io_info.C
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ namespace {
Ioss::Utils::info_fields(&nb, Ioss::Field::TRANSIENT,
prefix + "\tTransient: ", "\n\t\t" + prefix);

if (interFace.compute_bbox()) {
if (interFace.compute_bbox() && region.mesh_type() != Ioss::MeshType::STRUCTURED) {
print_bbox(nb);
}
}
Expand Down
Loading

0 comments on commit 092c2dd

Please sign in to comment.