Directory CCA/Components/OnTheFlyAnalysis/

Total Files:
28
Deleted Files:
0
Lines of Code:
10142

[root]/CCA/Components/OnTheFlyAnalysis

Lines of Code

CCA/Components/OnTheFlyAnalysis/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 173 (100.0%) 974 (100.0%) 5.6
allen 132 (76.3%) 862 (88.5%) 6.5
dav 9 (5.2%) 77 (7.9%) 8.5
jas 29 (16.8%) 26 (2.7%) 0.8
ahumphrey 2 (1.2%) 8 (0.8%) 4.0
harman 1 (0.6%) 1 (0.1%) 1.0

Most Recent Commits

allen 2017-12-21 14:51 Rev.: 57507

cleaned up the dependency checks and removed the double negative directives

7 lines of code changed in 2 files:

  • CCA/Components/OnTheFlyAnalysis: sub.mk (+7 -6)
allen 2017-12-21 14:50 Rev.: 57506

standardized the error output for the factories

0 lines of code changed in 2 files:

  • CCA/Components/OnTheFlyAnalysis: AnalysisModuleFactory.cc (new)
allen 2017-12-20 19:08 Rev.: 57498

added if defs checks

36 lines of code changed in 1 file:

  • CCA/Components/OnTheFlyAnalysis: AnalysisModuleFactory.cc (+36 -16)
allen 2017-12-20 18:00 Rev.: 57497

added code to build analysis modules based on application dependency

32 lines of code changed in 5 files:

  • CCA/Components/OnTheFlyAnalysis: containerExtract.cc (+2 -1), containerExtract.h (new), sub.mk (+26 -8)
allen 2017-12-20 11:02 Rev.: 57484

Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core

35 lines of code changed in 14 files:

  • CCA/Components/OnTheFlyAnalysis: 1stLawThermo.cc (new), 1stLawThermo.h (+2 -2), containerExtract.cc (+1 -1), flatPlate_heatFlux.cc (new), flatPlate_heatFlux.h (+1 -1), particleExtract.h (new), sub.mk (+24 -24), vorticity.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

371 lines of code changed in 43 files:

  • CCA/Components/OnTheFlyAnalysis: 1stLawThermo.cc (+23 -32), 1stLawThermo.h (+4 -9), AnalysisModule.cc (+46 -6), AnalysisModule.h (new), AnalysisModuleFactory.cc (+14 -14), AnalysisModuleFactory.h (+11 -11), MinMax.cc (+35 -44), MinMax.h (new), containerExtract.cc (+21 -32), containerExtract.h (+5 -10), flatPlate_heatFlux.cc (+9 -16), flatPlate_heatFlux.h (+3 -7), lineExtract.cc (new), lineExtract.h (+6 -9), momentumAnalysis.cc (new), momentumAnalysis.h (+3 -7), particleExtract.cc (+20 -28), particleExtract.h (+6 -8), planeExtract.cc (+24 -32), planeExtract.h (new), radiometer.cc (new), radiometer.h (+3 -8), statistics.cc (+31 -37), statistics.h (new), vorticity.cc (+6 -13), vorticity.h (new)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

11 lines of code changed in 6 files:

  • CCA/Components/OnTheFlyAnalysis: MinMax.cc (+2 -2), containerExtract.cc (+2 -2), lineExtract.cc (+2 -2), particleExtract.cc (+2 -2), planeExtract.cc (+1 -1), statistics.cc (+2 -1)
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

182 lines of code changed in 26 files:

  • CCA/Components/OnTheFlyAnalysis: 1stLawThermo.cc (+8 -9), 1stLawThermo.h (+5 -5), AnalysisModule.cc (+10 -7), AnalysisModule.h (+12 -9), AnalysisModuleFactory.cc (+13 -13), AnalysisModuleFactory.h (+4 -4), MinMax.cc (+12 -13), MinMax.h (+4 -4), containerExtract.cc (+9 -10), containerExtract.h (+4 -4), flatPlate_heatFlux.cc (+5 -6), flatPlate_heatFlux.h (+4 -5), lineExtract.cc (+13 -13), lineExtract.h (+5 -5), momentumAnalysis.cc (+9 -10), momentumAnalysis.h (+4 -4), particleExtract.cc (+11 -12), particleExtract.h (+4 -5), planeExtract.cc (+8 -9), planeExtract.h (+4 -4), radiometer.cc (+5 -6), radiometer.h (+3 -4), statistics.cc (+11 -11), statistics.h (+5 -5), vorticity.cc (+5 -6), vorticity.h (+5 -4)
allen 2017-11-21 15:40 Rev.: 57322

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

31 lines of code changed in 4 files:

  • CCA/Components/OnTheFlyAnalysis: MinMax.cc (+11 -11), flatPlate_heatFlux.cc (+10 -10), statistics.cc (+5 -5), vorticity.cc (+5 -5)
allen 2017-11-07 13:35 Rev.: 57243

added support for saving per patch data

25 lines of code changed in 2 files:

  • CCA/Components/OnTheFlyAnalysis: FileInfoVar.h (new)
allen 2017-11-06 12:56 Rev.: 57228

removed spurious header file

0 lines of code changed in 1 file:

  • CCA/Components/OnTheFlyAnalysis: AnalysisModule.h (-1)
allen 2017-10-25 12:48 Rev.: 57176

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

10 lines of code changed in 7 files:

  • CCA/Components/OnTheFlyAnalysis: MinMax.cc (+1 -1), containerExtract.cc (+2 -2), flatPlate_heatFlux.cc (+1 -1), lineExtract.cc (+2 -2), particleExtract.cc (+1 -1), planeExtract.cc (+2 -2), vorticity.cc (+1 -1)
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.

0 lines of code changed in 3 files:

  • CCA/Components/OnTheFlyAnalysis: containerExtract.cc (-1), lineExtract.cc (-1), particleExtract.cc (-1)
allen 2017-09-14 15:27 Rev.: 57001

added material basis for computers and requires

19 lines of code changed in 1 file:

  • CCA/Components/OnTheFlyAnalysis: MinMax.cc (+19 -13)
allen 2017-09-13 17:15 Rev.: 56997

Added some bullet proofing

14 lines of code changed in 1 file:

  • CCA/Components/OnTheFlyAnalysis: MinMax.cc (+14 -8)
allen 2017-09-13 17:05 Rev.: 56996

Corrected the time and dw put with material

22 lines of code changed in 2 files:

  • CCA/Components/OnTheFlyAnalysis: MinMax.cc (+21 -15), MinMax.h (+1)
harman 2017-06-06 15:17 Rev.: 56612

Disable the radiometer. There's a circular dependency and OSX doesn't compile with it enabled.

1 lines of code changed in 1 file:

  • CCA/Components/OnTheFlyAnalysis: radiometer.cc (+1 -1)
ahumphrey 2017-06-06 14:15 Rev.: 56609

Reintegration of incite_dev branch. Improvements/Features/Optimizations include (but not limited too):

1.) Temporal scheduling, e.g. support for multiple primary task graphs (not w-cycle)
2.) Significantly improved task graph compilation times for multi-level RMCRT at large core/patch counts
3.) GPU super patch support
4.) Highly optimized RMCRT GPU kernels
5.) Significant reduction in infrastructure memory footprint

ARCHES: methane_rmcrt test is broken due to issues with trunk code. Good luck Todd, let us know if you need another set of eyes.
WASATCH: RMCRT-Burns-Christon UDA comparison fails as the trunk input file specifies an unused variable to store. Branch code has fixed this.
-"compare_uda -ignoreVariable "VRFlux" rmcrt-burns-christon.uda.trunk rmcrt-burns-christon.uda.branch" compares exactly.
-just need to remove <save label="VRFlux"/> from original input and regenerate GS for this test.

Please let us know if anyone sees any residual issues with this commit. We are standing by to deal with any fallout.

8 lines of code changed in 2 files:

  • CCA/Components/OnTheFlyAnalysis: radiometer.cc (+8 -6), radiometer.h (-1)
allen 2017-04-26 17:36 Rev.: 56489

commented out example code

5 lines of code changed in 1 file:

  • CCA/Components/OnTheFlyAnalysis: AnalysisModule.h (+5 -5)
allen 2017-04-26 16:44 Rev.: 56487

removed debug statement

6 lines of code changed in 2 files:

  • CCA/Components/OnTheFlyAnalysis: AnalysisModule.cc (+4 -4), MinMax.cc (+2 -2)
allen 2017-04-26 15:48 Rev.: 56484

clean up of the output / checkpint timing and added a misc timing option

26 lines of code changed in 3 files:

  • CCA/Components/OnTheFlyAnalysis: AnalysisModule.cc (+7), AnalysisModule.h (+7), MinMax.cc (+12 -1)
jas 2017-04-20 13:30 Rev.: 56462

Update copyright.

26 lines of code changed in 26 files:

  • CCA/Components/OnTheFlyAnalysis: 1stLawThermo.cc (+1 -1), 1stLawThermo.h (+1 -1), AnalysisModule.cc (+1 -1), AnalysisModule.h (+1 -1), AnalysisModuleFactory.cc (+1 -1), AnalysisModuleFactory.h (+1 -1), FileInfoVar.h (+1 -1), MinMax.cc (+1 -1), MinMax.h (+1 -1), containerExtract.cc (+1 -1), containerExtract.h (+1 -1), flatPlate_heatFlux.cc (+1 -1), flatPlate_heatFlux.h (+1 -1), lineExtract.cc (+1 -1), lineExtract.h (+1 -1), momentumAnalysis.cc (+1 -1), momentumAnalysis.h (+1 -1), particleExtract.cc (+1 -1), particleExtract.h (+1 -1), planeExtract.cc (+1 -1), planeExtract.h (+1 -1), radiometer.cc (+1 -1), radiometer.h (+1 -1), sub.mk (+1 -1), vorticity.cc (+1 -1), vorticity.h (+1 -1)
allen 2017-04-13 16:24 Rev.: 56421

Removed Time.h and replaced with Timers.hpp

18 lines of code changed in 8 files:

  • CCA/Components/OnTheFlyAnalysis: 1stLawThermo.cc (+3 -3), MinMax.cc (+4 -4), containerExtract.cc (+2 -2), lineExtract.cc (+2 -2), momentumAnalysis.cc (+2 -2), particleExtract.cc (+2 -2), planeExtract.cc (+1 -1), statistics.cc (+2 -2)
allen 2017-03-03 14:09 Rev.: 56284

add min/max bounds to the in-situ vars, fixed handle checks

12 lines of code changed in 1 file:

  • CCA/Components/OnTheFlyAnalysis: MinMax.cc (+12 -2)
dav 2017-02-24 15:57 Rev.: 56251

Continuation of commit r56249 - this time for MPM, Models, OnTheFlyAnalysis.

Cosmetic changes and preparing for removing a hacked out warning when we moved to C++ 11.
These changes have passed the local RT on Baja.

- The biggest update in this commit (the update to remove the c++11 warning hack) is that you will
no longer be able to compare a ProblemSpecP to 0 (you will need to compare to 'nullptr').

- White space, coding standards, indentation, remove tabs, align variablesa.
- Line up some variables to make them easier to read.
- Use of 80+ columns of text (we decided to allow this 10 years ago) and it makes reading longer lines of code on the screen easier.
- Use {} for if/else clauses even if they are only one line long.
- Please put "else" and "else if" on a new line. The added white space makes following the branching much easier.

M CCA/Components/FVM/ElectrostaticSolve.cc
M CCA/Components/FVM/FVMMaterial.cc
M CCA/Components/MPM/AMRMPM.cc
M CCA/Components/MPM/ConstitutiveModel/MPMMaterial.cc
M CCA/Components/MPM/Contact/ContactFactory.cc
M CCA/Components/MPM/ImpMPM.cc
M CCA/Components/MPM/MPMCommon.cc
M CCA/Components/MPM/MPMFlags.cc
M CCA/Components/MPM/PhysicalBC/LoadCurve.h
M CCA/Components/MPM/PhysicalBC/MPMPhysicalBCFactory.cc
M CCA/Components/MPM/PhysicalBC/PolynomialData.cc
M CCA/Components/MPM/SerialMPM.cc
M CCA/Components/MPM/ShellMPM.cc
M CCA/Components/MPM/ThermalContact/ThermalContactFactory.cc
M CCA/Components/Models/FluidsBased/AdiabaticTable.cc
M CCA/Components/Models/FluidsBased/ArchesTable.cc
M CCA/Components/Models/FluidsBased/Mixing.cc
M CCA/Components/Models/FluidsBased/NonAdiabaticTable.cc
M CCA/Components/Models/FluidsBased/PassiveScalar.cc
M CCA/Components/Models/FluidsBased/SimpleRxn.cc
M CCA/Components/Models/FluidsBased/TableFactory.cc
M CCA/Components/Models/FluidsBased/flameSheet_rxn.cc
M CCA/Components/Models/HEChem/DDT0.cc
M CCA/Components/Models/HEChem/DDT1.cc
M CCA/Components/Models/HEChem/JWLpp.cc
M CCA/Components/Models/HEChem/MesoBurn.cc
M CCA/Components/Models/HEChem/Simple_Burn.cc
M CCA/Components/Models/HEChem/Steady_Burn.cc
M CCA/Components/Models/HEChem/Unsteady_Burn.cc
M CCA/Components/Models/HEChem/ZeroOrder.cc
M CCA/Components/Models/ModelFactory.cc
M CCA/Components/Models/Radiation/RMCRT/Radiometer.cc
M CCA/Components/Models/SolidReactionModel/SolidReactionModel.cc
M CCA/Components/OnTheFlyAnalysis/1stLawThermo.cc
M CCA/Components/OnTheFlyAnalysis/AnalysisModuleFactory.cc
M CCA/Components/OnTheFlyAnalysis/MinMax.cc
M CCA/Components/OnTheFlyAnalysis/containerExtract.cc
M CCA/Components/OnTheFlyAnalysis/lineExtract.cc
M CCA/Components/OnTheFlyAnalysis/momentumAnalysis.cc
M CCA/Components/OnTheFlyAnalysis/particleExtract.cc
M CCA/Components/OnTheFlyAnalysis/planeExtract.cc
M CCA/Components/OnTheFlyAnalysis/statistics.cc

77 lines of code changed in 9 files:

  • CCA/Components/OnTheFlyAnalysis: 1stLawThermo.cc (+16 -15), AnalysisModuleFactory.cc (+25 -15), MinMax.cc (+4 -6), containerExtract.cc (+2 -4), lineExtract.cc (+9 -13), momentumAnalysis.cc (+1 -2), particleExtract.cc (+5 -7), planeExtract.cc (+4 -7), statistics.cc (+11 -12)
Generated by StatSVN 0.7.0