Skip to content
Snippets Groups Projects
Commit 7318663c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

example of hybrid CAD/discrete or CAD/discrete/reparam

parent 0b7f3098
No related branches found
No related tags found
No related merge requests found
Merge "hybrid_part.msh";
CreateTopology;
Compound Line(100) = {14};
Compound Surface(101) = {16};
lc = 1e-2;
Point(1) = {0, 0, 0, lc};
Point(4) = {0, .3, 0, lc} ;
Line(1) = {1,11} ;
Line(3) = {14,4} ;
Line(4) = {4,1} ;
Line Loop(5) = {-4,-1,100,-3} ;
Plane Surface(6) = {5} ;
Merge "hybrid_part.msh";
CreateTopology;
lc = 1e-2;
Point(1) = {0, 0, 0, lc};
Point(4) = {0, .3, 0, lc} ;
Line(1) = {1,11} ;
Line(3) = {14,4} ;
Line(4) = {4,1} ;
Line Loop(5) = {-4,-1,-14,-3} ;
Plane Surface(6) = {5} ;
This diff is collapsed.
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment