Directory CCA/Components/Arches/

Total Files:
75
Deleted Files:
3
Lines of Code:
41766

[root]/CCA/Components/Arches
                directory in repo BoundaryConditions (4 files, 1653 lines)
                directory in repo ChemMix (13 files, 4860 lines)
                directory in repo ChemMixV2 (7 files, 1806 lines)
                directory in repo CoalModels (52 files, 15816 lines)
                    directory in repo fortran (1 files, 37 lines)
                directory in repo DigitalFilter (1 files, 99 lines)
                directory in repo LagrangianParticles (8 files, 688 lines)
                directory in repo ParticleModels (40 files, 5886 lines)
                directory in repo PropertyModels (24 files, 3656 lines)
                directory in repo PropertyModelsV2 (41 files, 6906 lines)
                directory in repo Radiation (14 files, 5911 lines)
                    directory in repo fortran (20 files, 3188 lines)
                directory in repo SourceTerms (64 files, 15529 lines)
                directory in repo SourceTermsV2 (11 files, 2337 lines)
                directory in repo Task (15 files, 3142 lines)
                directory in repo Transport (25 files, 4097 lines)
                directory in repo TransportEqns (14 files, 12440 lines)
                directory in repo TurbulenceModels (29 files, 2460 lines)
                directory in repo Utility (24 files, 3083 lines)
                directory in repo WallHTModels (2 files, 2252 lines)
                directory in repo fortran (37 files, 6594 lines)

Lines of Code

CCA/Components/Arches/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 441 (100.0%) 7324 (100.0%) 16.6
derekhar 18 (4.1%) 2518 (34.4%) 139.8
jthornoc 113 (25.6%) 1707 (23.3%) 15.1
ohdiazi 50 (11.3%) 1147 (15.7%) 22.9
allen 143 (32.4%) 1024 (14.0%) 7.1
mcconnell 5 (1.1%) 570 (7.8%) 114.0
jholmen 6 (1.4%) 98 (1.3%) 16.3
harman 11 (2.5%) 68 (0.9%) 6.1
jas 87 (19.7%) 65 (0.9%) 0.7
jebinelias 2 (0.5%) 60 (0.8%) 30.0
bisaac 2 (0.5%) 60 (0.8%) 30.0
dav 2 (0.5%) 7 (0.1%) 3.5
bpeterson 2 (0.5%) 0 (0.0%) 0.0

Most Recent Commits

ohdiazi 2018-12-13 11:48 Rev.: 59069

1. Adding Salvatore Iavarone's updates to Char-Oxidation Smith model. new model was created CharOxidationSmith2018
2. New RT test for Char oxidation 2018 was added
3. Fixing a bug in Stress Tensor
3. Updating mass flow rate task. Reduce variables were added to all the inlets.

0 lines of code changed in 2 files:

  • CCA/Components/Arches: ExplicitSolver.cc (changed)
jthornoc 2018-12-07 11:04 Rev.: 59027

This enables the use of the Kokkos turb. closures in the production code
per the recent commits.

0 lines of code changed in 4 files:

  • CCA/Components/Arches: SmagorinskyModel.cc (changed), UPSHelper.h (new)
jthornoc 2018-12-07 11:03 Rev.: 59023

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

3 lines of code changed in 2 files:

  • CCA/Components/Arches: GridTools.h (new)
jthornoc 2018-12-07 11:03 Rev.: 59020

Adding kokkos velocity labels to the production code to allow production
code to work with my previous few commits.

68 lines of code changed in 5 files:

  • CCA/Components/Arches: ArchesLabel.cc (new), ArchesLabel.h (new), ExplicitSolver.cc (+29 -10)
jthornoc 2018-12-07 11:03 Rev.: 59018

* Introducing a default velocity name to clean up the naming convention. Should probably extend this to other variables.

* Small cleanup in the UnweightVariable code. Passing some information via the constructor, removing some naming convention assumptions.

8 lines of code changed in 3 files:

  • CCA/Components/Arches: KokkosSolver.cc (new), UPSHelper.h (+5)
derekhar 2018-11-27 17:15 Rev.: 58961

Added test for dynamic radiation solving frequencies.

This commit also constrains the solve to be within the solve frequency and the timescale estimated at runtime.
This is the first test to use perpatch variables in the checkpoint, so compare_uda will need to be extended to support this data type (and possibley PIDX? yuck)
Wall model integration is forthcoming.

6 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+6 -6)
allen 2018-11-27 17:09 Rev.: 58960

changed to cout

0 lines of code changed in 2 files:

  • CCA/Components/Arches: CompDynamicProcedure.cc (new)
allen 2018-11-27 15:57 Rev.: 58956

added a fake dependency to the the task to happen late in the time step

24 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+24 -18)
jthornoc 2018-11-27 13:53 Rev.: 58955

Cosmetics.

2 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+2 -3)
allen 2018-11-26 14:43 Rev.: 58948

removed debug DOUT

0 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (-2)
allen 2018-11-26 13:08 Rev.: 58947

added check for freq of 1 to always use the static case and added placeholder for using four task graphs

2 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+2 -1)
allen 2018-11-21 13:02 Rev.: 58946

refactored the task graph index setting to be task based, added set/get for the index, Within arches refactor the dynamic stepping to be completing with DoRadiation and the fixed stepping in Explicit Solver, and added a check method for reduction vars

143 lines of code changed in 13 files:

  • CCA/Components/Arches: Arches.cc (new), Arches.h (new), ArchesStatsEnum.h (-2), ExplicitSolver.cc (+102 -20), ExplicitSolver.h (+16 -2), KokkosSolver.h (-4), NonlinearSolver.h (+9 -5)
jthornoc 2018-11-16 18:20 Rev.: 58936

Fixed a bug in the intrusion inlet. The velocity index was being
reassigned.

0 lines of code changed in 2 files:

  • CCA/Components/Arches: IntrusionBC.cc (changed)
jthornoc 2018-11-16 15:37 Rev.: 58934

Warnings.

9 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+9 -9)
allen 2018-11-16 12:47 Rev.: 58930

removed the time from the getTaskGraphIndex interface and changed the name

15 lines of code changed in 2 files:

  • CCA/Components/Arches: Arches.cc (+12 -1), Arches.h (+3 -3)
allen 2018-10-23 04:23 Rev.: 58876

clean up of the dynamic radiation solve - made it fully local to arches

6 lines of code changed in 2 files:

  • CCA/Components/Arches: Arches.cc (+4 -10), ArchesStatsEnum.h (+2)
allen 2018-10-22 14:51 Rev.: 58870

removed my example for the task graph swap - added Derek's code for the actual implementation

15 lines of code changed in 2 files:

  • CCA/Components/Arches: Arches.cc (+15 -10), ExplicitSolver.cc (-21)
allen 2018-10-19 09:12 Rev.: 58862

changed var to a min

4 lines of code changed in 2 files:

  • CCA/Components/Arches: Arches.cc (+3 -2), ExplicitSolver.cc (+1 -1)
allen 2018-10-16 15:17 Rev.: 58838

forgot to removed the commneted out taskGraphsRequested code and white space clean up

8 lines of code changed in 3 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+8 -7), ExplicitSolver.h (-4), KokkosSolver.h (-4)
allen 2018-10-16 15:12 Rev.: 58837

removed taskGraphsRequested as it now contained in the ExplicitSolver and move the reduction chack into Arches proper

29 lines of code changed in 5 files:

  • CCA/Components/Arches: Arches.cc (+11 -5), ExplicitSolver.cc (+11 -10), ExplicitSolver.h (+3 -3), KokkosSolver.h (+3 -3), NonlinearSolver.h (+1 -1)
allen 2018-10-15 12:00 Rev.: 58834

added the ability to temporally schedule the radiation solve via reduction var

48 lines of code changed in 4 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+41 -12), ExplicitSolver.h (+3 -10), KokkosSolver.h (+2 -2), NonlinearSolver.h (+2 -2)
ohdiazi 2018-10-12 16:25 Rev.: 58820

1. Using multiplication instead of condition
2. Updating eps variable
3. Using multiplication of eps to cancel gradients

42 lines of code changed in 3 files:

  • CCA/Components/Arches: ConvectionHelper.h (+39 -39), GridTools.h (+3 -3)
ohdiazi 2018-10-12 16:25 Rev.: 58819

Revert "Adding eps for different type of variables"

This reverts commit e720cbd608c2411e1231981397bc24bd3da6d4a4.

47 lines of code changed in 2 files:

  • CCA/Components/Arches: ConvectionHelper.h (+44 -68), GridTools.h (+3 -3)
jthornoc 2018-10-12 11:13 Rev.: 58818

Getting the naming convention straight.

3 lines of code changed in 1 file:

  • CCA/Components/Arches: GridTools.h (+3 -3)
jthornoc 2018-10-12 11:13 Rev.: 58817

Fixing the staggered volume fractions. This will change the number of
variables in the checkpoint which causes multiple failures despite the
answers being the same.

As part of this commit, had to remove an edge cell addition to the
Uintah boundary iterators which was causing edge iterators to be added
to non-adjoining geometry.

35 lines of code changed in 4 files:

  • CCA/Components/Arches: WBCHelper.cc (+33 -32), WBCHelper.h (+2 -36)
allen 2018-10-10 14:29 Rev.: 58808

added the performance stats to the DO Radiation Model

10 lines of code changed in 2 files:

  • CCA/Components/Arches: Arches.cc (+7 -6), ArchesStatsEnum.h (+3 -2)
allen 2018-10-10 14:25 Rev.: 58807

removed dummy performance stats example

0 lines of code changed in 2 files:

  • CCA/Components/Arches: ExplicitSolver.cc (-24), ExplicitSolver.h (-1)
allen 2018-10-09 16:17 Rev.: 58797

path name clean up

1 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+1 -2)
allen 2018-10-09 15:45 Rev.: 58796

added in situ analysis var for total KE and some white space clean up

24 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+24 -3)
jthornoc 2018-10-08 15:57 Rev.: 58791

By ref rather than value.

1 lines of code changed in 1 file:

  • CCA/Components/Arches: GridTools.h (+1 -1)
jthornoc 2018-10-08 15:27 Rev.: 58789

Silence warning.

2 lines of code changed in 1 file:

  • CCA/Components/Arches: GridTools.h (+2 -2)
ohdiazi 2018-10-08 15:07 Rev.: 58785

1. Commenting out PressureOutletBC, there is an issue with variable registration, this BC still need some work. Neumann BC was uncommented.
2. Arches variable algorithm was updated. This algorithm should produce same result that production code
3. TransportFactory for scalar transported in faces. Updated is needed in FY and FZ
4. Three RK tests for helium plume were added. The Neumann BC was changed with PressureOutletBC.
5. Adding PressureOutletBC in ups spec.

66 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+66 -9)
ohdiazi 2018-10-08 15:07 Rev.: 58783

Adding mass_flow_rate task in kokkosSolver

3 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+3)
ohdiazi 2018-10-08 15:07 Rev.: 58780

1. Working in Functor for PressureBC
2.Adding files for kinetic energy

1 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+1 -1)
ohdiazi 2018-10-08 15:07 Rev.: 58779

1. Adding gas kinetic energy
2. Delete a unused variable
3. Working in Pressure BC

6 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+6)
ohdiazi 2018-10-08 15:07 Rev.: 58776

update _task_name with m_task_name

1 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+1 -1)
ohdiazi 2018-10-08 15:07 Rev.: 58775

1. Apply BC for mom eqn after projection
2. Compute BC for A matrix in initialization

6 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+6 -2)
ohdiazi 2018-10-08 15:07 Rev.: 58772

Computing velocities at the extra cells

1 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+1 -1)
ohdiazi 2018-10-08 15:07 Rev.: 58769

fixing m_materialManager

1 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+1 -1)
ohdiazi 2018-10-08 15:07 Rev.: 58767

Adding wall const model in KokkosSolver

9 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+9)

(94 more)

Generated by StatSVN 0.7.0