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

don't compute crossfield

parent fc96ab1f
No related branches found
No related tags found
No related merge requests found
...@@ -275,7 +275,7 @@ void discreteFace::createGeometry() ...@@ -275,7 +275,7 @@ void discreteFace::createGeometry()
df->replaceEdges(toParam[i]->my_GEdges); df->replaceEdges(toParam[i]->my_GEdges);
_atlas.push_back(df); _atlas.push_back(df);
} }
complex_crossField(); //complex_crossField();
#endif #endif
} }
......
...@@ -32,14 +32,10 @@ Volume(1) = {1}; ...@@ -32,14 +32,10 @@ Volume(1) = {1};
// element size imposed by a size field // element size imposed by a size field
Field[1] = MathEval; Field[1] = MathEval;
Field[1].F = "2.0"; Field[1].F = "1.5";
Background Field = 1; Background Field = 1;
DefineConstant[ funny = DefineNumber[0, Choices{0,1}, Name "Parameters/Apply funny mesh size field?" ];
funny = {0, Choices{0,1},
Name "Parameters/Apply funny mesh size field?"}
];
If(funny) If(funny)
Field[1].F = "2*Sin((x+y)/5) + 3"; Field[1].F = "2*Sin((x+y)/5) + 3";
EndIf EndIf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment