lanl / LaGriT

Los Alamos Grid Toolbox (LaGriT) is a library of user callable tools that provide mesh generation, mesh optimization and dynamic mesh maintenance in two and three dimensions.
https://lanl.github.io/LaGriT/
Other
116 stars 48 forks source link

quality prism and pyramid warning prints for every element in mesh #236

Closed millerta closed 3 months ago

millerta commented 2 years ago

modify quality output so it does not write a warning for every non-supported element in the mesh. This warning is printed for prism and pyramid elements.

--------------------------------------------
elements with aspect ratio not set:          1
min aspect ratio =  0.0000E+00  max aspect ratio =  0.0000E+00
Warning: No aspect ratio for invalid element type: prisms
Warning: Number of invalid elements:              1
         0 out of          1 total elements evaluated.

epsilonvol:   2.2204460E-13
---------------------------------------
All elements have volume  5.0000000E-01
-----------------------------------------------------------