- Dec 05, 2010
-
-
Christophe Geuzaine authored
-
- Nov 08, 2010
-
-
Bastien Gorissen authored
Adds an option to switch elementary and physical tags in loaded meshes, and fixes a bug with geo-mesh matching.
-
- Oct 02, 2010
-
-
Emilie Marchandise authored
-
- Sep 06, 2010
-
-
Emilie Marchandise authored
-
- Aug 26, 2010
-
-
Christophe Geuzaine authored
-
- Jul 26, 2010
-
-
Christophe Geuzaine authored
-
- Jun 21, 2010
-
-
Christophe Geuzaine authored
(which use the filename to guess which data file to read). Laurent's patch would set the filename to the last merged file, whereas we currently want the file name to be set to the projet file, i.e., the first merged file. We should maybe think a bit harder about how to deal with this (maybe each Merge can set the fileName, but OpenFile takes precedence?)
-
- Jun 01, 2010
-
-
Christophe Geuzaine authored
-
- May 01, 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
-
- Mar 08, 2010
-
-
Christophe Geuzaine authored
-
- Mar 05, 2010
-
-
Christophe Geuzaine authored
-
- Mar 04, 2010
-
-
Christophe Geuzaine authored
- partial fix for skipping empty time steps
-
- Feb 28, 2010
-
-
Christophe Geuzaine authored
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Jan 20, 2010
-
-
Laurent Van Migroet authored
-
- Jan 15, 2010
-
-
Christophe Geuzaine authored
bar: it's not dynamic in fltk 1.1)
-
Bastien Gorissen authored
-
- Jan 14, 2010
-
-
Bastien Gorissen authored
-
- Jan 06, 2010
-
-
Jonathan Lambrechts authored
-
- Dec 16, 2009
-
-
Jonathan Lambrechts authored
-
- Nov 13, 2009
-
-
Christophe Geuzaine authored
-
- Nov 04, 2009
-
-
Bruno Seny authored
- invert #define logic (HAVE_MESH, HAVE_POST, HAVE_SOLVER, ... instead of HAVE_NO_MESH, HAVE_NO_POST, HAVE_NO_SOLVER)
-
- Nov 02, 2009
-
-
Christophe Geuzaine authored
-
- Oct 12, 2009
-
-
Christophe Geuzaine authored
-
- Sep 28, 2009
-
-
Jean-François Remacle authored
-
- Sep 17, 2009
-
-
Jean-François Remacle authored
-
- Aug 30, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Encapsulate toolkit-dependent global drawing functions in new drawContextGlobal class, and add a static drawContextGlobal to drawContext, with a default version that does nothing. This allows to have a completely virtualized drawing system: we can now ship a library with a fully working graphic system, indepedent of the widget toolkit. A client code just needs to subclass drawContextGlobal to get working graphics (see e.g. api_demos/mainAntTweakBar.cpp)
-
- Aug 21, 2009
-
-
Christophe Geuzaine authored
GModel::readGEO must be a static member function, since the parser can now create multiple models!
-
Christophe Geuzaine authored
more work on levelsets & co
-
- Aug 14, 2009
-
-
Christophe Geuzaine authored
- moved GUI to FlGui + added experimental QGui to test Qt - fixed most MSVC and gcc compiler warnings - converted some remaining tabs to whitespace (that's why the patch is so large; please try to remember to indent with 2 spaces and not tabs when you commit stuff to CVS) - merged modified patch from Konstantinos Poulios to allow saving physical/partition as element tags in mesh formats that don't support them natively
-
- Jul 01, 2009
-
-
Christophe Geuzaine authored
fix STL export of quads
-
- Jun 25, 2009
-
-
Christophe Geuzaine authored
-
- Jun 20, 2009
-
-
Christophe Geuzaine authored
-
- Jun 15, 2009
-
-
Jean-François Remacle authored
-
- Jun 14, 2009
-
-
Christophe Geuzaine authored
-
- Jun 10, 2009
-
-
Jean-François Remacle authored
Added a sort of the eigenvalues and print functions
-
- Apr 30, 2009
-
-
Jean-François Remacle authored
added createTopology when Merging a MSH File and implemented discreteEdge
-
- Mar 11, 2009
-
-
Christophe Geuzaine authored
-