- 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 *****************************************************************
-
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.
-
- Jan 15, 2009
-
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
easy way to apply this to mesh/views unless we duplicate vertex arrays anyway
-
Christophe Geuzaine authored
-
- Jan 13, 2009
-
-
Jean-François Remacle authored
-
- Jan 12, 2009
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-complete the doc of the GSHHS Plugin -compile GSHHS plugin even if matheval is not present
-
- Jan 10, 2009
-
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
-
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!
-