- 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
-
- Jan 01, 2013
-
-
Christophe Geuzaine authored
-
- Dec 16, 2012
-
-
Jean-François Remacle authored
-
- Dec 11, 2012
-
-
Christophe Geuzaine authored
-
- Nov 12, 2012
-
-
Christophe Geuzaine authored
-
- Nov 06, 2012
-
-
Christophe Geuzaine authored
Major work on GUI : removed much-hated "menu window" & merged onelab tree in graphic window. Gmsh now requires FLTK 1.3. (Additional changes: fixed crash when de-minimizing opengl window on mac os ; refactored Msg::StatusBar)
-
- Oct 31, 2012
-
-
Gaetan Bricteux authored
-
- Oct 29, 2012
-
-
Christophe Geuzaine authored
-
- Oct 27, 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
-
Christophe Geuzaine authored
No commit message
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Sep 19, 2012
-
-
Christophe Geuzaine authored
-
- Aug 31, 2012
-
-
Matti Pellika authored
-
- Aug 30, 2012
-
-
Matti Pellika authored
Added possibility in homology solver parser interface to select (co)homology space base dimensions to save; Added option to select (co)homology basis physical groups numbers and debug options to HomologyComputation plugin.
-
- 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
-
-
Emilie Marchandise authored
-
Jonathan Lambrechts authored
-
- Jan 21, 2012
-
-
Christophe Geuzaine authored
-
- Jan 18, 2012
-
-
Christophe Geuzaine authored
-
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
-
- Dec 13, 2011
-
-
Christophe Geuzaine authored
-
- Nov 23, 2011
-
-
Christophe Geuzaine authored
-
- Nov 03, 2011
-
-
Jean-François Remacle authored
-
- Oct 21, 2011
-
-
Emilie Marchandise authored
-