Skip to content
Snippets Groups Projects
Commit 3e3cb3cd authored by Lambert Theisen's avatar Lambert Theisen
Browse files

Add meshes from Adithya, but dont how to get the mesh size series (needs

redoing of test cases maybe)
parent e80e56cc
No related branches found
No related tags found
No related merge requests found
Pipeline #1162458 passed
//+
SetFactory("OpenCASCADE");
Sphere(1) = {0, 0, 0, 0.5, -Pi/2, Pi/2, 2*Pi};
//+
Sphere(2) = {-0, 0, 0, 2, -Pi/2, Pi/2, 2*Pi};
//+
BooleanDifference{ Volume{2}; Delete; }{ Volume{1}; Delete; }
//+
Physical Surface("inner1", 10000) = {1};
//+
Physical Surface("outer", 10001) = {2};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment