- Sep 18, 2009
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
- Sep 15, 2009
-
-
Christophe Geuzaine authored
-
- Sep 10, 2009
-
-
Jean-François Remacle authored
-
- Sep 09, 2009
-
-
Christophe Geuzaine authored
-
- Sep 03, 2009
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
Jean-François Remacle authored
started to create parallel topology in the mesh
-
- Aug 30, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- pretty print code
-
- 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)
-
Christophe Geuzaine authored
-
- Aug 28, 2009
-
-
Christophe Geuzaine authored
enhence statreport
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix crash in remeshUnrecoveredEdges
-
Christophe Geuzaine authored
-
- Aug 27, 2009
-
-
Christophe Geuzaine authored
remove "return" added in orientMeshGFace in revision 1.183 this fixes the surface mesh orientation problem (wrong in 2.4.0)
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix crash in remeshUnrecoveredEdges
-
Christophe Geuzaine authored
fix cl comp pb for embedded verts
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
rewrote gmsh2DMeshGenerator to make it thread-safe *** PLEASE TEST THAT THE 2D MESH GENERATORS BEHAVE EXACTLY AS BEFORE ***
-
Christophe Geuzaine authored
fix warnings
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
remove last statics to make BDS thread-safe
-
Christophe Geuzaine authored
make divide & conquer thread-safe by encapsulating everything into the DocRecord class
-
- 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 22, 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
-
- Aug 13, 2009
-
-
Jean-François Remacle authored
-