Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added parameters for watertight sideset and nodeset diagnostic check #29136

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Commits on Nov 25, 2024

  1. Added parameters for watertight sideset and nodeset diagnostic check

    -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
    
    closes idaholab#29077
    DanielYankura committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3c505cd View commit details
    Browse the repository at this point in the history
  2. clang formart changes

    DanielYankura committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    41d5897 View commit details
    Browse the repository at this point in the history