Directory CCA/Components/Arches/Task/

Total Files:
15
Deleted Files:
0
Lines of Code:
3142

[root]/CCA/Components/Arches/Task

Lines of Code

CCA/Components/Arches/Task/ Lines of Code

Developers

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

Most Recent Commits

jthornoc 2018-12-10 15:20 Rev.: 59046

Fixing a bug with the computesWithScratchGhost when a multistep
integrator is used.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (changed)
jthornoc 2018-12-07 11:03 Rev.: 59023

More naming convention fixes for velocity. There are still more running around.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+1 -1)
jthornoc 2018-11-27 13:53 Rev.: 58955

Cosmetics.

8 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskVariableTools.cc (+8 -16)
jthornoc 2018-11-16 12:07 Rev.: 58927

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:

  • CCA/Components/Arches/Task: TaskVariableTools.cc (+8 -1)
jthornoc 2018-11-16 12:07 Rev.: 58926

Fix a typo.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskVariableTools.cc (+1 -1)
jthornoc 2018-11-16 12:07 Rev.: 58925

Update print statement.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskVariableTools.cc (+2)
jthornoc 2018-11-16 12:07 Rev.: 58924

Removing temporary variable option for portability reasons.

43 lines of code changed in 5 files:

  • CCA/Components/Arches/Task: FieldContainer.h (+26 -26), TaskVariableTools.cc (+13 -12), TaskVariableTools.h (+4 -35)
jthornoc 2018-10-19 16:32 Rev.: 58865

Adding a computes with scratch ghost option.

11 lines of code changed in 3 files:

  • CCA/Components/Arches/Task: FieldContainer.h (+2 -2), TaskFactoryBase.cc (+5), TaskVariableTools.cc (+4 -4)
jthornoc 2018-09-26 15:21 Rev.: 58719

More reworking of the print statements.

35 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+33 -15), TaskVariableTools.cc (+2 -1)
jthornoc 2018-09-26 13:36 Rev.: 58717

Better print statements.

22 lines of code changed in 4 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+15 -14), TaskFactoryBase.h (new), TaskVariableTools.cc (+7 -7)
jthornoc 2018-09-20 10:23 Rev.: 58697

Better DOUT print statement.

29 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskVariableTools.cc (+29 -6)
jthornoc 2018-09-20 09:34 Rev.: 58695

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:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+59 -73)
jthornoc 2018-09-19 17:32 Rev.: 58689

Cleanup of variable names and converting to DOUT for debug stream.

58 lines of code changed in 14 files:

  • CCA/Components/Arches/Task: FieldContainer.cc (+1 -1), FieldContainer.h (+22 -22), SampleTask.h (+4 -4), TaskFactoryBase.cc (+3 -3), TaskFactoryBase.h (+1 -1), TaskInterface.cc (new), TaskInterface.h (new), TaskVariableTools.cc (+12 -9), TemplatedSampleTask.h (new)
jthornoc 2018-09-18 15:33 Rev.: 58681

Moving to DOUT and adding a few new print statements for clarity.

59 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+59 -16)
allen 2018-08-10 09:00 Rev.: 58514

removal of shared state and introduction of a material manager

4 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.h (+4 -4)
mcconnell 2018-04-16 15:54 Rev.: 58140

rolled back changes to r58119

72 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskInterface.cc (-440), TaskVariableTools.h (+72 -48)
mcconnell 2018-04-16 15:04 Rev.: 58138

fix absently minded move

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskInterface.cc (-2)
mcconnell 2018-04-16 15:03 Rev.: 58125

removed need for calls to shared state for the time step and sim time

490 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskInterface.cc (+442), TaskVariableTools.h (+48 -72)
jthornoc 2018-04-13 06:32 Rev.: 58082

Passing arches down to the task factories.

21 lines of code changed in 6 files:

  • CCA/Components/Arches/Task: SampleFactory.cc (new), SampleFactory.h (new), TaskFactoryBase.cc (+1 -1), TaskFactoryBase.h (+3 -1)
jthornoc 2018-04-03 17:37 Rev.: 58038

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:

  • CCA/Components/Arches/Task: AtomicTaskInterface.cc (+1 -3), AtomicTaskInterface.h (new)
allen 2018-04-02 17:31 Rev.: 58032

changed init order to remove RT warning and initialized a value

3 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: AtomicTaskInterface.cc (+2 -1), AtomicTaskInterface.h (+1 -1)
jthornoc 2018-03-22 15:31 Rev.: 57982

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:

  • CCA/Components/Arches/Task: AtomicTaskInterface.cc (+1 -98), AtomicTaskInterface.h (+21 -28), TaskFactoryBase.cc (+22 -3), TaskInterface.cc (-440), TaskInterface.h (+4 -68)
jthornoc 2018-03-06 00:33 Rev.: 57915

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:

  • CCA/Components/Arches/Task: TemplatedSampleTask.h (-3)
jthornoc 2018-02-15 15:53 Rev.: 57813

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:

  • CCA/Components/Arches/Task: SampleTask.cc (-3), TaskInterface.h (+1 -1)
jthornoc 2018-02-14 11:16 Rev.: 57805

This allows the arches task to access the *DW if needed.

27 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: FieldContainer.h (+10), TaskVariableTools.h (+17 -7)
dav 2018-02-07 18:07 Rev.: 57787

Cosmetic white space cleanup

58 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskVariableTools.h (+58 -44)
jthornoc 2018-02-06 16:11 Rev.: 57775

Cleaning out ParticleTools and moving coal-specific functions to
CoalHelper.

33 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: SampleTask.cc (+33 -4)
allen 2018-01-10 09:27 Rev.: 57608

removed a cerr

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskInterface.cc (-2)
allen 2018-01-08 16:32 Rev.: 57588

removed need for calls to shared state for the time step and sim time

124 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskInterface.cc (+120 -32), TaskVariableTools.h (+4)
Generated by StatSVN 0.7.0