- Jan 29, 2014
-
-
Christophe Geuzaine authored
-
- Jan 28, 2014
-
-
Thomas De Maet authored
-
- Jan 27, 2014
-
-
Christophe Geuzaine authored
Added temporary hack to force the Newton-Raphson algorithm used in GFace::XYZtoUV to enforce convergence in XYZ coordinates. Math should be checked for ruled surfaces obtained by extrusion, as some more fundamental problem seems to exists for points on the boundary of the CAD patches
-
- Jan 21, 2014
-
-
Christophe Geuzaine authored
-
- Jan 16, 2014
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 13, 2014
-
-
Maxime Graulich authored
-
- Jan 07, 2014
-
-
Christophe Geuzaine authored
-
- Jan 06, 2014
-
-
Christophe Geuzaine authored
-
- Dec 10, 2013
-
-
Christophe Geuzaine authored
-
- Dec 03, 2013
-
-
Christophe Geuzaine authored
and Python onelab clients. WARNING WARNING WARNING: This is a major change -- all our onelab-enabled .geo and .pro files will need to be (slightly...) modified. What's new: 1. The name of a onelab variable (in the onelab database) is no more constructed from the name of the corresponding GetDP/Gmsh variable. One now needs to specify the onelab name explicitely, using the "Name" attribute. The "Name" is the actual name of the parameter in the onelab database, i.e., it also includes the path. This makes the "Path" attribute obsolete (it has no effect anymore). The "Legend" attribute can still be used (and it can be useful in edge cases, e.g. when you want a "/" in the name of a onelab paramater), but in most cases it's not necessary. 2. When a DefineConstant[] & co is used and no Name is given (e.g. DefineConstant[a=2]), no onelab parameter is created. This allows to provide default values to internal parameters without polluting the database. Why did we change? 1. The new syntax matches what we do in Python, where specifying a name is mandatory (there's no way around this in Python, as onelab cannot guess the name of a Python variable to which a onelab parameter value will be assigned). The change will prevent common mistakes where two parameters with the same label actually correspond to 2 different onelab parameters, due to a change in local getdp/gmsh variable name (which would change the onelab name automatically) 2. The new syntax allows to nicely decouple onelab parameters from internal variables with default values, that we don't want in the onelab database.
-
- Nov 30, 2013
-
-
Christophe Geuzaine authored
-
- Nov 26, 2013
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Nov 13, 2013
-
-
Maximilien Siavelis authored
-
- Oct 31, 2013
-
-
Jonathan Lambrechts authored
when possible)
-
- Oct 29, 2013
-
-
Nicolas Kowalski authored
Allowed the periodical voronoi diagram using the -microstructure option to deal with rectangle of arbitrary size. Xmax, Ymax and Zmax are to be specified as entry 3 to 5 of the input file.
-
- Oct 28, 2013
-
-
Matti Pellika authored
-
- Oct 25, 2013
-
-
Jean-François Remacle authored
TODO : avoid topological unconsistencies for (e.g.) cones when delaunay meshing is involved.
-
- Oct 23, 2013
-
-
Amaury Johnen authored
-
- Oct 21, 2013
-
-
Amaury Johnen authored
-
- Oct 16, 2013
-
-
Christophe Geuzaine authored
new PostProcessing.ForceNodeData to force saving NodeData datasets, even for potentially discontinuous list-type datasets
-
Christophe Geuzaine authored
-
- Oct 12, 2013
-
-
Christophe Geuzaine authored
-
- Oct 09, 2013
-
-
Christophe Geuzaine authored
-
- Oct 05, 2013
-
-
Christophe Geuzaine authored
-
- Oct 04, 2013
-
-
Christophe Geuzaine authored
-
- Sep 25, 2013
-
-
Christophe Geuzaine authored
-
- Sep 22, 2013
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Sep 21, 2013
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- can loop over Print.Parameter and provide script using that parameter - can preview animation
-
- Sep 17, 2013
-
-
Christophe Geuzaine authored
- new DrawForceChanged command to force recomputation of vertex arrays
-
- Sep 14, 2013
-
-
Christophe Geuzaine authored
-
- Sep 13, 2013
-
-
Christophe Geuzaine authored
-
- Sep 10, 2013
-
-
Christophe Geuzaine authored
removed clscale & perspective buttons from status bar
-
- Sep 05, 2013
-
-
Christophe Geuzaine authored
allow multiple view selection in option window + changed "link" logic to make it much easier to modify options for several views at once
-
- Sep 03, 2013
-
-
Christophe Geuzaine authored
* New version of Trevor Strickler's QuadTri patch (+ examples in benchmarks/extrude_quadtri) * First pass at SU2 mesh export
-
Amaury Johnen authored
-