From 8b44d810fc50afb76db34d6084fa07dd230aef74 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 18 Feb 2012 10:49:55 +0000 Subject: [PATCH] --- doc/texinfo/opt_fields.texi | 12 ++++++++++++ doc/texinfo/opt_mesh.texi | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/doc/texinfo/opt_fields.texi b/doc/texinfo/opt_fields.texi index f33b19589f..631634a963 100644 --- a/doc/texinfo/opt_fields.texi +++ b/doc/texinfo/opt_fields.texi @@ -92,6 +92,14 @@ default value: @code{@{@}} Indices of nodes in the geometric model@* type: list@* default value: @code{@{@}} +@item Quads +Generate recombined elements in the boundary layer@* +type: integer@* +default value: @code{0} +@item fan_angle +Threshold angle for creating a mesh fan in the boundary layer@* +type: float@* +default value: @code{30} @item hfar Element size far from the wall@* type: float@* @@ -169,6 +177,10 @@ Options:@* File name for the centerlines@* type: string@* default value: @code{"centerlines.vtk"} +@item nbPoints +Number of mesh elements in a circle@* +type: integer@* +default value: @code{25} @end table Actions:@* diff --git a/doc/texinfo/opt_mesh.texi b/doc/texinfo/opt_mesh.texi index 5e58ac1619..510a65b9d7 100644 --- a/doc/texinfo/opt_mesh.texi +++ b/doc/texinfo/opt_mesh.texi @@ -39,6 +39,11 @@ Write mesh files in binary format (if possible)@* Default value: @code{0}@* Saved in: @code{General.OptionsFileName} +@item Mesh.CgnsImportOrder +Enable the creation of high-order mesh from CGNS structured meshes.(1, 2, 4, 8, ...)@* +Default value: @code{1}@* +Saved in: @code{General.OptionsFileName} + @item Mesh.ChacoArchitecture (Adv. Chaco): Parallel architecture topology (0=hypercube, 1-3=mesh dimensions)@* Default value: @code{1}@* -- GitLab