[root]/CCA/Components/Wasatch
Expressions
(13 files, -93 lines)
MMS
(1 files, -20 lines)
Operators
(6 files, 168 lines)
transport
(7 files, 60 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 192 (100.0%) | 6475 (100.0%) | 33.7 |
jsutherland | 172 (89.6%) | 5654 (87.3%) | 32.8 |
tsaad | 18 (9.4%) | 805 (12.4%) | 44.7 |
dav | 1 (0.5%) | 9 (0.1%) | 9.0 |
amir | 1 (0.5%) | 7 (0.1%) | 7.0 |
Updated boundary condition treatment to infer BCEvaluator type from the boundary condition operator. This goes along with the recent update in SpatialOps.
0 lines of code changed in 2 files:
- Bug fix for parallel execution when we build trees unique per patch.
- Turn on unique trees per patch so Tony can hammer out BC issues.
0 lines of code changed in 14 files:
Activate unique expressions per patch.
Tony, have a go at boundary conditions now...
5 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
7 lines of code changed in 1 file:
First cut at per-patch graphs/expressions.
Right now I am duplicating the status-quo behavior, but using a new interface that will allow us to (hopefully) migrate easily over to per-patch graphs/expressions.
Basically, a TaskInterface now manages creation of ExpressionTree objects, and can manage these so that either one is built for all patches or one is built per patch. Currently, only the one-for-all situation has been tested. Soon we will move to one graph per patch. That will facilitate boundary condition implementation.
195 lines of code changed in 6 files:
Disallow expression creation from within the BC interface.
1 lines of code changed in 1 file:
Minor cleanup.
66 lines of code changed in 5 files:
Switched to using pointers in passing the arguments for the BCHelper
9 lines of code changed in 3 files:
Add another rtest and flip the switch that Justin put in to force variables to be allocated per patch rather than groups of patches (no memory windowing)
7 lines of code changed in 3 files:
fixed typo in BCSide
41 lines of code changed in 1 file:
TSAAD: cleanup of boundary condition handler code.
51 lines of code changed in 1 file:
Fix a bug in calculating coordinate field values.
8 lines of code changed in 1 file:
TSAAD:
1. Added boundary condition treatment for Wasatch. This required modifying the equation adaptors to store the xml input information about each trasnport equation.
2. Added a test case for boundary conditions.
NOTE: due to issues with extracells and boundarylayer cells, this code is NOT functional yet.
674 lines of code changed in 4 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.
0 lines of code changed in 2 files:
- push a bit more information into the FieldManager for debugging purposes.
- add some documentation to Array3Window.h. There was a land-mine there that I walked into. Hopefully this will save the next poor soul some pain and suffering.
- add some code to set the process rank as a field variable. This isn't currently active in Wasatch, but can be easily plugged in if needed.
105 lines of code changed in 3 files:
Fixed bug in assigning proper directions for calculating the coordinates
8 lines of code changed in 1 file:
more git pains - fixing a problem from my last commit
0 lines of code changed in 1 file:
Fix some memory leaks in Wasatch.
9 lines of code changed in 3 files:
Fix some memory leaks in Wasatch.
41 lines of code changed in 4 files:
Fixed error in timestep calculation. Must use old data warehouse in the task requirement.
1 lines of code changed in 1 file:
(38 more)