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

No commit message

No commit message
parent 7de2aa44
No related branches found
No related tags found
No related merge requests found
...@@ -27,39 +27,29 @@ default value: @code{@{@}} ...@@ -27,39 +27,29 @@ default value: @code{@{@}}
@end table @end table
@item BoundaryLayer @item BoundaryLayer
F = LCMin if Field[IField] <= DistMin,@* hwall * ratio^(dist/hwall)@*
F = LCMax if Field[IField] >= DistMax,@*
F = interpolation between LcMin and LcMax if DistMin < Field[IField] < DistMax@*
Options:@* Options:@*
@table @code @table @code
@item DistMax
Distance from entity after which element size will be LcMax@*
type: float@*
default value: @code{10}
@item DistMin
Distance from entity up to which element size will be LcMin@*
type: float@*
default value: @code{1}
@item IField @item IField
Index of the field to evaluate@* Index of the field that contains the distance function@*
type: integer@* type: integer@*
default value: @code{0} default value: @code{0}
@item LcMax @item hfar
Element size outside DistMax@* Element size far from the wall@*
type: float@* type: float@*
default value: @code{1} default value: @code{1}
@item LcMin @item hwall_n
Element size inside DistMin@* Mesh Size Normal to the The Wall@*
type: float@* type: float@*
default value: @code{0.1} default value: @code{0.1}
@item Sigmoid @item hwall_t
True to interpolate between LcMin and LcMax using a sigmoid, false to interpolate linearly@* Mesh Size Tangent to the Wall@*
type: boolean@* type: float@*
default value: @code{0} default value: @code{0.5}
@item StopAtDistMax @item ratio
True to not impose element size outside DistMax (i.e., F = a very big value if Field[IField] > DistMax)@* Size Ratio Between Two Successive Layers@*
type: boolean@* type: float@*
default value: @code{0} default value: @code{1.1}
@end table @end table
@item Box @item Box
...@@ -228,6 +218,36 @@ type: string@* ...@@ -228,6 +218,36 @@ type: string@*
default value: @code{"F2 + Sin(z)"} default value: @code{"F2 + Sin(z)"}
@end table @end table
@item MathEvalAniso
Evaluate a metric expression. The expressions can contain x, y, z for spatial coordinates, F0, F1, ... for field values, and and mathematical functions.@*
Options:@*
@table @code
@item m11
element 11 of the metric tensor.@*
type: string@*
default value: @code{"F2 + Sin(z)"}
@item m12
element 12 of the metric tensor.@*
type: string@*
default value: @code{"F2 + Sin(z)"}
@item m13
element 13 of the metric tensor.@*
type: string@*
default value: @code{"F2 + Sin(z)"}
@item m22
element 22 of the metric tensor.@*
type: string@*
default value: @code{"F2 + Sin(z)"}
@item m23
element 23 of the metric tensor.@*
type: string@*
default value: @code{"F2 + Sin(z)"}
@item m33
element 33 of the metric tensor.@*
type: string@*
default value: @code{"F2 + Sin(z)"}
@end table
@item Max @item Max
Take the maximum value of a list of fields.@* Take the maximum value of a list of fields.@*
Options:@* Options:@*
...@@ -285,6 +305,16 @@ type: list@* ...@@ -285,6 +305,16 @@ type: list@*
default value: @code{@{@}} default value: @code{@{@}}
@end table @end table
@item MinAniso
Take the intersection of a list of possibly anisotropic fields.@*
Options:@*
@table @code
@item FieldsList
Field indices@*
type: list@*
default value: @code{@{@}}
@end table
@item Param @item Param
Evaluate Field IField in parametric coordinates:@* Evaluate Field IField in parametric coordinates:@*
@* @*
......
...@@ -909,6 +909,11 @@ Vertical position (in pixels) of the upper left corner of the statistic window@* ...@@ -909,6 +909,11 @@ Vertical position (in pixels) of the upper left corner of the statistic window@*
Default value: @code{150}@* Default value: @code{150}@*
Saved in: @code{General.SessionFileName} Saved in: @code{General.SessionFileName}
@item General.Stereo
Use stereo rendering@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item General.SystemMenuBar @item General.SystemMenuBar
Use the system menu bar on Mac OS X?@* Use the system menu bar on Mac OS X?@*
Default value: @code{1}@* Default value: @code{1}@*
......
...@@ -19,6 +19,11 @@ Threshold angle below which normals are not smoothed@* ...@@ -19,6 +19,11 @@ Threshold angle below which normals are not smoothed@*
Default value: @code{30}@* Default value: @code{30}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.AnisoMax
Maximum anisotropy of the mesh@*
Default value: @code{1e+33}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.AllowSwapAngle @item Mesh.AllowSwapAngle
Treshold angle (in degrees) between faces normals under which we allow an edge swap@* Treshold angle (in degrees) between faces normals under which we allow an edge swap@*
Default value: @code{10}@* Default value: @code{10}@*
...@@ -180,8 +185,8 @@ Default value: @code{1}@* ...@@ -180,8 +185,8 @@ Default value: @code{1}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.Format @item Mesh.Format
Mesh output format (1=msh, 2=unv, 19=vrml, 27=stl, 30=mesh, 31=bdf, 32=cgns, 33=med)@* Mesh output format (1=msh, 2=unv, 10=automatic, 19=vrml, 27=stl, 30=mesh, 31=bdf, 32=cgns, 33=med)@*
Default value: @code{1}@* Default value: @code{10}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.Hexahedra @item Mesh.Hexahedra
...@@ -479,6 +484,11 @@ Smooth the mesh normals?@* ...@@ -479,6 +484,11 @@ Smooth the mesh normals?@*
Default value: @code{0}@* Default value: @code{0}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.SmoothRatio
Ratio between mesh sizes at vertices of a same edeg (used in BAMG)@*
Default value: @code{1.8}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.SubdivisionAlgorithm @item Mesh.SubdivisionAlgorithm
Mesh subdivision algorithm (0=none, 1=all quadrangles, 2=all hexahedra)@* Mesh subdivision algorithm (0=none, 1=all quadrangles, 2=all hexahedra)@*
Default value: @code{0}@* Default value: @code{0}@*
......
...@@ -4,11 +4,6 @@ ...@@ -4,11 +4,6 @@
@c @c
@ftable @code @ftable @code
@item Plugin(AnalyseCurvedMesh)
Plugin(AnalyseCurvedMesh) computes AnalyseCurvedMeshs to boundaries in a mesh.
Plugin(AnalyseCurvedMesh) creates a bunch of files.
@item Plugin(Annotate) @item Plugin(Annotate)
Plugin(Annotate) adds the text string `Text', in font `Font' and size `FontSize', in the view `View'. The string is aligned according to `Align'. Plugin(Annotate) adds the text string `Text', in font `Font' and size `FontSize', in the view `View'. The string is aligned according to `Align'.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment