Move ExprLib back to the latest version.
NOTE: This will break a few of the Wasatch regression tests. The GS will be updated tomorrow.
0 lines of code changed in 2 files:
For now, set ExprLib to a specific version while we nail down why a recent change is causing diffs.
2 lines of code changed in 1 file:
Remove an unnecessary line of code.
0 lines of code changed in 2 files:
Consolidate some code - implement inline rather than splitting it out in the header.
0 lines of code changed in 26 files:
Remove a few superfluous "typename" declarations that were causing problems on mira.
6 lines of code changed in 1 file:
Silence a few more warnings coming out of g++.
15 lines of code changed in 6 files:
Consolidate functors and overload evaluate() in TabPropsEvaluator
0 lines of code changed in 2 files:
Misc. cleanup.
0 lines of code changed in 6 files:
Silence some compiler warnings.
15 lines of code changed in 8 files:
Minor cleanup on some particle stuff.
60 lines of code changed in 3 files:
Remove some superfluous "typename" stuff.
0 lines of code changed in 2 files:
Change how we deal with per-patch variables in Wasatch field bindings.
The framework is currently a bit sketchy on how it handles these, and Brad is working to fix that...
3 lines of code changed in 1 file:
Avoid an extra nebo assignment when computing kinetic energy in 2D and 1D.
0 lines of code changed in 2 files:
Rip out the Kinetic Energy expression that is now redundant after Tony's commit.
2 lines of code changed in 1 file:
Add a missing file to the sub.mk. Not sure why this was building for me locally.
3 lines of code changed in 1 file:
The beginnings of compressible Wasatch.
- Total internal energy transport equation is (mostly) implemented. Still lacking:
o boundary conditions
o parser support
- Continuity equation mostly implemented. Still lacking BCs.
- Compressible Momentum equation stubs are in place.
This will give us a compiling code to develop against as we refactor the momentum & strain code.
1128 lines of code changed in 5 files:
Cleanup:
- rip out pressure_tag() since we already have that on TagNames.
- some formatting changes along the way
68 lines of code changed in 12 files:
Do not require ProblemSpec for base transport equations. This will allow us to construct transport equations for which there is no input file specification.
93 lines of code changed in 19 files:
More cleanup (and fixing some problems with previous commit)
- remove VelEst. This was obsolete, and I think that there was a bug in the stress contribution there.
- Remove more references to "tau" that should be strain.
36 lines of code changed in 7 files:
one more set of changes that didn't make it in my previous commit.
9 lines of code changed in 1 file:
(29 more)