You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are times when users may want a single sideset/nodeset to cover an entire mesh. Adding a parameter would allow users to specify which sidesets should be checked for.
This parameter should accept one or more sideset ids. If specified, instead of checking if an external node/side has a corresponding nodeset/sideset, it should check if it's associate with the ones provided by the parameter.
Impact
This will add additional capabilities to the mesh diagnostic system and give users more tools for debugging their meshes.
The text was updated successfully, but these errors were encountered:
-Diagnostics can now take an additional vector parameter _watertight_boundaries
-Users can use it to input a list of sidesets/nodesets
-If supplied the diagnostic check functionality changes
-It will instead check if an external side/node is assigned to one of the provided boundary ids
-The error message for these instances is worded differently to reflect what the diagnostic check is looking for
-The t in checkWaterTightSidesets is now lowercase because it was bothering me and to match checkWatertightNodesets
closesidaholab#29077
Motivation
There are times when users may want a single sideset/nodeset to cover an entire mesh. Adding a parameter would allow users to specify which sidesets should be checked for.
Linked to #25278, #28816, and #28822
Design
This parameter should accept one or more sideset ids. If specified, instead of checking if an external node/side has a corresponding nodeset/sideset, it should check if it's associate with the ones provided by the parameter.
Impact
This will add additional capabilities to the mesh diagnostic system and give users more tools for debugging their meshes.
The text was updated successfully, but these errors were encountered: