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

doc

parent 5c6f9034
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,7 @@ Tutorial
* t11.geo::
* t12.geo::
* t13.geo::
* t14.geo::
Options
......@@ -4508,6 +4509,7 @@ system}. Screencasts that show how to use the GUI are available on
* t11.geo::
* t12.geo::
* t13.geo::
* t14.geo::
@end menu
@c -------------------------------------------------------------------------
......@@ -4622,11 +4624,20 @@ system}. Screencasts that show how to use the GUI are available on
@c t13.geo
@c -------------------------------------------------------------------------
@node t13.geo, , t12.geo, Tutorial
@node t13.geo, t14.geo, t12.geo, Tutorial
@section @file{t13.geo}
@verbatiminclude ../../tutorial/t13.geo
@c -------------------------------------------------------------------------
@c t14.geo
@c -------------------------------------------------------------------------
@node t14.geo, , t13.geo, Tutorial
@section @file{t14.geo}
@verbatiminclude ../../tutorial/t14.geo
@c =========================================================================
@c Options
@c =========================================================================
......
/*********************************************************************
/*********************************************************************
*
* Gmsh tutorial 13
*
*
* Remeshing STL with compounds
*
*********************************************************************/
......@@ -47,4 +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 = 1; // (0) harmonic (1) conformal
Geometry.HideCompounds = 0; // don't hide the compound entities
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment