- Jan 20, 2015
-
-
Christophe Geuzaine authored
-
- Jan 19, 2015
-
-
Christophe Geuzaine authored
-
- Jan 14, 2015
-
-
Christophe Geuzaine authored
-
- Nov 02, 2014
-
-
Christophe Geuzaine authored
-
- Aug 16, 2014
-
-
Christophe Geuzaine authored
-
- Jul 30, 2014
-
-
Christophe Geuzaine authored
-
- May 21, 2014
-
-
Christophe Geuzaine authored
-
- Apr 26, 2014
-
-
Christophe Geuzaine authored
new inline DefineNumber[] and DefineString[] onelab parameter definitions; this matches the way we do things in python
-
- Apr 07, 2014
-
-
Christophe Geuzaine authored
* New ENABLE_COMPRESSED_IO option to enable on-the-fly IO with gzipped files (patch from Alexis Salzman) * New PrintParserSymbols() to print workspace (currently in option window, for debugging puroposes)
-
- Apr 06, 2014
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Mar 27, 2014
-
-
Christophe Geuzaine authored
-
- Mar 13, 2014
-
-
Christophe Geuzaine authored
-
- Mar 03, 2014
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Mar 02, 2014
-
-
Christophe Geuzaine authored
-
- Feb 07, 2014
-
-
Christophe Geuzaine authored
-
- Jan 29, 2014
-
-
Christophe Geuzaine authored
new -setstring and -setnumber command line options (to define parser variables without parsing, like in getdp)
-
- Dec 18, 2013
-
-
Christophe Geuzaine authored
useful for remapping a mesh onto a (slightly modified) CAD, for sensitivity analyses
-
- 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.
-
- Oct 02, 2013
-
-
Christophe Geuzaine authored
-
- Sep 26, 2013
-
-
Christophe Geuzaine authored
-
- Sep 25, 2013
-
-
Christophe Geuzaine authored
-
- Sep 23, 2013
-
-
Christophe Geuzaine authored
-
- Sep 21, 2013
-
-
Christophe Geuzaine authored
-
- Sep 17, 2013
-
-
Christophe Geuzaine authored
- new DrawForceChanged command to force recomputation of vertex arrays
-
- 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
-
Christophe Geuzaine authored
-
- Sep 01, 2013
-
-
Christophe Geuzaine authored
-
- Aug 28, 2013
-
-
Christophe Geuzaine authored
-
- Aug 17, 2013
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jul 11, 2013
-
-
Christophe Geuzaine authored
merge patch from Jose Paulo Moitinho de Almeida for AlternateRight/AlternateLeft transfinite options
-
- Jul 03, 2013
-
-
Christophe Geuzaine authored
Show label and help as tooltip; allow multi-line strings with Str[] syntax
-
- Jul 02, 2013
-
-
Christophe Geuzaine authored
-
- Jun 20, 2013
-
-
Christophe Geuzaine authored
Fopen deals with non-ASCII filename paths on Windows.
-
- Jun 06, 2013
-
-
Christophe Geuzaine authored
-
- Jun 03, 2013
-
-
Jean-François Remacle authored
-
- May 30, 2013
-
-
Christophe Geuzaine authored
-