Browse Source

Added article reference to LargeIslandSplitter

Jorrit Rouwe 2 years ago
parent
commit
12b4e1bae5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Jolt/Physics/LargeIslandSplitter.h

+ 3 - 0
Jolt/Physics/LargeIslandSplitter.h

@@ -17,6 +17,9 @@ class BodyManager;
 class ContactConstraintManager;
 class ContactConstraintManager;
 
 
 /// Assigns bodies in large islands to multiple groups that can run in parallel
 /// Assigns bodies in large islands to multiple groups that can run in parallel
+///
+/// This basically implements what is described in: High-Performance Physical Simulations on Next-Generation Architecture with Many Cores by Chen et al.
+/// See: http://web.eecs.umich.edu/~msmelyan/papers/physsim_onmanycore_itj.pdf section "PARALLELIZATION METHODOLOGY"
 class LargeIslandSplitter : public NonCopyable
 class LargeIslandSplitter : public NonCopyable
 {
 {
 private:
 private: