Directory CCA/Components/Examples/

Total Files:
41
Deleted Files:
2
Lines of Code:
9063

[root]/CCA/Components/Examples

Lines of Code

CCA/Components/Examples/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 155 (100.0%) 1391 (100.0%) 8.9
harman 97 (62.6%) 985 (70.8%) 10.1
jas 54 (34.8%) 374 (26.9%) 6.9
derekhar 2 (1.3%) 27 (1.9%) 13.5
ahumphrey 1 (0.6%) 4 (0.3%) 4.0
allen 1 (0.6%) 1 (0.1%) 1.0

Most Recent Commits

derekhar 2015-09-11 13:31 Rev.: 53923

Added cloud benchmark to RMCRT examples component.
The cloud benchmark consists of hot and cold radiation attenuating clouds with transparent windows and cold walls.
This benchmark was created to help quantify errorsassociated with coarsening far field regions of RMCRT.
In particular this benchmark was designed to emulate spatial radiative combustion dynamics.
This numerical solution is expected to be ~0.01% of the true solution.
Incident radiation files were also provided since the radiative windows in the solution clearly result in a divQ of zero.

27 lines of code changed in 2 files:

  • CCA/Components/Examples: RMCRT_Test.cc (new)
harman 2015-07-14 16:10 Rev.: 53729

added 2 test problems.
<< "__________________________________\n"
<< " RMCRT:Initialization (6)\n"
<< " abskg = 5\n"
<< " T = ( ( 1 + sin(4.5 * 2Pi * x) ) * 1000^4 )^ 0.25 \n"
<< "__________________________________\n";

<< "__________________________________\n"
<< " RMCRT:Initialization (7)\n"
<< " abskg = 5.0 * exp ( -2 * x - 0.1)\n"
<< " T = ( 2*1000^4 * x + 1000^4)^0.25 \n"
<< "__________________________________\n"



To use
<benchmark dir= {0,1,2} > {6,7} </benchmark>


Removed redundant benchmark tags.


74 lines of code changed in 3 files:

  • CCA/Components/Examples: RMCRT_Test.cc (+73 -9), RMCRT_Test.h (new)
harman 2015-07-09 11:45 Rev.: 53721

turned an exception into a warning.

2 lines of code changed in 1 file:

  • CCA/Components/Examples: RMCRT_Test.cc (+2 -1)
jas 2015-05-28 09:26 Rev.: 53557

Revert c++-11 namespace changes.

2 lines of code changed in 4 files:

  • CCA/Components/Examples: AMRWave.cc (new), Wave.cc (new)
jas 2015-05-27 15:34 Rev.: 53554

Explicit namespace usage as part of the transition to c++-11.

2 lines of code changed in 2 files:

  • CCA/Components/Examples: AMRWave.cc (+1 -1), Wave.cc (+1 -1)
harman 2015-05-05 16:37 Rev.: 53427

Removed heat equation. It doesn't run and is a copy & paste of Poisson1 which does run

0 lines of code changed in 4 files:

  • CCA/Components/Examples: HeatEquation.cc (del), HeatEquation.h (del), sub.mk (new)
ahumphrey 2015-04-17 18:24 Rev.: 53386

Delay deletion of Ray object.

There seems to be a race condition surrounding the deletion of the SimulationInterface object (UintahParallelComponent) in sus.cc. When this is done, it appears that for the RMCRT_Test destructor may evaluate d_RMCRT as non-null before it is deleted. This allows a second attempt to delete d_RMCRT, causing a double delete.

NOTE: credit goes to John Holmen for finding this one. Thanks John.

4 lines of code changed in 1 file:

  • CCA/Components/Examples: RMCRT_Test.cc (+4 -4)
jas 2015-04-16 12:52 Rev.: 53380

Added new DOSweep example component for testing/development purposes.

329 lines of code changed in 3 files:

  • CCA/Components/Examples: DOSweep.cc (new 212), DOSweep.h (new 116), sub.mk (+1)
harman 2015-03-16 15:31 Rev.: 53224

Initilization of cellType on the coarse levels is now the component's responsibility.

RMCRT_test.cc Arches:RMCRT
- define cellType during the initialization and just carry forward on coarser levels.

RMCRT_test.cc
- Initialize cellType on coarse level to d_flowCell (-1). This is correct and
will changed multi-level answers.



11 lines of code changed in 1 file:

  • CCA/Components/Examples: RMCRT_Test.cc (+11 -1)
harman 2015-03-12 10:13 Rev.: 53212

Added scheduleRestartInitialize() to the framework. It's currently disabled, waiting for Alan's mods.

173 lines of code changed in 55 files:

  • CCA/Components/Examples: AdvectSlabs.cc (+5), AdvectSlabs.h (new), Benchmark.cc (+6), Benchmark.h (+3), Burger.cc (+7), Burger.h (+3), HeatEquation.cc (new 25), HeatEquation.h (new 15), ParticleTest1.cc (new), ParticleTest1.h (+3), Poisson1.cc (+6), Poisson1.h (new), Poisson2.cc (new), Poisson2.h (+3), Poisson3.cc (new), Poisson3.h (+3), Poisson4.cc (new), Poisson4.h (+6 -1), PoissonGPU1.cc (new), PoissonGPU1.h (new), RMCRT_Test.cc (+7), RMCRT_Test.h (+1), RegridderTest.cc (+5), RegridderTest.h (+1), SolverTest1.cc (+6), SolverTest1.h (+4), UnifiedSchedulerTest.cc (new), UnifiedSchedulerTest.h (new), Wave.cc (+7), Wave.h (new)
harman 2015-03-09 16:36 Rev.: 53205

Starting to use cellType the dataOnion tasks. Just pulling it out of the DW. Not being used yet.

3 lines of code changed in 1 file:

  • CCA/Components/Examples: RMCRT_Test.cc (+3 -2)
harman 2015-03-09 09:06 Rev.: 53202

Removed tabs.

722 lines of code changed in 32 files:

  • CCA/Components/Examples: AMRWave.cc (+6 -6), AMRWave.h (new), AdvectSlabs.cc (+11 -11), AdvectSlabs.h (+23 -15), Benchmark.h (+13 -12), Burger.h (+21 -12), ExamplesLabel.cc (new), HeatEquation.cc (+25 -25), HeatEquation.h (+26 -15), Interpolator.cc (+103 -103), Interpolator.h (new), ParticleTest1.cc (+18 -18), ParticleTest1.h (+20 -12), Poisson1.h (+13 -12), Poisson2.cc (+43 -43), Poisson2.h (+20 -16), Poisson3.cc (+140 -140), Poisson3.h (+29 -22), Poisson4.h (+1 -1), PoissonGPU1.h (+1 -1), RegionDB.cc (new), RegridderTest.cc (+60 -60), RegridderTest.h (+14 -14), SolverTest1.cc (+14 -14), SolverTest1.h (+14 -13), Wave.cc (+10 -10), Wave.h (+13 -11)
allen 2015-02-24 14:56 Rev.: 53136

added std::VisIt/libsim/visit_libsim.cc

1 lines of code changed in 1 file:

  • CCA/Components/Examples: RMCRT_Test.cc (+1)
jas 2015-01-26 12:34 Rev.: 53023

Made the following changes:

1. Compress large xml files. Remove sus log.

2. Add Changelog.

3. Add instructions for adding a new component to the build system.

4. Update OSX build in install documentation.

5. Update petsc version in install documentation.

6. Change Petsc version.

7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.

8. Remove Tracker feature.

9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.

10. Remove old build dependency versions.

11. Add wasatch_3P 1.6.0 branch.

12. Remove bench.config file, update excludes when building release tar ball.

13. Remove *.orig and *.release files.

14. Update copyright date. Update version to 1.6.

41 lines of code changed in 45 files:

  • CCA/Components/Examples: AMRWave.cc (+1 -1), AMRWave.h (+1 -1), AdvectSlabs.cc (+1 -1), AdvectSlabs.h (+1 -1), Benchmark.cc (+1 -1), Benchmark.h (+1 -1), Burger.cc (+1 -1), Burger.h (+1 -1), ExamplesLabel.cc (+1 -1), ExamplesLabel.h (new), HeatEquation.cc (+1 -1), HeatEquation.h (+1 -1), Interpolator.cc (+1 -1), Interpolator.h (+1 -1), ParticleTest1.cc (+1 -1), ParticleTest1.h (+1 -1), Poisson1.cc (+1 -1), Poisson1.h (+1 -1), Poisson2.cc (+1 -1), Poisson2.h (+1 -1), Poisson3.cc (+1 -1), Poisson3.h (+1 -1), Poisson4.cc (+1 -1), Poisson4.h (+1 -1), PoissonGPU1.cc (+1 -1), PoissonGPU1.h (+1 -1), PoissonGPU1Kernel.cu (new), RMCRT_Test.cc (+1 -1), RMCRT_Test.h (+1 -1), RegionDB.cc (+1 -1), RegionDB.h (+1 -1), RegridderTest.cc (+1 -1), RegridderTest.h (+1 -1), SolverTest1.cc (+1 -1), SolverTest1.h (+1 -1), UnifiedSchedulerTest.cc (+1 -1), UnifiedSchedulerTest.h (+1 -1), UnifiedSchedulerTestKernel.cu (new), Wave.cc (+1 -1), Wave.h (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0