Directory CCA/Components/Arches/Utility/

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

[root]/CCA/Components/Arches/Utility

Lines of Code

CCA/Components/Arches/Utility/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 68 (100.0%) 394 (100.0%) 5.7
jthornoc 65 (95.6%) 389 (98.7%) 5.9
ohdiazi 1 (1.5%) 3 (0.8%) 3.0
harman 2 (2.9%) 2 (0.5%) 1.0

Most Recent Commits

jthornoc 2019-10-29 12:13 Rev.: 59757

Find and replace all: "new_get_uintah_field" is now "get_field"

88 lines of code changed in 24 files:

  • CCA/Components/Arches/Utility: AlmgrenMMS.h (+3 -3), FileInit.h (new), GridInfo.cc (new), InitLagrangianParticleVelocity.cc (new), MassFlowRate.cc (new), ShunnMMS.h (+3 -3), ShunnMMSP3.h (+4 -4), SurfaceNormals.cc (new), SurfaceVolumeFractionCalc.cc (new), TaskAlgebra.h (new), TaylorGreen3D.h (new), WaveFormInit.h (+2 -2)
jthornoc 2019-10-29 12:12 Rev.: 59752

Fifth replacement of variable getters from TaskVariableTools.
This commit hits some of the getters with irregular spacing (thanks
RegEx).

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Utility: MassFlowRate.cc (+3 -3)
jthornoc 2019-10-29 12:12 Rev.: 59751

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.

26 lines of code changed in 8 files:

  • CCA/Components/Arches/Utility: AlmgrenMMS.h (+2 -2), GridInfo.cc (+6 -6), MassFlowRate.cc (+3 -3), ShunnMMS.h (+2 -2), ShunnMMSP3.h (+3 -3), SurfaceVolumeFractionCalc.cc (+5 -5), TaskAlgebra.h (+2 -2), TaylorGreen3D.h (+3 -3)
jthornoc 2019-10-29 12:12 Rev.: 59750

Third replacement of variable getters from TaskVariableTools.

25 lines of code changed in 5 files:

  • CCA/Components/Arches/Utility: AlmgrenMMS.h (+1 -1), FileInit.h (+1 -1), GridInfo.cc (+12 -12), SurfaceVolumeFractionCalc.cc (+10 -10), TaylorGreen3D.h (+1 -1)
jthornoc 2019-10-29 12:11 Rev.: 59749

Second replacement of variable getters from TaskVariableTools.

18 lines of code changed in 5 files:

  • CCA/Components/Arches/Utility: ShunnMMS.h (+1 -1), ShunnMMSP3.h (+1 -1), SurfaceNormals.cc (+12 -12), TaskAlgebra.h (+3 -3), WaveFormInit.h (+1 -1)
jthornoc 2019-10-29 12:11 Rev.: 59748

First commit using the new variable getter in TaskVariableTools.

16 lines of code changed in 4 files:

  • CCA/Components/Arches/Utility: InitLagrangianParticleVelocity.cc (+3 -3), MassFlowRate.cc (+5 -5), SurfaceNormals.cc (+7 -7), WaveFormInit.h (+1 -1)
jthornoc 2019-10-22 12:41 Rev.: 59729

Clearing up enum names.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Utility: MassFlowRate.cc (+3 -3)
jthornoc 2019-10-22 12:41 Rev.: 59728

Fixing an issue where two enums had the same name causing undefined
behavior with the compiled exe.

5 lines of code changed in 2 files:

  • CCA/Components/Arches/Utility: MassFlowRate.cc (+2 -2), SurfaceVolumeFractionCalc.cc (+3 -3)
jthornoc 2019-10-18 11:48 Rev.: 59719

Warning.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Utility: InitializeFactory.cc (changed)
jthornoc 2019-09-27 20:48 Rev.: 59669

Encapsulating the Sandbox and SSPRK solvers a little better.
Added a test of the linear solver in the Sandbox and cleared out what was there before.

16 lines of code changed in 2 files:

  • CCA/Components/Arches/Utility: UtilityFactory.cc (new)
jthornoc 2019-09-27 20:48 Rev.: 59667

Removing the build_task function which is not needed anymore.

2 lines of code changed in 3 files:

  • CCA/Components/Arches/Utility: InitializeFactory.cc (+1 -28), TaskAlgebra.h (+1 -1), UtilityFactory.cc (-36)
jthornoc 2019-06-26 15:17 Rev.: 59487

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.

143 lines of code changed in 7 files:

  • CCA/Components/Arches/Utility: GridInfo.cc (+18 -18), InitializeFactory.cc (+52 -56), InitializeFactory.h (+14), ShunnMMS.h (+17 -19), ShunnMMSP3.h (-2), UtilityFactory.cc (+42 -42)
jthornoc 2019-05-14 13:19 Rev.: 59403

Updates to the mass_flow_rate monitor. Adding documentation and removing
the print statement since it was only printing for proc0, which lead to
misleading results when the inlets do not reside on a patch associated
with proc0. Also renamed the variables to be more explicit as to what
the particle flow rate actually represents (organics, not mass of entire
particle.)

44 lines of code changed in 1 file:

  • CCA/Components/Arches/Utility: MassFlowRate.cc (+44 -78)
ohdiazi 2019-02-12 13:59 Rev.: 59202

Fixing print statement

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Utility: MassFlowRate.cc (+3 -3)
harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

2 lines of code changed in 2 files:

  • CCA/Components/Arches/Utility: MassFlowRate.cc (+1 -1), TaskAlgebra.h (+1 -1)
Generated by StatSVN 0.7.0