- Feb 08, 2010
-
-
Christophe Geuzaine authored
- work on plugin user-friendliness (short help & co)
-
- Feb 04, 2010
-
-
Christophe Geuzaine authored
-
- Feb 02, 2010
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
in a force field (should be generalized e.g. for Lorentz force, but that a TODO ;-)
-
- Jan 29, 2010
-
-
Matti Pellika authored
-
- Jan 20, 2010
-
-
Jonathan Lambrechts authored
-
- Jan 06, 2010
-
-
Matti Pellika authored
-
- Dec 15, 2009
-
-
Jonathan Lambrechts authored
-
- Nov 19, 2009
-
-
Matti Pellika authored
Some code cleanup & added comments.
-
- 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
-
Christophe Geuzaine authored
- simpler plugin script save
-
Christophe Geuzaine authored
-
- Oct 25, 2009
-
-
Christophe Geuzaine authored
- more work on slepc integration
-
- Oct 23, 2009
-
-
Matti Pellika authored
simulated annealing.
-
- Oct 12, 2009
-
-
Christophe Geuzaine authored
-
- Oct 01, 2009
-
-
Christophe Geuzaine authored
finished up first pass at remote view management: * interactive stuff is now almost feature-complete (including multi-step, axes and adaptive refinement) * plugins can now be executed on remote views * renamed GmshRemote->ConnectionManager & GmshDaemon->GmshRemote
-
- Sep 20, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Sep 19, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
renamed most gmsh* classes
-
- Sep 18, 2009
-
-
Claudine Bon authored
Plugin/Triangulate.cpp Post/PView.cpp Post/PViewDataRemote.h : Change for compilation on SunOS CMakeLists.txt : Change mkl libraries on windows
-
- Sep 17, 2009
-
-
Jean-François Remacle authored
change Spline to BSpline in GSHHS plugin (I hoped MinStraitsFactor Option would allow to use Spline but it's not the case...)
-
- Sep 11, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Sep 02, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
new Tetrahedralize plugin
-
- Aug 31, 2009
-
-
Christophe Geuzaine authored
stuff, like plugin drawing
-
- 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 24, 2009
-
-
Christophe Geuzaine authored
extractVolume could miss some full (sub)elements for non-simplices
-
Matti Pellika authored
Improved reduction algorithm when generators of highest dimension are present. Added Betti number computation using coreduction to the UI. Added support to quadrangles (not yet to prisms, hexaherdons or pyramids due to unresolved issues). Bugfixes.
-
- Aug 20, 2009
-
-
Christophe Geuzaine authored
-
- Aug 17, 2009
-
-
Christophe Geuzaine authored
re-committing work from last two days after server crash: - refactored old Geo code (new/delete) - moved DrawPlugin to Plugin - move from matheval to mathex - move from Flu_Tree_Browser to Fl_Tree - fixed crash in Triangulate plugin
-
- Aug 15, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- 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 16, 2009
-
-
Christophe Geuzaine authored
-