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

No commit message

No commit message
parent 9122dc04
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,8 @@ Compound Line(101) = {6, 7, 8}; ...@@ -46,6 +46,8 @@ Compound Line(101) = {6, 7, 8};
// Treat surfaces 12, 14 and 16 as a single surface // Treat surfaces 12, 14 and 16 as a single surface
Compound Surface(200) = {12, 14, 16}; Compound Surface(200) = {12, 14, 16};
Hide {Surface{12, 14, 16}; }
// More details about the reparametrization technique can be found in // More details about the reparametrization technique can be found in
// the following papers: // the following papers:
// //
......
...@@ -43,7 +43,7 @@ Physical Volume(1) = 1; ...@@ -43,7 +43,7 @@ Physical Volume(1) = 1;
// Apply a funny mesh size field, just because we can :-) // Apply a funny mesh size field, just because we can :-)
Field[1] = MathEval; Field[1] = MathEval;
Field[1].F = "2*Sin((x+y)/5) + 3.3"; Field[1].F = "2*Sin((x+y)/5) + 3";
Background Field = 1; Background Field = 1;
Mesh.RemeshAlgorithm = 1; // (0) no split (1) automatic (2) automatic only with metis Mesh.RemeshAlgorithm = 1; // (0) no split (1) automatic (2) automatic only with metis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment