- May 14, 2010
-
-
Christophe Geuzaine authored
- new GetEnv and GetString functions
-
- Apr 29, 2010
-
-
Gauthier Becker authored
Add FullDg formulation Add Stress and InternalPoint (development)
-
- Mar 20, 2010
-
-
Christophe Geuzaine authored
-
- Mar 10, 2010
-
-
Jonathan Lambrechts authored
bindings for GmshMessages and full support for bindings of static functions (eg Msg:getCommRank() == Msg.getCommRank() == Msg():getCommRank())
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Nov 13, 2009
-
-
Christophe Geuzaine authored
-
- Nov 07, 2009
-
-
Christophe Geuzaine authored
Propose to automatically create .geo file with a Merge command when trying to append a scripting command to a non-geo file. Got the idea after the discussion with Robert Bou. (This is better than scripting the Merge command IMHO.)
-
- Oct 22, 2009
-
-
Christophe Geuzaine authored
- more work on SLEPc eigensolver integration
-
- Oct 13, 2009
-
-
Christophe Geuzaine authored
-
- Oct 04, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
add support for petsc solvers
-
- Oct 01, 2009
-
-
Christophe Geuzaine authored
better gestion of remote messages ("a la getdp")
-
- Sep 11, 2009
-
-
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
-
- Mar 13, 2009
-
-
Christophe Geuzaine authored
-
- Feb 24, 2009
-
-
Christophe Geuzaine authored
-
- Jan 31, 2009
-
-
Christophe Geuzaine authored
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
- Jan 10, 2009
-
-
Christophe Geuzaine authored
Added "File->Save Options" to automatically save options for the current project (same name + appended ".opt") OpenProject will detect the ".opt" and will load the options automatically if available. Adapted from an original idea and patch from <jiri.hnidek@tul.cz>. Thanks Jiri!
-
- Jan 08, 2009
-
-
Christophe Geuzaine authored
HAVE_XXX defines. This fixes three longstanding problems: - the API was hard to use because some headers had HAVE_XXX ifdefs, so that cient codes had to know how the lib was compiled to compile themselves - we had to do make clean after each ./configure, which erased too much (e.g. most of contrib) - make depend could include unwanted stuff since it redefined FLAGS
-
- Jan 07, 2009
-
-
Christophe Geuzaine authored
-
- Jan 04, 2009
-
-
Christophe Geuzaine authored
-
- Dec 29, 2008
-
-
Christophe Geuzaine authored
- fix bb computation to avoid model jumping around when adding points in z=0 plane - pass interpol matrices as ref
-
- Dec 15, 2008
-
-
Christophe Geuzaine authored
-
- Dec 01, 2008
-
-
Christophe Geuzaine authored
There's no new functionality for now: PLEASE TEST THAT EVERYTHING WORKS AS IT USED TO BEFORE.
-
- Nov 17, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Nov 14, 2008
-
-
Christophe Geuzaine authored
-
Laurent Van Migroet authored
vsnprintf unknown in visual 2003
-
- Aug 02, 2008
-
-
Christophe Geuzaine authored
-
- Aug 01, 2008
-
-
Stefen Guzik authored
-
- Jul 20, 2008
-
-
Christophe Geuzaine authored
things down when you have many many surfaces) - fix out of bound acces in transfinite callback when selecting > 100 entities
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Jul 03, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- removed every "throw;", i.e., every throw that did not throw an actual exception. throw wihout args should ONLY be used in a catch{} to re-throw the same exception (for it to be handled in another catch clause) - introduced GmshMessage callback class so that clients can easily implement their own message handling (see example in driverOCC.cpp)
-
- Jul 02, 2008
-
-
Christophe Geuzaine authored
-
- Jun 27, 2008
-
-
Christophe Geuzaine authored
- merge OCC64 patch from Jose Paulo Moitinho de Almeida
-
- May 06, 2008
-
-
Christophe Geuzaine authored
* implemented first rough draft of VTK mesh writer
-
- May 04, 2008
-
-
Christophe Geuzaine authored
did in high * added mesh generation error log summary * removed Parallel subdir (this is now handled by the message class) * removed Box subdir and consolidated batch processing in a single routine * made List_T into a class * reduced dependencies in Pview*.h so we can eventually add the post-pro interface to the public API
-