[root]/CCA/Components/Wasatch/Expressions/MMS
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 |
Change the Wasatch namespace to WasatchCore to avoid conflicts with the Wasatch class.
6 lines of code changed in 6 files:
Rip out some dead code.
0 lines of code changed in 3 files:
more cleanup for new varden projection
5 lines of code changed in 3 files:
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:
Revert "This is a major commit in Wasatch:"
This reverts commit b70655ad691708e758d3f61f9cb545659b211d54.
363 lines of code changed in 4 files:
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:
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:
Build CUDA code for the TaylorGreen vortex
55 lines of code changed in 3 files:
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:
fix bug in my previous commit that broke the buildbot
3 lines of code changed in 1 file:
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:
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:
Remove superfluous semicolon that triggers compiler warnings on some compilers.
43 lines of code changed in 4 files:
another refactor of the create_field_request interface.
152 lines of code changed in 5 files:
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:
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: