[root]/CCA/Components/Arches/SourceTermsV2
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
jthornoc | 33 (100.0%) | 148 (100.0%) | 4.4 |
Find and replace all: "new_get_uintah_field" is now "get_field"
56 lines of code changed in 12 files:
Fifth replacement of variable getters from TaskVariableTools.
This commit hits some of the getters with irregular spacing (thanks
RegEx).
10 lines of code changed in 3 files:
Fourth replacement of variable getters from TaskVariableTools.
This commit comments out one of the older getters in TaskVariableTools.
Note also that this was the first commit to handle pointers with the new
method in some cases.
11 lines of code changed in 5 files:
Third replacement of variable getters from TaskVariableTools.
11 lines of code changed in 4 files:
Second replacement of variable getters from TaskVariableTools.
24 lines of code changed in 4 files:
Clearing up enum names.
10 lines of code changed in 1 file:
Removing the build_task function which is not needed anymore.
0 lines of code changed in 2 files:
Addressing multiple issues for the KokkosSolver in this commit:
1) Start with smarter naming of the Arches task names for easier debugging.
2) Clean up of code (removal of commented lines, etc)
3) Rearranging of a few things to facilitate heat loss calc. and table lookup
4) Trying to clean up some of the naming conventions in TransportFactory - more work needed
5) Starting to remove the build_all_tasks function and actually build them when initially parsing the input file to remove redundant parsing
6) Added a default momentum name
7) Removed some initialization loops in favor of the .initialize() function on grid variables. Hoping there will be kokkos/uintah backend support for this.
8) Added a “volumetric” scalar support - was there before but not explicitly.
9) Turning off computesWithScratchGhost in the dyn. model until the errant mpi errors can be sorted.
Answers on Kokkos Tests are affected because of one or more of the following:
- rho_star isn’t initialized at sched_Initialize to the density value. There was no value in doing this and it created a task ordering problem.
- Different numbers of variables in checkpoint
- Fuzz differences in the helium tests
Otherwise the grid refinement verification studies passed, which are run manually.
26 lines of code changed in 2 files: