[root]/Packages/Uintah/CCA/Components/Examples
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 132 (100.0%) | 1568 (100.0%) | 11.8 |
worthen | 75 (56.8%) | 924 (58.9%) | 12.3 |
jas | 14 (10.6%) | 480 (30.6%) | 34.2 |
jones | 24 (18.2%) | 71 (4.5%) | 2.9 |
dgroulx | 10 (7.6%) | 71 (4.5%) | 7.1 |
livne | 7 (5.3%) | 22 (1.4%) | 3.1 |
dav | 2 (1.5%) | 0 (0.0%) | 0.0 |
This is the best fix I can come up with at the moment. There is some kind of compiler bug that says the << operator is not found for the *patches line (2 lines below the dummy var I have inserted). By placing this dummy var in the file, it 'fixes' it. I will look at it more tomorrow. -Dav
0 lines of code changed in 2 files:
Cleaned up compiler warnings
7 lines of code changed in 6 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.
71 lines of code changed in 10 files:
Add components Test1 to ComponentFactory.
Can now switch betweend two simple components Test and Test1.
Add more refinements to Switch component for doing recompiles and
switchTests.
Cleanup of SimpleSimulationController and MultipleSimulationController.
270 lines of code changed in 7 files:
Add switcher component.
Add switchComponent to SimulationInterface.
20 lines of code changed in 2 files:
Simple test for SoleVariables.
179 lines of code changed in 2 files:
Create factories for the various components.
2 lines of code changed in 1 file:
LoadBalancer - More clustering debug info
Wave - more control over AMR ops and output
56 lines of code changed in 5 files:
Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.
8 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:
Mods to get AMR Wave to work a bit better.
LoadBalancers (exception) - output patch connectivity to attempt to create a good set of patches per proc
Schedulers/3: when getting data from a virtual region, offset the variable before copyPatch
Variables: Add offset to Variable Bases, so you can do it for arbitrary variable types
Examples: interpolation fixes
128 lines of code changed in 2 files:
Fix irix compile
0 lines of code changed in 2 files:
Full AMR Wave implementation complete with interpolation. It currently finishes running on 2 levels, and soon I will make sure the numbers are correct and get it to complete on 3+ levels
294 lines of code changed in 4 files:
use new refine, don't call refine faces on coarsen
37 lines of code changed in 3 files:
more complex regridder test
0 lines of code changed in 4 files:
AMRWave works (without interpolation)
95 lines of code changed in 3 files:
Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker
69 lines of code changed in 39 files:
use drand48 for windows
2 lines of code changed in 2 files:
Fixes for gcc 3.4
5 lines of code changed in 4 files:
Use a proper AMR delt
8 lines of code changed in 1 file:
(6 more)