Skip to content
Snippets Groups Projects
Commit fcceb044 authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

No commit message

No commit message
parent 17c94b2e
No related branches found
No related tags found
No related merge requests found
...@@ -3,17 +3,17 @@ lc = 0.1; ...@@ -3,17 +3,17 @@ lc = 0.1;
Mesh.RemeshParametrization=1; //(0) harmonic (1) conformal Mesh.RemeshParametrization=1; //(0) harmonic (1) conformal
Mesh.RemeshAlgorithm=1; //(0) nosplit (1) automatic (2) split only with metis ///Default: 1 Mesh.RemeshAlgorithm=1; //(0) nosplit (1) automatic (2) split only with metis ///Default: 1
Merge "CubeAniso.msh"; Merge "CubeAniso2D.msh";
CreateTopology; CreateTopology;
Compound Surface(106) = {6}; Compound Surface(106) = {6}; //, 15};
Compound Surface(115) = {15}; Compound Surface(115) = {15};
Compound Surface(119) = {19}; Compound Surface(119) = {19};
Compound Surface(123) = {23}; Compound Surface(123) = {23};
Compound Surface(127) = {27}; Compound Surface(127) = {27};
Compound Surface(128) = {28}; Compound Surface(128) = {28};
Surface Loop(100) = {106,115,119,123,127,128}; Surface Loop(100) = {106, 115, 119,123,127,128};
Volume(1) = {100}; Volume(1) = {100};
Field[2] = MathEvalAniso; Field[2] = MathEvalAniso;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment