Directory Packages/Uintah/Core/Grid/PatchBVH/

Total Files:
9
Deleted Files:
0
Lines of Code:
32

[root]/Packages/Uintah/Core/Grid/PatchBVH

Lines of Code

Packages/Uintah/Core/Grid/PatchBVH/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 46 (100.0%) 703 (100.0%) 15.2
luitjens 45 (97.8%) 683 (97.2%) 15.1
dav 1 (2.2%) 20 (2.8%) 20.0

Most Recent Commits

luitjens 2008-08-26 15:52 Rev.: 41977

Merge of 41976

0 lines of code changed in 10 files:

  • Packages/Uintah/Core/Grid/PatchBVH: PatchBVH.cc (new), PatchBVH.h (new), PatchBVHBase.cc (changed), PatchBVHBase.h (new), PatchBVHNode.cc (new)
luitjens 2008-08-10 14:10 Rev.: 41869

Undid last commit. noinline is not compatable with gcc....


1 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid/PatchBVH: PatchBVHBase.h (+1 -3)
luitjens 2008-08-10 14:04 Rev.: 41868

Do not allow operator< to be inlined. Static variables and inlining do not play well together.

3 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid/PatchBVH: PatchBVHBase.h (+3 -1)
luitjens 2008-07-22 13:32 Rev.: 41675

Avoid trunctation by sorting on center*2 instead of center

4 lines of code changed in 2 files:

  • Packages/Uintah/Core/Grid/PatchBVH: PatchBVH.cc (+2 -2), PatchBVHBase.h (+2 -3)
luitjens 2008-07-20 13:53 Rev.: 41639

Unmerged 41637 and 41638. This code is much simpler and my assumption about invalidating iterators was wrong. The iterators are still valid they just point to different data. This is the behavior that i'm looking for.


29 lines of code changed in 8 files:

  • Packages/Uintah/Core/Grid/PatchBVH: PatchBVH.cc (+4 -4), PatchBVHLeaf.cc (new), PatchBVHLeaf.h (new), PatchBVHNode.cc (+12 -11), PatchBVHNode.h (+1 -1)
luitjens 2008-07-19 23:52 Rev.: 41638

Compile error

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid/PatchBVH: PatchBVHNode.cc (+1 -1)
luitjens 2008-07-19 23:50 Rev.: 41637

Don't pass around iterators as sort may invalidate iterators.

27 lines of code changed in 5 files:

  • Packages/Uintah/Core/Grid/PatchBVH: PatchBVH.cc (+4 -4), PatchBVHLeaf.cc (+9 -9), PatchBVHLeaf.h (+3 -3), PatchBVHNode.cc (+10 -11), PatchBVHNode.h (+1 -1)
luitjens 2008-07-19 23:19 Rev.: 41636

Handle the case where a zero sized patch list is passed into PatchBVH

11 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid/PatchBVH: PatchBVH.cc (+11 -3)
luitjens 2008-07-18 12:35 Rev.: 41589

Fixed a bug where if a zero volume region was queried a patch would still be returned

12 lines of code changed in 2 files:

  • Packages/Uintah/Core/Grid/PatchBVH: PatchBVH.cc (+4), PatchBVHNode.cc (+8 -4)
luitjens 2008-07-17 16:14 Rev.: 41566

Comments

4 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid/PatchBVH: PatchBVHNode.cc (+4 -1)
dav 2008-07-17 15:00 Rev.: 41565

Make struct PatchKeyVal protected as Ranger compiler gives warning about it 'not really being visible' to subclasses that use it. Tiny bit of indention.

20 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid/PatchBVH: PatchBVHBase.h (+20 -19)
luitjens 2008-07-17 14:51 Rev.: 41564

Some bug/compile fixes for PatchBVH

36 lines of code changed in 4 files:

  • Packages/Uintah/Core/Grid/PatchBVH: PatchBVH.cc (+26 -1), PatchBVH.h (+1), PatchBVHLeaf.cc (+5 -5), PatchBVHNode.cc (+4 -4)
luitjens 2008-07-17 12:00 Rev.: 41562

Added a Bounding Volume Hiearchy for querying patches. This is intended to replace PatchRangeTree if it is better.

Right now it returns the same patches as PatchRangeTree but the order of the patches may be different.

555 lines of code changed in 9 files:

  • Packages/Uintah/Core/Grid/PatchBVH: PatchBVH.cc (+75), PatchBVH.h (+57), PatchBVHBase.cc (+37), PatchBVHBase.h (+91), PatchBVHLeaf.cc (+69), PatchBVHLeaf.h (+54), PatchBVHNode.cc (+107), PatchBVHNode.h (+53), sub.mk (new 12)
Generated by StatSVN 0.4.0