Directory CCA/Components/Wasatch/Expressions/MMS/

Total Files:
6
Deleted Files:
0
Lines of Code:
2160

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 26 (100.0%) 1474 (100.0%) 56.6
tsaad 7 (26.9%) 685 (46.5%) 97.8
amir 2 (7.7%) 415 (28.2%) 207.5
jsutherland 16 (61.5%) 373 (25.3%) 23.3
dav 1 (3.8%) 1 (0.1%) 1.0

Most Recent Commits

tsaad 2013-11-01 21:47 Rev.: 51210

forgot to commit the vardenMMS expressions

522 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/MMS: VardenMMS.cc (new 340), VardenMMS.h (new 182)
tsaad 2013-11-01 21:06 Rev.: 51209

separate the variable density MMS expressions into header and implementation files for clarity and to speed-up compilation time.

2 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (-483), sub.mk (new)
tsaad 2013-10-21 15:46 Rev.: 51124

Add a StepFunction with perturbation at the interface. This can be used as an initial condition for a Rayleigh-Taylor instability simulation.

161 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+161 -2)
jsutherland 2013-10-15 16:34 Rev.: 51092

minor cleanup

5 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+5 -2)
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

120 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+120 -2)
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.

69 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+53 -49), TaylorVortex.cc (+8 -8), TaylorVortex.h (new)
dav 2013-08-16 16:40 Rev.: 50831

Removed extra ';' to quiet compiler warning.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+1 -1)
jsutherland 2013-07-30 06:17 Rev.: 50757

Make a few expressions not GPU runnable since they require "time" which does not yet transfer properly.

4 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: TaylorVortex.cc (+4 -4)
jsutherland 2013-06-25 16:29 Rev.: 50589

Replace some deprecated spatialops header files

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (-1)
jsutherland 2013-06-14 11:50 Rev.: 50498

Change an order of operations to fix a diffing test.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+3 -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.

270 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+243 -164), TaylorVortex.cc (+23 -13), TaylorVortex.h (+4 -4)
jsutherland 2013-05-23 18:11 Rev.: 50319

Minor cleanup from Dav.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+2 -2)
jsutherland 2013-05-16 08:32 Rev.: 50278

Clean up a few warnings that cropped up from Amir's commit.

11 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+11 -11)
jsutherland 2013-05-16 08:32 Rev.: 50277

- Simplify some syntax to use a new FieldManagerList::field_ref() function where it makes sense to do so.
- minor clean up.

9 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+5 -3), TaylorVortex.cc (+4 -4)
amir 2013-05-15 14:31 Rev.: 50269

Adding the explicit pressure projection method for variable density problems with 2 verification test cases. One of them is a MMS and the other one is a 1D convection.

295 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+295)
Generated by StatSVN 0.7.0