Skip to content

Small sphere conformal-meshed with dent #45

Description

@Alberto-o
  • 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.
Image

vtk and stl files cannot be downloaded. The files can downloaded from this link

Input file is here:

sphere_test.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions