https://github.com/feelpp/feelpp
Raw File
Tip revision: c79814a7cad3362baac5eedf5c7934953269484a authored by CĂ©line Van Landeghem on 08 November 2022, 08:38:40 UTC
Merge remote-tracking branch 'origin/1930-update-applyremesh-function-in-the-python-wrapping-of-feelpp' into rb_collisions
Tip revision: c79814a
test_elementminmax3d.geo
SetFactory("OpenCASCADE");
h=0.1;
Box(1) = {-0.5, -0.5, -0.5, 1, 1, 1};
Sphere(2) = {0, 0, 0, 0.25, -Pi/2, Pi/2, 2*Pi};

S[]=BooleanFragments{ Volume{1}; Delete; }{Volume{2}; Delete;};
Characteristic Length{ PointsOf{ Volume{ : }; } } = h;

Physical Surface("OuterBoundary") = {3, 1, 4, 2,5,6};
Physical Surface("InnerBoundary") = {7};
Physical Volume("Outer") = {4};
Physical Volume("Inner") = {2};
back to top