[root]/CCA/Components/Wasatch/Expressions
MMS
(1 files, -20 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 71 (100.0%) | 3598 (100.0%) | 50.6 |
jsutherland | 62 (87.3%) | 2525 (70.2%) | 40.7 |
tsaad | 7 (9.9%) | 965 (26.8%) | 137.8 |
amir | 1 (1.4%) | 107 (3.0%) | 107.0 |
jas | 1 (1.4%) | 1 (0.0%) | 1.0 |
Cleanup after Amir's checkin.
- remove a bunch of temporary latex files that were committed.
- Fix some formatting (indentation)
- eliminate iterators in favor of newly added expression templates.
0 lines of code changed in 2 files:
This is some notes about what I have changed in Wasatch in uintah
Here is a summary of the added files:
- uintah/src/CCA/Components/Wasatch/Expressions/MMS/TaylorVortex.h
- uintah/src/StandAlone/inputs/Wasatch/MMS_P.ups
- uintah/doc/Other/Wasatch/MMS/(All the containing documentary files over there - 17 files)
Here is a summary of the modified files:
- uintah/src/CCA/Components/Wasatch/Expressions/BasicExprBuilder.cc
- uintah/src/StandAlone/inputs/UPS_SPEC/wasatch_spec.xml
- uintah/src/CCA/Components/Wasatch/CoordHelper.cc
107 lines of code changed in 1 file:
Remove a garbage file that was accidentally committed.
0 lines of code changed in 1 file:
use field expression templates in wasatch expressions
0 lines of code changed in 2 files:
Missed addition of a file previously.
213 lines of code changed in 1 file:
Update TabPropsEvaluator due to recent TabProps changes.
0 lines of code changed in 2 files:
Move a bunch of stuff from header files to .cc files, and use explicit template instantiation.
This should help speed up compilation times and may reduce code bloat a bit.
620 lines of code changed in 11 files:
- Turn off some operators that we don't need for now.
- quiet a compiler warning
5 lines of code changed in 1 file:
First hack at getting memory window support from SpatialOps to propagate into Wasatch.
Still need to get the configure system up to date to correctly deal with requirements from SpatialOps
3 lines of code changed in 3 files:
Use inheritance for the upwind convective flux expression builder.
17 lines of code changed in 1 file:
Fix a mistake in an earlier commit that resulted from a bad merge
122 lines of code changed in 1 file:
Merge branch 'cleanup'
72 lines of code changed in 1 file:
In this commit:
1. Debugged UpwindInterpolant.
2. Added support for Central differencing for convection.
3. Added convection-test.ups file. This is NOT a comprehensive test yet.
4. Modified ConvectiveFlux.h by adding inhertience for upwind type interpolants.
507 lines of code changed in 1 file:
- Reformat a few things for consistency.
- Remove a few output statements.
30 lines of code changed in 1 file:
Implement coordinate calculations in a seperate class. This will help with getting coordinates in rhs calculations as well as initialization.
7 lines of code changed in 2 files:
- Added convective flux expression.
- Modified wasatch spec file for convective flux expression.
- Added Upwind interpolation operator.
- Modified Operators.cc for upwind interpolant.
- Added test file: convection-test.ups.
- NOTE: THE UPWIND INTERPOLATION IS STILL BEING DEBUGGED.
179 lines of code changed in 1 file:
- Added support for expressions: SineFunction, GaussianFunction, and DoubleTanhFunction.
- Modified UPS specification file to support tags related to the aforementioned functions in Wasatch.
- Corrected a few typos in the comments and output messages.
38 lines of code changed in 1 file:
Change "new" to "scinew" to help track memory issues.
2 lines of code changed in 1 file:
Fix a bug in a constructor initializer.
1 lines of code changed in 1 file:
Fix parsing of linear function expressions
2 lines of code changed in 1 file:
(13 more)