
After generating spherical meshes using AimsMeshGenerate, running AimsMeshDecimation or AimsMeshSmoothing (or AimsMesh2Sphere) will end by an error (segmentation fault). It seems that smoothing along the mesh using <aims/primalsketch/finiteElementSmoother_d.h> (which is my primary interest here) does not work as well, as the "node ordering" step loops infinitely.
One kind of output associated to the crash (with AimsMeshDecimation and AimsMeshSmoothing) is :
Code: Select all
[grg@localhost ~]$ AimsMeshGenerate -i test.minf -o atlasout.mesh
[grg@localhost ~]$ AimsMeshDecimation -i atlasout.mesh -o atlasout2.mesh
reading triangulation : done
decimating mesh : building facets from mesh : 0Warning: non cyclic neighborhood ... trying to recover
1Warning: non cyclic neighborhood ... trying to recover
2Warning: non cyclic neighborhood ... trying to recover
3Warning: non cyclic neighborhood ... trying to recover
4Warning: non cyclic neighborhood ... trying to recover
5Warning: non cyclic neighborhood ... trying to recover
6Warning: non cyclic neighborhood ... trying to recover
7Warning: non cyclic neighborhood ... trying to recover
8Warning: non cyclic neighborhood ... trying to recover
9Warning: non cyclic neighborhood ... trying to recover
10Warning: non cyclic neighborhood ... trying to recover
11Warning: non cyclic neighborhood ... trying to recover
12Warning: non cyclic neighborhood ... trying to recover
13Warning: non cyclic neighborhood ... trying to recover
decimating Erreur de segmentation
[grg@localhost ~]$

Grégory