Directory CCA/Components/Parent/

Total Files:
5
Deleted Files:
0
Lines of Code:
1666

[root]/CCA/Components/Parent

Lines of Code

CCA/Components/Parent/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 49 (100.0%) 1064 (100.0%) 21.7
allen 35 (71.4%) 648 (60.9%) 18.5
mcconnell 7 (14.3%) 401 (37.7%) 57.2
guilkey 1 (2.0%) 7 (0.7%) 7.0
jas 5 (10.2%) 5 (0.5%) 1.0
ahumphrey 1 (2.0%) 3 (0.3%) 3.0

Most Recent Commits

allen 2018-09-17 16:11 Rev.: 58678

removed the recompile flag from app common and restructured the calls

7 lines of code changed in 2 files:

  • CCA/Components/Parent: Switcher.cc (new)
allen 2018-08-29 21:02 Rev.: 58565

remaned PostProcess files to PostProcessUda to match class name within

1 lines of code changed in 2 files:

  • CCA/Components/Parent: ApplicationFactory.cc (new)
allen 2018-08-29 20:50 Rev.: 58564

cleaned up the DOUT macros, consistent naming of timethresholds, added option to validate next delta before the reduction

14 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+14 -22)
allen 2018-08-21 18:07 Rev.: 58543

deprecated the SimulationTime class and moved it to be fully contained in the ApplicationCommon

49 lines of code changed in 3 files:

  • CCA/Components/Parent: Switcher.cc (+46 -9), Switcher.h (new)
allen 2018-08-13 14:25 Rev.: 58524

variable and comment clean up to refer to the material manager rather than the state

3 lines of code changed in 2 files:

  • CCA/Components/Parent: Switcher.cc (+2 -2), Switcher.h (+1 -1)
allen 2018-08-10 13:12 Rev.: 58521

added const &

2 lines of code changed in 3 files:

  • CCA/Components/Parent: ApplicationFactory.cc (+1 -1), ApplicationFactory.h (+1 -1)
allen 2018-08-10 12:26 Rev.: 58518

added const

5 lines of code changed in 2 files:

  • CCA/Components/Parent: ApplicationFactory.cc (+3 -3), ApplicationFactory.h (+2 -2)
allen 2018-08-10 09:48 Rev.: 58516

removed using std

3 lines of code changed in 1 file:

  • CCA/Components/Parent: ApplicationFactory.cc (+3 -4)
allen 2018-08-10 09:00 Rev.: 58514

removal of shared state and introduction of a material manager

82 lines of code changed in 4 files:

  • CCA/Components/Parent: ApplicationFactory.cc (+60 -60), ApplicationFactory.h (+2 -2), Switcher.cc (+18 -16), Switcher.h (+2 -2)
allen 2018-08-08 11:19 Rev.: 58512

added a managing class for application reduction variables

13 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+13 -13)
allen 2018-08-03 15:42 Rev.: 58506

made the recompute and abort reduction vars

8 lines of code changed in 2 files:

  • CCA/Components/Parent: Switcher.cc (+8 -8), Switcher.h (-1)
allen 2018-08-01 18:44 Rev.: 58496

change from restart to recompute time step so to differentiate from restarting a time step from a checkpoint

3 lines of code changed in 2 files:

  • CCA/Components/Parent: Switcher.cc (+2 -2), Switcher.h (+1 -1)
guilkey 2018-07-07 14:51 Rev.: 58379

Add SingleFieldMPM to the list of application options.

7 lines of code changed in 1 file:

  • CCA/Components/Parent: ApplicationFactory.cc (+7)
mcconnell 2018-04-16 15:54 Rev.: 58140

rolled back changes to r58119

248 lines of code changed in 3 files:

  • CCA/Components/Parent: ApplicationFactory.cc (+245 -146), sub.mk (+3 -3)
mcconnell 2018-04-16 15:04 Rev.: 58137

Update copyright date.

2 lines of code changed in 2 files:

  • CCA/Components/Parent: ApplicationFactory.cc (+1 -1), sub.mk (+1 -1)
mcconnell 2018-04-16 15:04 Rev.: 58130

cleanup of depencendies to applications

151 lines of code changed in 2 files:

  • CCA/Components/Parent: ApplicationFactory.cc (+147 -246), sub.mk (+4 -4)
ahumphrey 2018-04-02 12:58 Rev.: 58024

Remove redundant code in SimulationState::clearMaterials.

With the switcher component, this was incorrectly decrementing the ref count on material sets, which is likely the reason ComputeSubsets were being deleted prematurely and subsequently casusing double delete issues when switching occurred. This problem would not manifest in anything but the switcher, as clearing materials only happened implicitly by the infrastructure via SimulationState DTOR. Switcher was calling it explicitly in Switcher::needRecompile().

Some other cleanup, e.g 0->nullptr, braces, white space, etc.

3 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+3 -5)
allen 2018-03-29 12:25 Rev.: 58014

cleanup of the namespace for debug streams and removed using namespace std

10 lines of code changed in 2 files:

  • CCA/Components/Parent: Switcher.cc (+7 -1), Switcher.h (+3)
allen 2018-03-17 15:27 Rev.: 57949

addition debug stream naming

25 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+25 -24)
allen 2018-01-16 13:54 Rev.: 57666

simpified the minimal builds and minor clean up of dependencies

4 lines of code changed in 1 file:

  • CCA/Components/Parent: sub.mk (+4 -6)
allen 2018-01-13 09:15 Rev.: 57647

moved CUDA code inside of examples check

9 lines of code changed in 1 file:

  • CCA/Components/Parent: ApplicationFactory.cc (+9 -7)
allen 2018-01-12 14:52 Rev.: 57640

Added flags to allow for finer grained builds, moved the uda2vis out of tools to VisIt dir

248 lines of code changed in 2 files:

  • CCA/Components/Parent: ApplicationFactory.cc (+243 -146), sub.mk (+5 -3)
jas 2018-01-09 17:40 Rev.: 57604

Update copyright date.

5 lines of code changed in 5 files:

  • CCA/Components/Parent: ApplicationFactory.cc (+1 -1), ApplicationFactory.h (+1 -1), Switcher.cc (+1 -1), Switcher.h (+1 -1), sub.mk (+1 -1)
allen 2018-01-08 16:35 Rev.: 57595

cleanup of depencendies to applications

162 lines of code changed in 3 files:

  • CCA/Components/Parent: ApplicationFactory.cc (+143 -134), Switcher.cc (+11 -4), sub.mk (+8 -10)
Generated by StatSVN 0.7.0