Directory CCA/Components/Wasatch/Expressions/

Total Files:
13
Deleted Files:
2
Lines of Code:
-93

[root]/CCA/Components/Wasatch/Expressions
                    directory in repo MMS (1 files, -20 lines)

Lines of Code

CCA/Components/Wasatch/Expressions/ Lines of Code

Developers

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

Most Recent Commits

jsutherland 2010-12-17 19:03 Rev.: 46625

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:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (changed)
amir 2010-12-17 18:41 Rev.: 46624

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:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+107 -5)
jsutherland 2010-12-17 18:08 Rev.: 46620

Remove a garbage file that was accidentally committed.

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: DiffusiveFlux.cc~ (del)
jsutherland 2010-12-14 09:36 Rev.: 46608

use field expression templates in wasatch expressions

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: DiffusiveFlux.cc (changed)
jsutherland 2010-12-02 20:51 Rev.: 46541

Missed addition of a file previously.

213 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: DiffusiveFlux.cc (+213)
jsutherland 2010-12-02 20:31 Rev.: 46539

Update TabPropsEvaluator due to recent TabProps changes.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: TabPropsEvaluator.h (changed)
jsutherland 2010-12-02 20:23 Rev.: 46538

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:

  • CCA/Components/Wasatch/Expressions: ConvectiveFlux.cc (new 199), ConvectiveFlux.h (new), DiffusiveFlux.cc~ (new 200), DiffusiveFlux.h (+1 -181), ScalarRHS.cc (new 215), ScalarRHS.h (+1 -208), sub.mk (new)
jsutherland 2010-11-06 15:36 Rev.: 46431

- Turn off some operators that we don't need for now.
- quiet a compiler warning

5 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+5)
jsutherland 2010-10-28 12:41 Rev.: 46399

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:

  • CCA/Components/Wasatch/Expressions: ConvectiveFlux.h (+1 -1), DiffusiveFlux.h (+1 -1), ScalarRHS.h (+1 -1)
jsutherland 2010-10-07 14:46 Rev.: 46330

Use inheritance for the upwind convective flux expression builder.

17 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: ConvectiveFlux.h (+17 -26)
jsutherland 2010-10-07 10:14 Rev.: 46322

Fix a mistake in an earlier commit that resulted from a bad merge

122 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: ConvectiveFlux.h (+122 -43)
jsutherland 2010-10-07 08:31 Rev.: 46321

Merge branch 'cleanup'

72 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: ConvectiveFlux.h (+72 -493)
tsaad 2010-10-06 15:23 Rev.: 46318

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:

  • CCA/Components/Wasatch/Expressions: ConvectiveFlux.h (+507 -42)
jsutherland 2010-09-28 07:29 Rev.: 46268

- Reformat a few things for consistency.
- Remove a few output statements.

30 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+30 -33)
jsutherland 2010-09-27 08:33 Rev.: 46263

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:

  • CCA/Components/Wasatch/Expressions: Coordinate.h (new)
tsaad 2010-09-24 15:37 Rev.: 46262

- 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:

  • CCA/Components/Wasatch/Expressions: ConvectiveFlux.h (+179)
tsaad 2010-09-24 14:47 Rev.: 46261

- 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:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+38 -1)
jsutherland 2010-09-21 16:37 Rev.: 46251

Change "new" to "scinew" to help track memory issues.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+2 -2)
jsutherland 2010-09-21 08:26 Rev.: 46245

Fix a bug in a constructor initializer.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: Coordinate.h (+1 -1)
jsutherland 2010-09-21 08:05 Rev.: 46243

Fix parsing of linear function expressions

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+2 -2)

(13 more)

Generated by StatSVN 0.4.0