* Case: 1 mm radius sphere designed and meshed in FreeCAD to produce stl * Options: Meshed using TEST_F(ConformalMesherTest, sphere), using the grid ``` for (auto x: {X,Y,Z}) { inputMesh.grid[x] = utils::GridTools::linspace(-3, 2, 6); } ``` and snapper options ``` opts.snapperOptions.edgePoints = 4; opts.snapperOptions.forbiddenLength = 0.0; ``` * Problem: The resulting mesh has a dent in one of the faces. <img width="832" height="811" alt="Image" src="https://github.com/user-attachments/assets/57005d97-cea9-4a88-8c30-0fbb1601c6d6" /> vtk and stl files cannot be downloaded. The files can downloaded from [this link](https://drive.google.com/drive/folders/1b0xETmDAEr997z4FGmmtV1SFZrhj0xSU?usp=sharing) Input file is here: [sphere_test.zip](https://github.com/user-attachments/files/31148007/sphere_test.zip)
and snapper options
vtk and stl files cannot be downloaded. The files can downloaded from this link
Input file is here:
sphere_test.zip