- 27 Jul, 2014 1 commit
-
-
Tuelin Kaman authored
-
- 24 Jul, 2014 5 commits
- 23 Jul, 2014 4 commits
- 22 Jul, 2014 2 commits
- 08 Jul, 2014 1 commit
-
-
adelmann authored
-
- 03 Jul, 2014 1 commit
-
-
adelmann authored
I moved this call out of the scope where node0 is writing to a file. ***************************************************************** NOW CSR and SPACE charge are working in parallel but ONLY if all dimensions are distributed. This is not understood ! *****************************************************************
-
- 27 Jun, 2014 2 commits
- 26 Jun, 2014 1 commit
-
-
gsell authored
-
- 21 Jun, 2014 1 commit
-
-
gsell authored
BoundaryGeometry: fastIsInside(): return 1 without further tests if point is outside bbox, pass args as reference; all functions: use gsl_fcmp() to compare floating point numbers
-
- 20 Jun, 2014 4 commits
-
-
gsell authored
BoundaryGeometry: pass args by reference in intersection tests; in intersectRayBoundary(): use a box which is smaller than the voxel mesh but largen than bbox of the geometry for computing the intersection with the bbox of the geometry; print a warning, if mapPoint2VoxelIndices() is called for a point outside the bbox of the voxel mesh
-
gsell authored
-
gsell authored
-
gsell authored
-
- 13 Jun, 2014 1 commit
-
-
gsell authored
BoundaryGeometry: bugfix in counting intersections in intersectTinyLineSegmentBoundary(). This actually fixes an issue wih fastIsInside(); Faster mesh voxelization.
-
- 12 Jun, 2014 1 commit
-
-
adelmann authored
-
- 11 Jun, 2014 2 commits
- 10 Jun, 2014 2 commits
-
-
Xiaoying Pang authored
-
gsell authored
-
- 03 Jun, 2014 1 commit
-
-
adelmann authored
-
- 01 Jun, 2014 1 commit
-
-
adelmann authored
-
- 29 May, 2014 6 commits
-
-
Tuelin Kaman authored
-
gsell authored
BoundaryGeometry: private method intersectTinyLineSegmentBoundary() for testing small line segments added; this is the core method used by all line-segment/ray triangle intersection testing, including fastIsInside() and PartInside()
-
gsell authored
BoundaryGeometry: private method intersectLineSegmentBoundary4PartInside() removed; private method intersectTinyLineSegmentBoundary() for testing small line segments added
-
Daniel Winklehner authored
-
Tuelin Kaman authored
-
Daniel Winklehner authored
Bugfix in fastIsInside (v was pointing in wrong direction), temporary use of intersectLineSegmentBoundary instead of intersectLineSegmentBoundary4PartInside. Pending Achims approval. -DW
-
- 28 May, 2014 4 commits
-
-
gsell authored
BoundaryGeometry: bugfix in intersectLineSegmentBoundary(): the case where the ray starts close to the boundary but away from it was handled wrong
-
gsell authored
-
gsell authored
-
Daniel Winklehner authored
-