Directory CCA/Components/PostProcessUda/

Total Files:
11
Deleted Files:
4
Lines of Code:
117

[root]/CCA/Components/PostProcessUda

Lines of Code

CCA/Components/PostProcessUda/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 64 (100.0%) 3098 (100.0%) 48.4
harman 57 (89.1%) 3078 (99.4%) 54.0
allen 7 (10.9%) 20 (0.6%) 2.8

Most Recent Commits

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/PostProcessUda: ModuleFactory.cc (new)
harman 2017-12-13 12:52 Rev.: 57436

Global:
changed global variable names to be more descriptive.

Add proc0patch0cout() class which prints message on proc 0, patch 0 and
only n times per timesteps.

bug fixes to populate the old_dw with variables from user specified timestep

0 lines of code changed in 12 files:

  • CCA/Components/PostProcessUda: Module.cc (changed), Module.h (changed), PostProcess.cc (changed), PostProcess.h (changed), spatioTemporalAvg.cc (changed), statistics.cc (changed)
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/PostProcessUda: PostProcess.cc (+5 -7), PostProcess.h (+1 -4), spatioTemporalAvg.h (+1 -1)
harman 2017-12-06 15:36 Rev.: 57400

Added infrastructure so a module(s) can fill the old_dw with a timestep from the uda.

spatioTemporalAvg:
Added temporal avg calculation. Not fully working.

139 lines of code changed in 9 files:

  • CCA/Components/PostProcessUda: Module.cc (+1 -2), Module.h (+7), PostProcess.cc (+41 -8), PostProcess.h (+2 -2), spatioTemporalAvg.cc (+68 -7), spatioTemporalAvg.h (+17 -2), statistics.cc (+2 -2), statistics.h (+1)
harman 2017-12-05 18:05 Rev.: 57399

Module.*
CreateMatlSet() - cleaned out confusing code
readTimeStartStop() - put udaTimesteps into a global var.

PostProcess.*
remove unused methods
problemSetup() - set the simulation state time and removed hack.
computeDelT() - fixed calculation on last timestep.

38 lines of code changed in 4 files:

  • CCA/Components/PostProcessUda: Module.cc (+17 -21), Module.h (+1), PostProcess.cc (+19 -48), PostProcess.h (+1 -6)
allen 2017-12-05 15:09 Rev.: 57395

moved specific calls to apllication form Sus and SimCtrl

13 lines of code changed in 1 file:

  • CCA/Components/PostProcessUda: PostProcess.cc (+13 -2)
harman 2017-12-01 16:50 Rev.: 57384

added reduce_uda option, which just avoids creating any modules.

sched_readDataArchive()
- Simplified the code to create the material set for each VarLabel and all VarLabels.


34 lines of code changed in 3 files:

  • CCA/Components/PostProcessUda: ModuleFactory.cc (+3), PostProcess.cc (+29 -54), PostProcess.h (+2 -8)
harman 2017-11-30 11:44 Rev.: 57378

Moved common code to Module.cc/h

Cleaned out #includes

Initialize global class variables in the header file.

removed EOL spaces

303 lines of code changed in 13 files:

  • CCA/Components/PostProcessUda: Common.cc (del), Common.h (del), Module.cc (+147 -4), Module.h (+31 -20), ModuleFactory.cc (+4 -1), PostProcess.cc (+13 -30), PostProcess.h (+15 -25), spatioTemporalAvg.cc (+11 -110), spatioTemporalAvg.h (+15 -35), statistics.cc (+36 -137), statistics.h (+21 -39), sub.mk (new)
harman 2017-11-28 15:55 Rev.: 57359

Common class for PostProcessing

0 lines of code changed in 2 files:

  • CCA/Components/PostProcessUda: Common.cc (new), Common.h (new)
harman 2017-11-28 15:48 Rev.: 57358

Global:
- Renamed the component and variables associated with reduceUda -> PostProcessUda

PostProcessUda.cc/h:
- cleaned out testing code
- added a common class

2564 lines of code changed in 14 files:

  • CCA/Components/PostProcessUda: Module.cc (+44), Module.h (+70), ModuleFactory.cc (+80), ModuleFactory.h (+51), PostProcess.cc (+446), PostProcess.h (+165), UdaReducer.cc (del), UdaReducer.h (del), spatioTemporalAvg.cc (+591), spatioTemporalAvg.h (+199), statistics.cc (+647), statistics.h (+206), sub.mk (+65)
Generated by StatSVN 0.7.0