- Mar 13, 2014
-
-
Christophe Geuzaine authored
-
- Dec 18, 2013
-
-
Christophe Geuzaine authored
useful for remapping a mesh onto a (slightly modified) CAD, for sensitivity analyses
-
- Oct 02, 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
-
- Sep 01, 2013
-
-
Christophe Geuzaine authored
-
- Aug 17, 2013
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jul 02, 2013
-
-
Christophe Geuzaine authored
-
- Jun 06, 2013
-
-
Christophe Geuzaine authored
-
- May 30, 2013
-
-
Christophe Geuzaine authored
-
- May 24, 2013
-
-
Christophe Geuzaine authored
-
- Apr 08, 2013
-
-
Christophe Geuzaine authored
-
- Apr 05, 2013
-
-
Christophe Geuzaine authored
-
- Mar 18, 2013
-
-
Christophe Geuzaine authored
-
- Mar 13, 2013
-
-
Christophe Geuzaine authored
-
- Mar 07, 2013
-
-
Christophe Geuzaine authored
No commit message
-
- Feb 02, 2013
-
-
Matti Pellika authored
New homology command "Betti" to compute just the Betti numbers of the given domain and relative subdomain. It is always somewhat faster than computing (co)homology basis.
-
- Jan 21, 2013
-
-
Christophe Geuzaine authored
- remove error in a:b:c if leads to empty list
-
- Jan 17, 2013
-
-
Emilie Marchandise authored
-
- Dec 16, 2012
-
-
Jean-François Remacle authored
-
- Oct 29, 2012
-
-
Christophe Geuzaine authored
-
- Oct 18, 2012
-
-
Christophe Geuzaine authored
To abort a script, use "Abort"
-
- Oct 01, 2012
-
-
Matti Pellika authored
Better handling of (co)homology computation in selected dimensions only. Various cleanups and documentation of (co)homology stuff.
-
- Sep 29, 2012
-
-
Christophe Geuzaine authored
-
- Sep 19, 2012
-
-
Christophe Geuzaine authored
-
- Jun 11, 2012
-
-
Jonathan Lambrechts authored
-
- May 07, 2012
-
-
Christophe Geuzaine authored
-
- Apr 13, 2012
-
-
Christophe Geuzaine authored
-
- Feb 17, 2012
-
-
Jean-François Remacle authored
fixed nasty bug in quad meshing added parameters to BL generation (2D)
-
- Feb 04, 2012
-
-
Christophe Geuzaine authored
-
- Feb 03, 2012
-
-
Emilie Marchandise authored
-
- Jan 31, 2012
-
-
Christophe Geuzaine authored
Make sure to close the files left open (on purpose) in ParseFile when we exit OpenProject or when we call ClearProject. Leaving the files open can lead to file handle exhaustion, e.g. with onelab when remeshing several hundred times. This then leads to unpredictable socket errors.
-
- Jan 27, 2012
-
-
Matti Pellika authored
-
- Jan 26, 2012
-
-
Jonathan Lambrechts authored
-
- Jan 18, 2012
-
-
Christophe Geuzaine authored
-
Matti Pellika authored
-
- Jan 17, 2012
-
-
Christophe Geuzaine authored
First pass at cleaning up lists in the .geo parser: - we now keep track of the variable type ("list of floats" or "single float") - the brackets [] after the variable id are now optional (aa={1,2} == aa[]={1,2}) when creating a new list - the old syntax is kept to enable forcing the type to "list of floats" when creating a single-entry list - on single floats, += performs the usual arithmetic operation; on lists, += appends to the list (idem for -=) WARNING! this is a possibly dangerous commit: please test your .geo files and your scripts and signal any weird behaviour
-