Directory CCA/Components/Wasatch/Expressions/PostProcessing/

Total Files:
11
Deleted Files:
2
Lines of Code:
971

[root]/CCA/Components/Wasatch/Expressions/PostProcessing

Lines of Code

CCA/Components/Wasatch/Expressions/PostProcessing/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 1524 (100.0%) 52.5
tsaad 16 (55.2%) 1188 (78.0%) 74.2
amir 3 (10.3%) 304 (19.9%) 101.3
jsutherland 9 (31.0%) 31 (2.0%) 3.4
dav 1 (3.4%) 1 (0.1%) 1.0

Most Recent Commits

tsaad 2013-10-19 13:20 Rev.: 51119

1. move drhodtNP1 from the PostProcessing directory to the Expression directory.
2. Rename drhodtNP1 to Drhodt in anticipation of using it to compute the pressure source term
3. Rename "pressure-source-term" to "pressure_src" and add that to the TagNames for ease of access. This will break the varden regression tests due to this rename.

0 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/PostProcessing: drhodtNP1.cc (del), drhodtNP1.h (del), sub.mk (-1)
amir 2013-10-14 16:05 Rev.: 51082

Adding ability to handle the variable density cases and the MMS test case for pressure projection when the continuity residual is being computed

304 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/PostProcessing: drhodtNP1.cc (new 172), drhodtNP1.h (new 131), sub.mk (+1)
jsutherland 2013-10-11 15:46 Rev.: 51068

Major changes to how we handle Uintah::PerPatch<double> in Wasatch.

These fields are now operable with all SpatialOps functionality including GPUs. This is the first major change in what will likely be a few iterations to get this fully functional on GPUs, however.

The major areas of change relate to Reduction variables and any expressions that use the simulation time or time step value.

21 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/PostProcessing: KineticEnergy.cc (new), KineticEnergy.h (new)
tsaad 2013-09-27 13:34 Rev.: 50985

Add a POSTPROCESSING graph that allows us to schedule tasks post-time-advance for quantities that require updated transported variables. Add an option to compute the continuity residual error.

248 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/PostProcessing: ContinuityResidual.cc (new 149), ContinuityResidual.h (new 98), sub.mk (+1)
dav 2013-07-08 15:44 Rev.: 50665

Silence warning by adding a newline at the end of the file.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PostProcessing: KineticEnergy.cc (+1 -1)
jsutherland 2013-06-25 16:40 Rev.: 50590

More minor header cleanup

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PostProcessing: VelocityMagnitude.h (-2)
tsaad 2013-06-25 14:22 Rev.: 50582

1. Simplify the ReductionHelper and ReductionBase interfaces.
2. Extend the reduction expressions to work with PerPatch source fields.
3. Add expression that calculates local, pointwise kinetic energy.
4. Add expression that calculates the total kinetic energy (sum_over_cells).
5. Move some postprocessing expressions to the postprocessing directory.
6. A few cosmetic changes.

940 lines of code changed in 9 files:

  • CCA/Components/Wasatch/Expressions/PostProcessing: InterpolateExpression.cc (new), KineticEnergy.cc (+222), KineticEnergy.h (+161), VelocityMagnitude.cc (new 157), VelocityMagnitude.h (+106), Vorticity.cc (new 146), Vorticity.h (new 135), sub.mk (+5 -2)
jsutherland 2013-06-14 09:47 Rev.: 50495

- for expressions that are ready for GPU execution, advertise this fact in their constructor. Note that this means that we must start to be very careful about putting anything in an evaluate() method that may break this!

- more cleanup.

10 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/PostProcessing: InterpolateExpression.cc (+7 -6), InterpolateExpression.h (+3 -3)
Generated by StatSVN 0.7.0