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

*** empty log message ***

parent 76e53168
No related branches found
No related tags found
No related merge requests found
Merge "1d_with_points.msh";
//Merge "1d_without_points.msh";
Delete Physicals;
Status 0; // to force remeshing of non-discrete curves
cl=0.0999;
// uncomment point 1 and 4 if you merge "1d_without_points.msh"
//Point(1) = {0, 0, 0, cl};
//Point(4) = {1, 0, 0, cl};
p = newp;
Point(p) = {0, 1, 0, cl};
Point(p+1) = {1, 1, 0, cl};
Line(1)={1, p};
Line(2)={p, p+1};
Line(3)={p+1,4};
Line Loop(1) = {1,2,3,-4};
Plane Surface(1) = {1};
$NOD
3
1 0 0 0
4 1 0 0
5 0.5 0 0
$ENDNOD
$ELM
4
1 15 1 1 1 1
4 15 4 4 1 4
10 1 4 4 2 1 5
11 1 4 4 2 5 4
$ENDELM
$NOD
3
1 0 0 0
4 1 0 0
5 0.5 0 0
$ENDNOD
$ELM
2
10 1 4 4 2 1 5
11 1 4 4 2 5 4
$ENDELM
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment