Directory CCA/Components/Arches/ChemMixV2/

Total Files:
7
Deleted Files:
0
Lines of Code:
1806

[root]/CCA/Components/Arches/ChemMixV2

Lines of Code

CCA/Components/Arches/ChemMixV2/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 23 (100.0%) 193 (100.0%) 8.3
derekhar 9 (39.1%) 142 (73.6%) 15.7
jthornoc 12 (52.2%) 49 (25.4%) 4.0
jas 2 (8.7%) 2 (1.0%) 1.0

Most Recent Commits

jthornoc 2018-11-16 14:40 Rev.: 58931

Adding a skeleton property evaluator for transport of the PC variables.

28 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMixV2: ClassicTable.h (+28 -35)
derekhar 2018-10-17 15:14 Rev.: 58850

fix patch - mpirank mismatch bc bug

3 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMixV2: ColdFlowProperties.cc (+3)
jthornoc 2018-09-19 17:32 Rev.: 58689

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

8 lines of code changed in 4 files:

  • CCA/Components/Arches/ChemMixV2: ColdFlowProperties.h (+4 -4), ConstantStateProperties.h (+4 -4)
derekhar 2018-08-13 14:42 Rev.: 58525

Added parallel_for to arches boundary condition code.

ListOfCellsIterator was changed to achieve this. This infrastructure class had push_back removed from it to enable future portability.
This change is expected to not break any test in for any component. Due to this change use of the default constructor for this class is being made private.

8 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMixV2: ColdFlowProperties.cc (+8 -7)
derekhar 2018-07-12 09:13 Rev.: 58412

Delete std::vector for 1-D chemistry table scenarios

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMixV2: ClassicTable.h (+1 -3)
derekhar 2018-07-10 16:14 Rev.: 58401

Removed compiler warning. Also fixed bug in previous table commit using double type as an array index.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMixV2: ClassicTable.h (+4 -5)
derekhar 2018-07-09 17:12 Rev.: 58391

Removed polymorphism from Arches table. This Commit will break all tests using a 2-D or 1-D table, but should not break any tests exclusively using a 3-D table.

39 lines of code changed in 3 files:

  • CCA/Components/Arches/ChemMixV2: ClassicTable.h (+37 -564), ClassicTableUtility.h (+2 -26)
derekhar 2018-06-29 18:42 Rev.: 58365

Created a performant version of the N-D CHemistry Table.

87 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMixV2: ClassicTable.h (+87 -136)
jthornoc 2018-04-26 16:58 Rev.: 58197

Splitting up the transport eqn eval so that sources may used the RHS
construction in cases of rate limiting.

Also cleaned up some warnings.

local_RT showed one test failing (CoalRadPropsPlank) with noise diffs.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMixV2: ClassicTableUtility.h (+4 -3)
jthornoc 2018-04-13 06:32 Rev.: 58082

Passing arches down to the task factories.

3 lines of code changed in 4 files:

  • CCA/Components/Arches/ChemMixV2: ChemMixFactory.cc (+1 -1), ChemMixFactory.h (new)
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

6 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMixV2: ChemMixFactory.cc (+6 -11)
jas 2018-01-09 17:40 Rev.: 57604

Update copyright date.

2 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMixV2: ClassicTable.h (+1 -1), ClassicTableUtility.h (+1 -1)
Generated by StatSVN 0.7.0