[root]/CCA/Components/Arches/Task
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 73 (100.0%) | 1218 (100.0%) | 16.6 |
mcconnell | 5 (6.8%) | 562 (46.1%) | 112.4 |
jthornoc | 61 (83.6%) | 467 (38.3%) | 7.6 |
allen | 6 (8.2%) | 131 (10.8%) | 21.8 |
dav | 1 (1.4%) | 58 (4.8%) | 58.0 |
Fixing a bug with the computesWithScratchGhost when a multistep
integrator is used.
0 lines of code changed in 2 files:
More naming convention fixes for velocity. There are still more running around.
1 lines of code changed in 1 file:
Cosmetics.
8 lines of code changed in 2 files:
The computesWithScratchGhost required some extra error checking to
ensure that, in the packed case, a computes and requires on the same
variable was resolved properly.
8 lines of code changed in 1 file:
Fix a typo.
1 lines of code changed in 1 file:
Update print statement.
2 lines of code changed in 1 file:
Removing temporary variable option for portability reasons.
43 lines of code changed in 5 files:
Adding a computes with scratch ghost option.
11 lines of code changed in 3 files:
More reworking of the print statements.
35 lines of code changed in 2 files:
Better print statements.
22 lines of code changed in 4 files:
Better DOUT print statement.
29 lines of code changed in 1 file:
Cleaning up print statements. For some reason, using a stringstream
results in weird output from the code rather than putting the message
inline in the DOUT function.
59 lines of code changed in 1 file:
Cleanup of variable names and converting to DOUT for debug stream.
58 lines of code changed in 14 files:
Moving to DOUT and adding a few new print statements for clarity.
59 lines of code changed in 1 file:
removal of shared state and introduction of a material manager
4 lines of code changed in 1 file:
rolled back changes to r58119
72 lines of code changed in 2 files:
fix absently minded move
0 lines of code changed in 1 file:
removed need for calls to shared state for the time step and sim time
490 lines of code changed in 2 files:
Passing arches down to the task factories.
21 lines of code changed in 6 files:
abs -> fabs for portability.
Since AtomicTask now derives from Task, use its protected members for task name and matl rather than create its own.
1 lines of code changed in 4 files:
changed init order to remove RT warning and initialized a value
3 lines of code changed in 2 files:
Removal of duplicate scheduling functionality in the Arches Task Interface. Now we go through the factory.
Cleaning up the failures in the kokkos turbulence models, which required an input file change (removal of volFraction def)
Fixing the setting of simTime in the Arches tasks. Previously time was zero always resulting in nonsense answers.
Finally, changing the Atomic task to derive off the Arches Task rather than be its own beast.
Expecting the following "failures" which will require update to GS:
S U M M A R Y
Failed: ARCHES-opt tests
:kokkos-x-scalar_mms_RK1: test failed comparison tests
:kokkos-x-scalar_mms_RK1: (restart) test failed comparison tests
:kokkos-x-scalar_mms_RK2: test failed comparison tests
:kokkos-x-scalar_mms_RK2: (restart) test failed comparison tests
:kokkos-x-scalar_mms_RK3: test failed comparison tests
:kokkos-x-scalar_mms_RK3: (restart) test failed comparison tests
:problem3_Shunn_mms-x: test failed comparison tests
:problem3_Shunn_mms-x: (restart) test failed comparison tests
:isotropic_kokkos_wale: test failed comparison tests
48 lines of code changed in 5 files:
Moving diffusion for scalar to a flux form.
Little progress on DQMOM with kokkos.
Some other general cleanup.
0 lines of code changed in 1 file:
Replace the old DQMOM-no-inversion with an updated, simpler method,
which short circuits DQMOM.cc.
The <LinearSolver> section should only be specified now in the case where one actually
wants to perform the DQMOM inversion.
* ParticleConstant model now produces *_(env#) AND *_qn(env#) variables.
* Fixed some warnings.
* Some general cleanup
* Updated the kokkos DQMOM tests. This changes the answers for the two Char tests.
1 lines of code changed in 3 files:
This allows the arches task to access the *DW if needed.
27 lines of code changed in 2 files:
Cosmetic white space cleanup
58 lines of code changed in 1 file:
Cleaning out ParticleTools and moving coal-specific functions to
CoalHelper.
33 lines of code changed in 1 file:
removed a cerr
0 lines of code changed in 1 file:
removed need for calls to shared state for the time step and sim time
124 lines of code changed in 2 files: