[root]/Packages/Uintah/Core/GeometryPiece
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 108 (100.0%) | 5932 (100.0%) | 54.9 |
jones | 47 (43.5%) | 5739 (96.7%) | 122.1 |
guilkey | 12 (11.1%) | 107 (1.8%) | 8.9 |
dgroulx | 25 (23.1%) | 52 (0.9%) | 2.0 |
worthen | 19 (17.6%) | 17 (0.3%) | 0.8 |
jas | 2 (1.9%) | 8 (0.1%) | 4.0 |
dav | 2 (1.9%) | 8 (0.1%) | 4.0 |
bigler | 1 (0.9%) | 1 (0.0%) | 1.0 |
Get AMR MPM-on-finest-level thing working again, and progress toward load balancing it "
MPM, ICE, MPMICE: Modify run{MPM,ICE}OnThisLevel to include the number of levels, so the user can specify the finer levels rather than the coarser ones (so running MPM on the finest level only will work again) LoadBalancers
Replace ParticleLoadBalancer with DynamicLoadBalancer, along with a few structural modications
Schedulers
A few lb quirks
1 lines of code changed in 2 files:
reduce some spew to once per processor
2 lines of code changed in 2 files:
Cosmetics: removed compiler warnings, untabified, indented, updated some parts to coding standard.
8 lines of code changed in 2 files:
Initialize next_var_name to be an empty string.
0 lines of code changed in 2 files:
Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.
52 lines of code changed in 25 files:
Courtesy of Andrew Brydon, now when pfs splits a large file containing
particle locations, it can write the split files out as native binary.
FileGeometryPiece has also been modified to handle these split binary files.
This will allow use of much less disk space and should make reading the points
go much more quickly.
64 lines of code changed in 3 files:
Added the ability to read an extra variable (temperature) from .pts files.
40 lines of code changed in 6 files:
Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.
7 lines of code changed in 1 file:
Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.
1 lines of code changed in 1 file:
Return 0, 1 or 2 for box thickness direction instead of 1, 2 or 3.
3 lines of code changed in 1 file:
Comment out some unused parameter.
1 lines of code changed in 1 file:
Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker
14 lines of code changed in 15 files:
Re-organizing Core/Grid.
5739 lines of code changed in 47 files: