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

No commit message

No commit message
parent bab4617e
No related branches found
No related tags found
No related merge requests found
lc = .2; Mesh.Algorithm = 6;
lc = .55;
Point(1) = {0.0,0.0,0.0,lc}; Point(1) = {0.0,0.0,0.0,lc};
Point(2) = {1,0.0,0.0,lc}; Point(2) = {1,0.0,0.0,lc};
Point(3) = {0,1,0.0,lc}; Point(3) = {0,1,0.0,lc};
...@@ -37,5 +39,5 @@ Ruled Surface(28) = {27}; ...@@ -37,5 +39,5 @@ Ruled Surface(28) = {27};
Surface Loop(29) = {28,26,16,14,20,24,22,18}; Surface Loop(29) = {28,26,16,14,20,24,22,18};
Volume(30) = {29}; Volume(30) = {29};
// try also netgen: Physical Surface(1) = {28,26,16,14,20,24,22,18};
// Mesh.Algorithm3D = 4; Physical Volume(2) = 30;
...@@ -3257,7 +3257,7 @@ map instead of a vector to access nodes and elements. The performance ...@@ -3257,7 +3257,7 @@ map instead of a vector to access nodes and elements. The performance
hit is on speed. For post-processing datasets, which always use vectors hit is on speed. For post-processing datasets, which always use vectors
to access data, the performance hit is on memory. A @code{NodeData} with to access data, the performance hit is on memory. A @code{NodeData} with
two nodes, tagged 1 and 1000000, will allocate a (mostly empty) vector two nodes, tagged 1 and 1000000, will allocate a (mostly empty) vector
of 1000001 elements. of 1000000 elements.
Any section with an unrecognized header is simply ignored: you can thus Any section with an unrecognized header is simply ignored: you can thus
add comments in a @file{.msh} file by putting them e.g. inside a add comments in a @file{.msh} file by putting them e.g. inside a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment