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

up

parent 00476698
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,40 @@ type: float@*
default value: @code{0}
@end table
@item Distance
Compute the distance from the nearest node in a list. It can also be used to compute the distance from curves, in which case each curve is replaced by NNodesByEdge equidistant nodes and the distance from those nodes is computed.@*
Options:@*
@table @code
@item EdgesList
Indices of curves in the geometric model@*
type: list@*
default value: @code{@{@}}
@item FacesList
Indices of surfaces in the geometric model (Warning, this feature is still experimental. It might (read: will probably) give wrong results for complex surfaces)@*
type: list@*
default value: @code{@{@}}
@item FieldX
Id of the field to use as x coordinate.@*
type: integer@*
default value: @code{-1}
@item FieldY
Id of the field to use as y coordinate.@*
type: integer@*
default value: @code{-1}
@item FieldZ
Id of the field to use as z coordinate.@*
type: integer@*
default value: @code{-1}
@item NNodesByEdge
Number of nodes used to discretized each curve@*
type: integer@*
default value: @code{20}
@item NodesList
Indices of nodes in the geometric model@*
type: list@*
default value: @code{@{@}}
@end table
@item ExternalProcess
**This Field is experimental**@*
Call an external process that received coordinates triple (x,y,z) as binary double precision numbers on stdin and is supposed to write the field value on stdout as a binary double precision number.@*
......@@ -391,7 +425,7 @@ default value: @code{1}
@item Z2
Z coordinate of endpoint 2@*
type: float@*
default value: @code{2.53244204493764e-86}
default value: @code{1.455171629957881e-152}
@end table
@item Gradient
......
......@@ -214,6 +214,11 @@ Display points as solid color dots (0) or 3D spheres (1)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Geometry.ReparamOnFaceRobust
Use projection for reparametrization of a point classified on GEdge on a GFace@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Geometry.ScalingFactor
Global geometry scaling factor@*
Default value: @code{1}@*
......
......@@ -1302,6 +1302,23 @@ Default value: @code{0}
Default value: @code{-1}
@end table
@item Plugin(VoroMetal)
Plugin(VoroMetal) creates microstructures using Voronoi diagrams.@*
@*
String options:
@table @code
@item SeedsFile
Default value: @code{"seeds.txt"}
@end table
Numeric options:
@table @code
@item ComputeBestSeeds
Default value: @code{0}
@item ComputeMicrostructure
Default value: @code{1}
@end table
@item Plugin(Warp)
Plugin(Warp) transforms the elements in the view `View' by adding to their node coordinates the vector field stored in the `TimeStep'-th time step of the view `OtherView', scaled by `Factor'.@*
@*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment