From f1ada1e09fbbe0bc8aaff4dc983ba138f92afca2 Mon Sep 17 00:00:00 2001 From: Emilie Marchandise <emilie.marchandise@uclouvain.be> Date: Mon, 7 Jan 2013 08:49:42 +0000 Subject: [PATCH] --- tutorial/t13.geo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/t13.geo b/tutorial/t13.geo index 2571f79d7d..16f2acb6ec 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 -- GitLab