- 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
-
- Dec 13, 2011
-
-
Christophe Geuzaine authored
-
- Nov 03, 2011
-
-
Jean-François Remacle authored
-
- Oct 20, 2011
-
-
Emilie Marchandise authored
-
- Oct 16, 2011
-
-
Christophe Geuzaine authored
-
- Sep 26, 2011
-
-
Christophe Geuzaine authored
-
- Sep 23, 2011
-
-
Christophe Geuzaine authored
-
- Sep 13, 2011
-
-
Gaetan Bricteux authored
-
- Aug 04, 2011
-
-
Emilie Marchandise authored
Added option for levelset cutting ""CutMeshTri(tag)", that saves only triangles and tets (no polygons or polyhedra) Added new level set definition "Levelset Points(tag)={{x1,y1,z1},{x2,y2,z2}};", builds a level set from a set of data points using RBF interpolation
-
- Aug 03, 2011
-
-
Christophe Geuzaine authored
with tet meshes using pyramids. It's not perfect (it introduces the pyramids in the extruded/transfinite mesh) but it's useful nonetheless.
-
- Jun 14, 2011
-
-
Emilie Marchandise authored
Use the following in your Geo file Mesh.RemeshParametrization=2; //(0) harmonic (1) conformal (2) Rbf
-
- May 02, 2011
-
-
Christophe Geuzaine authored
-
- Apr 30, 2011
-
-
Christophe Geuzaine authored
compounds, transfinite, etc. easier
-
- May 14, 2010
-
-
Christophe Geuzaine authored
- new GetEnv and GetString functions
-
- May 05, 2010
-
-
Christophe Geuzaine authored
-
- Apr 28, 2010
-
-
Christophe Geuzaine authored
-
- Apr 23, 2010
-
-
Jean-François Remacle authored
-
- Mar 20, 2010
-
-
Christophe Geuzaine authored
* issue error for zero volume elements in FEA export * reset element number between 2D/3D in FEA export
-