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

refine rivara and maxsize bug #165

Open millerta opened 5 years ago

millerta commented 5 years ago

refine/rivara and refine/maxsize sometimes crashes

Carl created this test example:

The attached control file works for everything EXCEPT the last refines…

define / SIZE / 0.15
refine /rivara///edge/ 1 0 0 / SIZE ///inclusive                              
recon 0
dump / avs / tmp_refine_03rand.inp / mo_tri

define / SIZE / 0.10
refine /rivara///edge/ 1 0 0 / SIZE ///inclusive                              
recon 0
dump / avs / tmp_refine_04rand.inp / mo_tri

smooth;recon 0;smooth;recon 1
dump / avs / tmp_refine_05rand.inp / mo_tri

# crash define / SIZE / 0.01
# crash define / SIZE / 0.03
# crash define / SIZE / 0.05
define / SIZE / 0.09
refine /rivara///edge/ 1 0 0 / SIZE ///inclusive                               
recon 0
dump / avs / tmp_refine_06rand.inp / mo_tri

refine_crash_2.lgi.txt