Directory CCA/Components/Arches/ChemMix/

Total Files:
13
Deleted Files:
2
Lines of Code:
4860

[root]/CCA/Components/Arches/ChemMix

Lines of Code

CCA/Components/Arches/ChemMix/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 60 (100.0%) 1040 (100.0%) 17.3
mcconnell 4 (6.7%) 709 (68.2%) 177.2
jthornoc 19 (31.7%) 244 (23.5%) 12.8
allen 20 (33.3%) 66 (6.3%) 3.3
jas 12 (20.0%) 12 (1.2%) 1.0
derekhar 4 (6.7%) 5 (0.5%) 1.2
jholmen 1 (1.7%) 4 (0.4%) 4.0

Most Recent Commits

jthornoc 2018-12-07 11:03 Rev.: 59019

Warnings.

2 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: PCProperties.cc (new)
jthornoc 2018-11-16 15:09 Rev.: 58933

Add a call to problemSetupCommon.

10 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: PCProperties.cc (+10 -2)
jthornoc 2018-11-16 14:40 Rev.: 58931

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

230 lines of code changed in 12 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (new), ClassicTableInterface.h (+2 -15), ColdFlow.h (new), MixingRxnModel.h (+7), PCProperties.cc (+111), PCProperties.h (new 99), sub.mk (+1)
jthornoc 2018-08-29 11:04 Rev.: 58562

Fixing several warnings in Arches. Should not change answers.

2 lines of code changed in 4 files:

  • CCA/Components/Arches/ChemMix: ConstantProps.cc (+2 -2), TableLookup.cc (-3)
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.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: TableLookup.cc (+5 -6)
allen 2018-08-13 14:25 Rev.: 58524

variable and comment clean up to refer to the material manager rather than the state

1 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: TableLookup.h (+1 -1)
allen 2018-08-10 09:00 Rev.: 58514

removal of shared state and introduction of a material manager

31 lines of code changed in 13 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+4 -4), ClassicTableInterface.h (+1 -1), ColdFlow.cc (new), ColdFlow.h (+1 -1), ConstantProps.cc (+5 -5), ConstantProps.h (+1 -1), MixingRxnModel.cc (+3 -3), MixingRxnModel.h (+2 -2), TableLookup.cc (+6 -6), TableLookup.h (+3 -3)
mcconnell 2018-04-16 15:54 Rev.: 58140

rolled back changes to r58119

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: TabPropsInterface.cc (del), TabPropsInterface.h (del)
mcconnell 2018-04-16 15:04 Rev.: 58137

Update copyright date.

709 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: TabPropsInterface.cc (new 504), TabPropsInterface.h (new 205)
jholmen 2018-01-25 22:25 Rev.: 57731

* Updated KokkosOpenMPScheduler.cc to use Kokkos::OpenMP::partition_master() for Kokkos-based builds.
* Added -npartitions and -nthreadsperpartition run-time options.
* Set the Kokkos-OpenMP Scheduler as the default scheduler for Kokkos-based builds.
* Added bulletproofing within SchedulerFactory.cc.
* Updated ProcessorGroup.h to use m_comm for -nthreads 1 or -npartitions 1.
* Added MasterLock.h to help avoid mixing synchronization primitives.
* Replaced use of #include <mutex> with #include <Core/Parallel/MasterLock.h>.
* Replaced use of std::mutex with Uintah::MasterLock.
* Cleaned up whitespace.

This commit extends the Kokkos-OpenMP Scheduler to support parallel execution of tasks within an MPI process.

Scheduler logic is based upon that of the Unified Scheduler, where individual threads are used as task runners.

In the context of the Kokkos-OpenMP Scheduler, individual partitions are used as task runners.

Individual partitions execute Kokkos-based tasks in parallel across the threads belonging to that partition and existing serial tasks serially.

Note, this scheduler requires MPI_THREAD_MULTIPLE support to run with multiple partitions per MPI process.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+4 -4)
derekhar 2018-01-17 14:51 Rev.: 57683

Untethered Arches from Wasatch3p libraries radprops and tabprops.

0 lines of code changed in 3 files:

  • CCA/Components/Arches/ChemMix: TabPropsInterface.cc (del), TabPropsInterface.h (del), sub.mk (-4)
jas 2018-01-09 17:40 Rev.: 57604

Update copyright date.

12 lines of code changed in 12 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1 -1), ClassicTableInterface.h (+1 -1), ColdFlow.cc (+1 -1), ColdFlow.h (+1 -1), ConstantProps.cc (+1 -1), ConstantProps.h (+1 -1), MixingRxnModel.cc (+1 -1), MixingRxnModel.h (+1 -1), TabPropsInterface.cc (new 1), TabPropsInterface.h (new 1), TableLookup.cc (+1 -1), TableLookup.h (+1 -1)
allen 2018-01-08 16:32 Rev.: 57588

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

34 lines of code changed in 5 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+9 -1), ColdFlow.cc (+9 -1), ConstantProps.cc (+9 -1), MixingRxnModel.cc (+5), MixingRxnModel.h (+2)
Generated by StatSVN 0.7.0