| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…sing existing markBadQuality/unMarkBadQuality infrastructure. This will help with debugging element quality checks under certain circumstances as seen in issue SCOREC#195. No behavior change unless in verbose mode.
| Back | FazBrowse Home | New Git URL |
This PR adds diagnostic-only reporting of element quality after mesh refinement when verbose output is enabled.
What this does
Why this is useful
When adapting mixed 2D tri/quad meshes, refinement can create degenerate triangles. This change makes that behavior visible using existing quality metrics, without modifying the adaptation algorithm.
Scope
Example Output
This is intended as the first step in a sequence of small PRs to improve refinement robustness for 2D mixed-element meshes.
Related context: discussion in issue #195