- Oct 22, 2009
-
-
Emilie Marchandise authored
CreateTopologyFromMesh more accurate Possibility to partition also Faces and not only GModels
-
- Oct 09, 2009
-
-
Jean-François Remacle authored
-
- Sep 19, 2009
-
-
Christophe Geuzaine authored
-
- Aug 29, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
never ever change the immutable vertex numbers: otherwise we cannot use our algorithms from outside with prescribed boundary meshes -> use MVertex::_index instead (renamed setNum to forceNum to make sure we don't use setNum by mistake)
-
- Aug 28, 2009
-
-
Christophe Geuzaine authored
enhence statreport
-
- Aug 27, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix warnings
-
Christophe Geuzaine authored
-
- Aug 26, 2009
-
-
Christophe Geuzaine authored
oops, should not have committed openmp tests with jf
-
Jean-François Remacle authored
add benchmark/boolean
-
- Aug 25, 2009
-
-
Jean-François Remacle 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
-
- Jun 08, 2009
-
-
Jean-François Remacle authored
-
- Apr 01, 2009
-
-
Christophe Geuzaine authored
-
- Mar 19, 2009
-
-
Christophe Geuzaine authored
-
- Mar 15, 2009
-
-
Christophe Geuzaine authored
moment; we need to change the actual algorithm to ensure that we create correctly oriented triangles in the first place)
-
- Jan 31, 2009
-
-
Christophe Geuzaine authored
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
moved all string options to std::string ***************************************************************** WARNING: this has the potential to break things in subtle ways... PLEASE TEST AND REPORT ANY WEIRDNESSES *****************************************************************
-
- 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
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
that the 2 steps are orthogonal * added full-hexa subdivision algo
-
- 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 07, 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 28, 2008
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Nov 27, 2008
-
-
Jean-François Remacle authored
reparametrization through harmonic maps enhanced
-
- Nov 21, 2008
-
-
Christophe Geuzaine authored
-
- Nov 14, 2008
-
-
Christophe Geuzaine authored
-
- Aug 28, 2008
-
-
Christophe Geuzaine authored
-
- Aug 20, 2008
-
-
Jean-François Remacle authored
-
- Aug 15, 2008
-
-
Christophe Geuzaine authored
* add lc_extend_from_boundary in GUI
-
- Aug 11, 2008
-
-
Jean-François Remacle authored
-
- Jul 11, 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)
-