Directory CCA/Components/Wasatch/Expressions/MMS/

Total Files:
8
Deleted Files:
0
Lines of Code:
4115

[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 60 (100.0%) 1604 (100.0%) 26.7
tsaad 47 (78.3%) 1555 (96.9%) 33.0
jsutherland 9 (15.0%) 45 (2.8%) 5.0
jas 4 (6.7%) 4 (0.2%) 1.0

Most Recent Commits

tsaad 2015-12-07 16:18 Rev.: 54500

Change the Wasatch namespace to WasatchCore to avoid conflicts with the Wasatch class.

6 lines of code changed in 6 files:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+4 -4), TaylorVortex.cc (new), Varden2DMMS.cc (+1 -1)
jsutherland 2015-09-28 17:04 Rev.: 54072

Rip out some dead code.

0 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (-390), Varden2DMMS.h (new)
tsaad 2015-09-15 15:41 Rev.: 53950

more cleanup for new varden projection

5 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+5 -7), VardenMMS.cc (new)
tsaad 2015-09-14 11:38 Rev.: 53938

This is a major commit in Wasatch:

1. Rip out the entire variable density projection algorithm
2. Put in the newly developed variable density projection - based on projecting for the velocity divergence but transporting momentum and conserved scalars
3. Opt for using a 7-point stencil due to the nature of the new, variable coefficient, pressure poisson system
4. Update the 2d Shunn MMS so that it has a zero source term in the continuity equation
5. various other cleanups and deletions of code used by the old varden approach

This commit will break many tests in Wasatch. Will update the GS' tomorrow.

227 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+74 -182), Varden2DMMS.h (+9 -15), VardenMMS.cc (+85 -120), VardenMMS.h (new)
tsaad 2015-09-12 10:16 Rev.: 53934

Revert "This is a major commit in Wasatch:"

This reverts commit b70655ad691708e758d3f61f9cb545659b211d54.

363 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+182 -74), Varden2DMMS.h (+15 -9), VardenMMS.cc (+120 -85), VardenMMS.h (+46 -59)
tsaad 2015-09-11 14:04 Rev.: 53928

This is a major commit in Wasatch:

1. Rip out the entire variable density projection algorithm
2. Put in the newly developed variable density projection based on projecting for the velocity divergence
3. Opt for using a 7-point stencil due to the nature of the new, variable coefficient, pressure poisson system
4. Update the 2d Shunn MMS so that it has a zero source term in the continuity equation
5. various other cleanups and deletions of code used by the old varden approach

This commit will break many tests in Wasatch. Will update the GS' tomorrow.

227 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+74 -182), Varden2DMMS.h (+9 -15), VardenMMS.cc (+85 -120), VardenMMS.h (+59 -46)
tsaad 2015-08-18 10:46 Rev.: 53834

fix conceptual bug in the 1D MMS mixture fraction source term. One must use the appropriate time (t + dt) for the source term in the rhs of (rho*f)_at_(n+2)

103 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/MMS: VardenMMS.cc (+93 -74), VardenMMS.h (+10 -4)
tsaad 2015-06-30 13:44 Rev.: 53686

Build CUDA code for the TaylorGreen vortex

55 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/MMS: TaylorVortex.cc (+1 -1), sub.mk (+54 -11)
jsutherland 2015-06-26 09:28 Rev.: 53683

Remove some unnecessary explicit template instantiations to speed up compile time and reduce the size of the Wasatch library a little bit.

2 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+2 -16), VardenMMS.cc (-5)
tsaad 2015-05-08 14:46 Rev.: 53458

fix bug in my previous commit that broke the buildbot

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: VardenMMS.cc (+3 -3)
tsaad 2015-05-08 09:52 Rev.: 53455

propagate information about the new gaussian model for alpha
into the 1D and 2D Varden MMS'.
Cleanup a few things in the 2D MMS for better readability
and code reusability.

34 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+8 -1), Varden2DMMS.h (+1), VardenMMS.cc (+24 -10), VardenMMS.h (+1)
tsaad 2015-03-24 14:04 Rev.: 53267

remove a redundant expression related to the Taylor-Green vortex, rename the remaining expression and cleanup related input file.

14 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/MMS: TaylorVortex.cc (+8 -79), TaylorVortex.h (+6 -66)
jsutherland 2015-03-02 18:55 Rev.: 53165

Remove superfluous semicolon that triggers compiler warnings on some compilers.

43 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+7 -7), TaylorVortex.h (+9 -9), Varden2DMMS.h (+17 -17), VardenMMS.h (+10 -10)
tsaad 2015-02-10 12:39 Rev.: 53093

another refactor of the create_field_request interface.

152 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+15 -15), TaylorVortex.cc (+81 -81), TaylorVortex.h (+15 -15), Varden2DMMS.cc (+28 -28), VardenMMS.cc (+13 -13)
tsaad 2015-02-10 09:35 Rev.: 53091

Refactor Wasatch to use the new ExprLib Interface that allows us to specify the number of ghosts at runtime. This is a major commit.

366 lines of code changed in 7 files:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+77 -265), TaylorVortex.cc (+42 -139), TaylorVortex.h (+10 -30), Varden2DMMS.cc (+130 -302), Varden2DMMS.h (+24 -43), VardenMMS.cc (+72 -155), VardenMMS.h (+11 -20)
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.

4 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+1 -2), TaylorVortex.cc (+1 -1), TaylorVortex.h (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0