Directory CCA/Components/Arches/

Total Files:
77
Deleted Files:
1
Lines of Code:
43192

[root]/CCA/Components/Arches
                directory in repo BoundaryConditions (5 files, 1410 lines)
                directory in repo ChemMix (14 files, 5038 lines)
                directory in repo ChemMixV2 (9 files, -4 lines)
                directory in repo CoalModels (30 files, 9086 lines)
                    directory in repo fortran (1 files, 37 lines)
                directory in repo DigitalFilter (1 files, 99 lines)
                directory in repo LagrangianParticles (8 files, 614 lines)
                directory in repo ParticleModels (23 files, 5783 lines)
                directory in repo PropertyModels (4 files, 545 lines)
                directory in repo PropertyModelsV2 (44 files, 4921 lines)
                directory in repo Radiation (14 files, 5697 lines)
                    directory in repo fortran (21 files, 3177 lines)
                directory in repo SourceTerms (34 files, 6655 lines)
                directory in repo SourceTermsV2 (13 files, 457 lines)
                directory in repo Task (13 files, 2319 lines)
                directory in repo Transport (16 files, 2816 lines)
                directory in repo TransportEqns (8 files, 6256 lines)
                directory in repo TurbulenceModels (16 files, 255 lines)
                directory in repo Utility (32 files, 2560 lines)
                directory in repo WallHTModels (2 files, 1498 lines)
                directory in repo fortran (37 files, 6590 lines)

Lines of Code

CCA/Components/Arches/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 443 (100.0%) 5373 (100.0%) 12.1
jthornoc 189 (42.7%) 3945 (73.4%) 20.8
zhouminmin 5 (1.1%) 381 (7.1%) 76.2
allen 99 (22.3%) 332 (6.2%) 3.3
dav 16 (3.6%) 255 (4.7%) 15.9
derekhar 16 (3.6%) 142 (2.6%) 8.8
ohdiazi 3 (0.7%) 122 (2.3%) 40.6
jas 95 (21.4%) 72 (1.3%) 0.7
bisaac 7 (1.6%) 70 (1.3%) 10.0
ahumphrey 11 (2.5%) 52 (1.0%) 4.7
jholmen 2 (0.5%) 2 (0.0%) 1.0

Most Recent Commits

jthornoc 2017-12-26 11:27 Rev.: 57519

Improving the print statement at startup.

0 lines of code changed in 4 files:

  • CCA/Components/Arches: IntrusionBC.cc (new), IntrusionBC.h (changed)
allen 2017-12-21 21:23 Rev.: 57512

added second interface computeTaskGraphIndex to remove need for shared shate call, renamed recomputeTimeStep to recomputeDelT for a more accurate call

10 lines of code changed in 10 files:

  • CCA/Components/Arches: Arches.cc (+4 -5), Arches.h (new), ExplicitSolver.h (new), KokkosSolver.h (new), NonlinearSolver.h (new)
ahumphrey 2017-12-19 15:29 Rev.: 57481

* Finish repairs and cleanup in Core/Malloc, specifically the Uintah default Allocator (when SCI_MALLOC is enabled). Remove legacy pthread code, recursive locks, etc. Use std::mutex, no need for recursive mutex.

* Remove sci_system, use std:system

* Remove all remaining pthread remnants (including THREAD_LIBRARY references). Only use and rely on std::thread. Should have never been mixing pthreads with std::thread. Can't bank on what the underlying thread impl is.

* Generate new configure script.

* Lastly, fix issue with MPM PetscSolver include. Now Uintah compiles without Petsc (e.g. --without-petsc), as it should be able to.

1 lines of code changed in 2 files:

  • CCA/Components/Arches: sub.mk (new)
jthornoc 2017-12-18 12:16 Rev.: 57467

Adding initial implementation of DQMOM in the
Arches/Kokkos/TaskInterface mode.

This still needs some work...

26 lines of code changed in 4 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+2 -1), KokkosSolver.cc (new)
allen 2017-12-13 18:22 Rev.: 57440

added a SolverCommon class, made OnTheFlyAnalysis a first class UintahParallelComponent, added acess methods for component controll in UintahParallelComponent

8 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+8 -4)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

7 lines of code changed in 4 files:

  • CCA/Components/Arches: PressureSolverV2.cc (+2 -2), WBCHelper.cc (+5 -2)
allen 2017-12-12 14:13 Rev.: 57430

made the ApplicationInterface purely virtual and cleaned up naming

2 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+2 -1)
jthornoc 2017-12-12 12:35 Rev.: 57429

* Remove a double delete on a source label (zzNox) - not sure why this wasn’t picked up earlier.
* Adding mass flow rt check in intrusion_test.ups. THIS CHANGES ANSWERS.
* Added some additional error checking, comments, etc. for the intrusion inlets.
* Updated a couple input files with correct uda names.

25 lines of code changed in 2 files:

  • CCA/Components/Arches: IntrusionBC.cc (+19 -6), IntrusionBC.h (+6 -1)
jthornoc 2017-12-11 17:54 Rev.: 57425

Cleanup debug flag.

1 lines of code changed in 1 file:

  • CCA/Components/Arches: IntrusionBC.h (+1 -1)
jthornoc 2017-12-11 17:49 Rev.: 57424

Removing defunct tag and moving a SCI_DEBUG print statement.

3 lines of code changed in 1 file:

  • CCA/Components/Arches: IntrusionBC.cc (+3 -2)
jthornoc 2017-12-11 16:25 Rev.: 57423

Move calls to scalar intrusion information after actually checking if it
exists.

9 lines of code changed in 1 file:

  • CCA/Components/Arches: IntrusionBC.cc (+9 -10)
jthornoc 2017-12-11 16:25 Rev.: 57422

Allow the case to restart when turning on the wall model after the fact.

0 lines of code changed in 2 files:

  • CCA/Components/Arches: BoundaryCondition.cc (changed)
allen 2017-12-11 15:56 Rev.: 57421

merged the needCompile into the ApplicationCommon class, removed the passing of appliction values in the DataArchiver

3 lines of code changed in 2 files:

  • CCA/Components/Arches: Arches.cc (+3 -21), Arches.h (-4)
jthornoc 2017-12-08 17:57 Rev.: 57413

Warning.

0 lines of code changed in 1 file:

  • CCA/Components/Arches: IntrusionBC.cc (-2)
jthornoc 2017-12-08 17:57 Rev.: 57412

Fix warning.

0 lines of code changed in 1 file:

  • CCA/Components/Arches: IntrusionBC.h (-1)
jthornoc 2017-12-08 17:57 Rev.: 57411

This fixes a bug in the intrusion inlet by not setting zero valued
tangential velocity components.

Also simplify the constant (flat) velocity spec a little.

33 lines of code changed in 2 files:

  • CCA/Components/Arches: IntrusionBC.cc (+12 -4), IntrusionBC.h (+21 -73)
jthornoc 2017-12-08 17:57 Rev.: 57410

More work on bringing the intrusion inlets up to speed.
Handoff capability seems to be working. Still needs verification.
Added some input files for demo purposes.
RT test to come later after verification.

408 lines of code changed in 11 files:

  • CCA/Components/Arches: BoundaryCondition.cc (+3 -2), BoundaryCondition.h (+2 -1), HandoffHelper.cc (+43 -5), HandoffHelper.h (new), IntrusionBC.cc (+52 -195), IntrusionBC.h (+279 -164), MomentumSolver.cc (new)
jthornoc 2017-12-08 17:57 Rev.: 57409

Updating the scalar handoff stuff. Starting the velocities.

80 lines of code changed in 4 files:

  • CCA/Components/Arches: HandoffHelper.cc (+1 -1), HandoffHelper.h (+3), IntrusionBC.cc (+7 -3), IntrusionBC.h (+69 -179)
jthornoc 2017-12-08 17:57 Rev.: 57408

Adding a helper class for dealing with handoff files.

126 lines of code changed in 4 files:

  • CCA/Components/Arches: HandoffHelper.cc (+82), HandoffHelper.h (+41), IntrusionBC.cc (+2 -1), sub.mk (+1)
jthornoc 2017-11-28 17:55 Rev.: 57366

* Some naming convention updates
* Add property evaluation to the cold flow properties in the initialization
* Updated a bunch of input files to now use state properties

13 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+13 -19)
jthornoc 2017-11-28 17:55 Rev.: 57364

Deleting unused class.
Reverting ColdFlowProps to its original state.
Other minor cleanup.

13 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+13 -22)
allen 2017-11-24 15:37 Rev.: 57339

removed the delta T label from the shared state and began removing the shared state where possible

47 lines of code changed in 16 files:

  • CCA/Components/Arches: Arches.cc (+1 -1), ArchesLabel.cc (+8), ArchesLabel.h (+5 -2), EfficiencyCalculator.h (+2 -2), ExplicitSolver.cc (+7 -7), ExplicitTimeInt.cc (+2 -2), KokkosSolver.cc (+12 -6), KokkosSolver.h (+1), MomentumSolver.cc (+4 -4), PressureSolverV2.cc (+3 -3), Properties.cc (+2 -2)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

6 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+6 -13)
jholmen 2017-11-21 23:41 Rev.: 57328

* Added build system support for Kokkos.
* Added /src/include/sci_defs/kokkos_testdefs.h.in.

This commit allows --with-kokkos=DIR to be used to point to a Kokkos installation instead of CXXFLAGS and LDFLAGS.

Note, files using #define UINTAH_ENABLE_KOKKOS must now add #include <sci_defs/kokkos_defs.h> to manage this macro.

2 lines of code changed in 2 files:

  • CCA/Components/Arches: ConvectionHelper.h (new)
allen 2017-11-21 15:40 Rev.: 57322

update to move to a application common class and remove the shared state

38 lines of code changed in 7 files:

  • CCA/Components/Arches: Arches.cc (+17 -24), Arches.h (+13 -13), ExplicitSolver.cc (+1 -1), ExplicitSolver.h (+2 -2), KokkosSolver.h (+2 -2), NonlinearSolver.h (+2 -2), sub.mk (+1)
allen 2017-11-17 15:25 Rev.: 57310

added needed / removed unneeded include file

29 lines of code changed in 29 files:

  • CCA/Components/Arches: CompDynamicProcedure.cc (new), CompDynamicProcedure.h (new), Discretization.cc (new), Discretization.h (new), ExplicitSolver.cc (+1 -2), ExplicitSolver.h (-1), IncDynamicProcedure.cc (+1), IncDynamicProcedure.h (new), MomentumSolver.cc (+13 -14), NonlinearSolver.h (-1), Properties.cc (-1), Properties.h (new), ScaleSimilarityModel.h (+2 -1), SmagorinskyModel.h (new), Source.cc (new), TurbulenceModel.h (+3 -2), TurbulenceModelPlaceholder.h (+2 -1)
ohdiazi 2017-11-08 10:57 Rev.: 57276

fixing BC for FX group of eqns

1 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+1 -1)
ohdiazi 2017-11-08 10:57 Rev.: 57271

Fixing ups.

15 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+15 -9)
ohdiazi 2017-11-08 10:57 Rev.: 57259

adding variable density algorithm

106 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+106 -28)
allen 2017-11-07 13:35 Rev.: 57243

added support for saving per patch data

24 lines of code changed in 2 files:

  • CCA/Components/Arches: CellInformationP.h (+24)
allen 2017-11-06 11:46

removed spurious header file

0 lines of code changed in 4 files:

  • CCA/Components/Arches: ExplicitTimeInt.h (changed), PressureSolverV2.cc (-1), Properties.h (-1)
jthornoc 2017-10-26 17:19 Rev.: 57183

* Added a “modifies” for the boundary condition functors. This will allow one to modify other variables besides the variable on which the bc is being applied.
* Added a subgrid injector bc functor. This needs a little work.
* Added a function in UniformGrid to allow one to check for intersections between two distinct points. Previous functionality only allowed the check between a point and infinity.
* Added a thin-wall check when tri geometry is used as an intrusion in Arches.

144 lines of code changed in 3 files:

  • CCA/Components/Arches: IntrusionBC.cc (+131 -5), IntrusionBC.h (+4), KokkosSolver.cc (+9 -3)
allen 2017-10-25 12:48 Rev.: 57176

added processor node identification to the proc group, also cleaned up method names

9 lines of code changed in 5 files:

  • CCA/Components/Arches: DQMOM.cc (+4 -4), ExplicitSolver.cc (+1 -1), PetscCommon.cc (+4 -4)
jas 2017-10-13 14:42 Rev.: 57138

Replace all instances of StaticArray with std::vector. This has been tested on the RT for all components. It is a drop in replacement. StaticArray is being removed.

6 lines of code changed in 5 files:

  • CCA/Components/Arches: CQMOM.cc (+4 -5), ExplicitSolver.cc (+1 -2), MomentumSolver.cc (-1), PressureSolverV2.cc (+1 -2)
jthornoc 2017-10-11 15:51 Rev.: 57136

Add an identifier for domain edge and internal face BCs.
Do not throw an error if the internal face BC is missing.
Autoname internal face BCs.

74 lines of code changed in 4 files:

  • CCA/Components/Arches: Arches.cc (+35 -2), WBCHelper.cc (+25 -26), WBCHelper.h (+14 -1)
jthornoc 2017-10-11 15:51 Rev.: 57135

Remove a static function and code cleanup.

2 lines of code changed in 1 file:

  • CCA/Components/Arches: WBCHelper.cc (+2 -40)
jthornoc 2017-10-10 13:54 Rev.: 57121

Undo test commit from rt machine with git.

0 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (-1)
jthornoc 2017-10-10 13:49 Rev.: 57120

Another test commit.

1 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+1)
jthornoc 2017-10-09 21:57 Rev.: 57110

Remove the test commit.

0 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (-1)
jthornoc 2017-10-09 16:50 Rev.: 57108

Test commit.

1 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+1)

(97 more)

Generated by StatSVN 0.7.0