Directory Packages/Uintah/CCA/Components/Examples/

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

[root]/Packages/Uintah/CCA/Components/Examples

Lines of Code

Packages/Uintah/CCA/Components/Examples/ Lines of Code

Developers

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

Most Recent Commits

dav 2005-08-22 18:20 Rev.: 31652

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:

  • Packages/Uintah/CCA/Components/Examples: AMRSimpleCFD.cc (new)
livne 2005-08-22 13:19 Rev.: 31636

Cleaned up compiler warnings

7 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/Examples: SolverTest1.cc (+1 -1), Test.cc (+3 -3), Test1.cc (+3 -3)
dgroulx 2005-07-12 12:26 Rev.: 31087

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:

  • Packages/Uintah/CCA/Components/Examples: AMRSimpleCFD.cc (+1 -1), BoundaryConditions.cc (new), RegionDB.cc (new), SimpleCFD.cc (new), SolverTest1.cc (+3 -2), Wave.cc (+4 -4)
jas 2005-06-22 11:44 Rev.: 30821

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:

  • Packages/Uintah/CCA/Components/Examples: Test.cc (+34 -4), Test.h (+9 -2), Test1.cc (+158), Test1.h (new 67), sub.mk (new)
jas 2005-06-07 09:22 Rev.: 30592

Add switcher component.
Add switchComponent to SimulationInterface.

20 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Examples: Test.cc (+18 -11), Test.h (+2)
jas 2005-06-03 18:35 Rev.: 30551

Simple test for SoleVariables.

179 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Examples: Test.cc (+121), Test.h (+58)
jas 2005-06-03 18:33 Rev.: 30549

Create factories for the various components.

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Examples: sub.mk (+2 -1)
worthen 2005-05-10 16:28 Rev.: 30130

LoadBalancer - More clustering debug info
Wave - more control over AMR ops and output

56 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/Examples: AMRWave.cc (new), AMRWave.h (+3), Wave.cc (+5 -3)
jas 2005-04-29 11:45 Rev.: 30030

Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.

8 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Examples: sub.mk (+8 -1)
jas 2005-04-27 13:40 Rev.: 29989

Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Examples: sub.mk (+1 -8)
worthen 2005-04-19 11:23 Rev.: 29871

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:

  • Packages/Uintah/CCA/Components/Examples: AMRWave.cc (+123 -67), Wave.cc (+5 -1)
worthen 2005-04-04 10:40 Rev.: 29639

Fix irix compile

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Examples: Wave.h (new)
worthen 2005-04-01 19:07 Rev.: 29626

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:

  • Packages/Uintah/CCA/Components/Examples: AMRWave.cc (+178 -43), AMRWave.h (+11), Wave.cc (+87 -34), Wave.h (+18 -3)
worthen 2005-03-17 21:34 Rev.: 29388

use new refine, don't call refine faces on coarsen

37 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Examples: AMRSimpleCFD.cc (+36 -27), AMRSimpleCFD.h (new)
worthen 2005-03-17 21:34 Rev.: 29387

more complex regridder test

0 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Examples: RegridderTest.cc (changed), RegridderTest.h (new)
worthen 2005-03-17 21:34 Rev.: 29386

AMRWave works (without interpolation)

95 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Examples: AMRWave.cc (+71 -9), AMRWave.h (+1 -1), Wave.cc (+23 -21)
worthen 2005-03-02 14:20 Rev.: 29058

Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker

69 lines of code changed in 39 files:

  • Packages/Uintah/CCA/Components/Examples: AMRSimpleCFD.cc (+3 -3), AMRWave.cc (+3 -3), BoundaryConditions.cc (+1 -1), BoundaryConditions.h (new), Burger.cc (new), Burger.h (new), ExamplesLabel.cc (new), Interpolator.h (+2 -2), ParticleTest1.cc (+3 -3), ParticleTest1.h (new), Poisson1.cc (new), Poisson1.h (+1 -1), Poisson2.cc (+3 -3), Poisson2.h (+1 -1), Poisson3.cc (+2 -2), Poisson3.h (new), RegridderTest.cc (+5 -5), SimpleCFD.cc (+3 -3), SimpleCFD.h (+7 -7), SolverTest1.cc (+5 -5), SolverTest1.h (+1 -1), Wave.cc (+3 -3), Wave.h (+1 -1), sub.mk (+2)
worthen 2005-02-22 11:36 Rev.: 28851

use drand48 for windows

2 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Examples: SimpleCFD.cc (+1), sub.mk (+1)
worthen 2005-02-08 14:26 Rev.: 28526

Fixes for gcc 3.4

5 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Examples: BoundaryConditions.h (+2), ExamplesLabel.cc (+1 -1), SimpleCFD.h (+1 -1), SolverTest1.cc (+1 -1)
worthen 2005-02-07 15:01 Rev.: 28505

Use a proper AMR delt

8 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Examples: RegridderTest.cc (+8 -4)

(6 more)

Generated by StatSVN 0.4.0