-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add diagnostics for unsupported mesh features #25278
Labels
Comments
GiudGiud
added
C: Framework
T: task
An enhancement to the software.
C: Meshing
MeshGenerator system, mesh loading
labels
Aug 23, 2023
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Aug 23, 2023
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Aug 23, 2023
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Aug 23, 2023
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Aug 23, 2023
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Aug 27, 2023
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Aug 27, 2023
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Aug 27, 2023
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Aug 28, 2023
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Aug 28, 2023
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Aug 28, 2023
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Sep 19, 2023
oanaoana
pushed a commit
to oanaoana/moose
that referenced
this issue
Oct 19, 2023
oanaoana
pushed a commit
to oanaoana/moose
that referenced
this issue
Oct 19, 2023
oanaoana
pushed a commit
to oanaoana/moose
that referenced
this issue
Oct 19, 2023
oanaoana
pushed a commit
to oanaoana/moose
that referenced
this issue
Oct 19, 2023
oanaoana
pushed a commit
to oanaoana/moose
that referenced
this issue
Nov 7, 2023
oanaoana
pushed a commit
to oanaoana/moose
that referenced
this issue
Nov 7, 2023
oanaoana
pushed a commit
to oanaoana/moose
that referenced
this issue
Nov 7, 2023
oanaoana
pushed a commit
to oanaoana/moose
that referenced
this issue
Nov 7, 2023
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Dec 23, 2023
lynnmunday
pushed a commit
to lynnmunday/moose
that referenced
this issue
Jan 1, 2024
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Mar 6, 2024
schakrabortygithub
pushed a commit
to schakrabortygithub/moose
that referenced
this issue
Mar 12, 2024
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Apr 12, 2024
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Apr 13, 2024
ke7kto
pushed a commit
to ke7kto/moose
that referenced
this issue
May 22, 2024
DanielYankura
pushed a commit
to DanielYankura/moose
that referenced
this issue
Oct 7, 2024
-Loops through each element, then each face -If face is external it needs to check if it has a sideset associate with it -If not it needs to return an accurate warning refs idaholab#25278
DanielYankura
pushed a commit
to DanielYankura/moose
that referenced
this issue
Oct 9, 2024
-Loops through each element, then each face -If face is external it needs to check if it has a sideset associate with it -If not it needs to return an accurate warning refs idaholab#25278
DanielYankura
pushed a commit
to DanielYankura/moose
that referenced
this issue
Oct 9, 2024
-Works for 2D and 3D meshes -Loops through all elements and checks each face/edge (3D/2D) -If face/edge is external it checks if it belongs to a sideset -If not it prints out info about the element it belongs to -At the end it prints out how many faces/edges are missing sidesets refs idaholab#25278
DanielYankura
pushed a commit
to DanielYankura/moose
that referenced
this issue
Oct 9, 2024
This was referenced Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Reason
A few features in user meshes are unsupported or undesirable. Many of them can be made with MOOSE meshgenerators even (if you combine them wrong)
We should be able to detect them as early as possible, possibly with a diagnostics object
These include:
Linked to #24483
Design
A new mesh generators that loops through the mesh in a number of ways (node-loop, elem-loop, etc) to examine features that may be unsupported
It should tell you where to look for the problem
Impact
No need to peer at user meshes in Paraview as hard
Get more feedback on issues from user meshes
The text was updated successfully, but these errors were encountered: