diff --git a/tutorial/t13.geo b/tutorial/t13.geo index 2571f79d7dff2591d718740fe4352c2f24e6d59c..16f2acb6eca27b884b0e9750b5cc4bd7d453e90e 100644 --- a/tutorial/t13.geo +++ b/tutorial/t13.geo @@ -47,5 +47,5 @@ Field[1].F = "2*Sin((x+y)/5) + 3"; Background Field = 1; Mesh.RemeshAlgorithm = 1; // (0) no split (1) automatic (2) automatic only with metis -Mesh.RemeshParametrization = 1; // (0) harmonic (1) conformal +Mesh.RemeshParametrization = 7; // (0) harmonic (1) conformal spectral (7) conformal finite element Geometry.HideCompounds = 0; // don't hide the compound entities