Skip to content
Snippets Groups Projects
Commit a805ffd7 authored by Wendy Merks-Swolfs's avatar Wendy Merks-Swolfs
Browse files

Add correct length and correct 3D algorithm, as with old Delaunay (Tetgen) it...

Add correct length and correct 3D algorithm, as with old Delaunay (Tetgen) it couldn't create the 3D mesh.
parent 2008ccd1
No related branches found
No related tags found
No related merge requests found
// This example shows the possibility of inserting embedded points and lines on
// periodic surfaces
SetFactory("OpenCASCADE"); SetFactory("OpenCASCADE");
Sphere(1) = {0, 0, 0, 0.5, -Pi/2, Pi/2, 2*Pi}; Sphere(1) = {0, 0, 0, 0.5, -Pi/2, Pi/2, 2*Pi};
Characteristic Length {1, 2} = 1.0; Mesh.CharacteristicLengthFactor = 0.99;
Mesh.CharacteristicLengthFactor = 1.0;
Mesh.Algorithm = 6; // Frontal Mesh.Algorithm = 6; // Frontal
Mesh.Algorithm3D = 2; // New Delaunay
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment