- Jan 31, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
trying to fix weird race condition on windows causing the solver window to close when closing the message window
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
what was causingthe uncomprehensible LNK1179 error ("duplicate COMDAT") with MSVC. No idea why.
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
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 *****************************************************************
-
Christophe Geuzaine authored
get string option would NEVER work! Ugly fix until will replace all const char* with std::strings in the options
-
- Jan 28, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 27, 2009
-
-
Jean-François Remacle authored
Uniformisation of the weights of the Gauss Quadrature points (sum = volume of the reference element) Adding Gauss Quadrature rule for a line Modifications by Gaetan Bricteux
-
- Jan 26, 2009
-
-
Christophe Geuzaine authored
-
- Jan 24, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 23, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 22, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
* point not found should NOT be an error in the octree
-
Christophe Geuzaine authored
-
- Jan 21, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
- Jan 20, 2009
-
-
Christophe Geuzaine authored
-
- Jan 19, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
setNum() should change _globalNum
-
Jean-François Remacle authored
-
- Jan 18, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Amazingly, I have discovered a potentially serious bug in the routines which perform edge collapse in the BDS_Mesh. Owing to this, it is possible for a point to collapse onto a linear boundary creating slivers (triangles with collinear points). The problem is that the sides of the triangle, a and b, are not recalculated after the point is moved. Thus, area_final and area_init are always equal! So the test for slivers is defeated.
-