- May 11, 2013
-
-
Christophe Geuzaine authored
-
- May 02, 2013
-
-
Christophe Geuzaine authored
-
- Jan 01, 2013
-
-
Christophe Geuzaine authored
-
- Dec 16, 2012
-
-
Jean-François Remacle authored
-
- Oct 31, 2012
-
-
Gaetan Bricteux authored
-
- Sep 27, 2012
-
-
Christophe Geuzaine authored
- removed all linear searches when creating OCC entities by using a cache in OCC_Internals - moved all getOCC*ByNativePtr into OCC_Internals Please test: this is quite an invasive change
-
- Mar 26, 2012
-
-
Jean-François Remacle authored
-
- Mar 22, 2012
-
-
Emilie Marchandise authored
-
- Jan 21, 2012
-
-
Christophe Geuzaine authored
-
- Nov 26, 2011
-
-
Christophe Geuzaine authored
-
- Sep 21, 2011
-
-
Christophe Geuzaine authored
-
- Mar 29, 2011
-
-
Christophe Geuzaine authored
-
- Mar 26, 2011
-
-
Christophe Geuzaine authored
- fixed MED node ordering - polished 64 bit Cocoa Mac OS X FLTK version - updated copyright
-
- Nov 03, 2010
-
-
Jean-François Remacle authored
better quad meshing
-
- Apr 23, 2010
-
-
Jean-François Remacle authored
-
- Feb 10, 2010
-
-
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
-
- Feb 15, 2009
-
-
Christophe Geuzaine authored
kernel-specific information - better documentation of lists returned by extrusions
-
- Jan 31, 2009
-
-
Christophe Geuzaine authored
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
- 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
-
-
Stefen Guzik 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 23, 2008
-
-
Christophe Geuzaine authored
removed parFromPoint and closestPoint from GEdge; replace their use in cgns code by appropriate reparamMeshVertex calls (not tested: I don't have cgns) removed now unused golden section minimizer (brent), now unused
-
- 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
-
-
Jean-François Remacle authored
-
- Nov 14, 2008
-
-
Christophe Geuzaine authored
-
- Nov 08, 2008
-
-
Jean-François Remacle authored
-
- Jul 26, 2008
-
-
Christophe Geuzaine authored
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Jul 04, 2008
-
-
Christophe Geuzaine authored
-
- Jul 03, 2008
-
-
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)
-
- 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
-
- Mar 20, 2008
-
-
Christophe Geuzaine authored
untabify
-
- Feb 23, 2008
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 30, 2008
-
-
Jean-François Remacle authored
-
- Jan 21, 2008
-
-
Christophe Geuzaine authored
API cleanup: removed unused functions
-