Directory CCA/Components/SwitchingCriteria/

Total Files:
14
Deleted Files:
0
Lines of Code:
1405

[root]/CCA/Components/SwitchingCriteria

Lines of Code

CCA/Components/SwitchingCriteria/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 36 (100.0%) 64 (100.0%) 1.7
harman 9 (25.0%) 49 (76.6%) 5.4
jas 26 (72.2%) 14 (21.9%) 0.5
jsutherland 1 (2.8%) 1 (1.6%) 1.0

Most Recent Commits

harman 2011-09-15 13:28 Rev.: 47595

more diagnostic output

added simpleBurn to the switch criteria in ups_spec.

8 lines of code changed in 4 files:

  • CCA/Components/SwitchingCriteria: SimpleBurn.cc (new), TimestepNumber.cc (new)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

14 lines of code changed in 26 files:

  • CCA/Components/SwitchingCriteria: None.cc (+1 -1), None.h (new), SimpleBurn.cc (+1 -1), SimpleBurn.h (new), SteadyBurn.cc (new), SteadyBurn.h (new), SteadyState.cc (+1 -1), SteadyState.h (+1 -1), SwitchingCriteriaFactory.cc (+1 -1), SwitchingCriteriaFactory.h (new), TimestepNumber.cc (+1 -1), TimestepNumber.h (+1 -1), sub.mk (new), uintahshare.h (new)
harman 2011-08-02 11:58 Rev.: 47402

added debug stream output in scheduling and actual tasks
now using proc0cout instead of conditionals and couts

41 lines of code changed in 5 files:

  • CCA/Components/SwitchingCriteria: None.cc (+6), SimpleBurn.cc (+6 -5), SteadyBurn.cc (+10 -7), SteadyState.cc (+13 -22), TimestepNumber.cc (+6 -3)
jsutherland 2011-01-05 10:40 Rev.: 46667

This checkin may break something if I was not able to build it. I will clean it up if that happens...

- removing "using" standard namespace stuff from headers. This is really bad practice, and anyone doing it should be flogged. Opening up a namespace in a header file defeats the purpose of namespaces because all downstream inclusions of the header file will also result in that namespace opening up. This can lead to inadvertent name clashes, etc. Only open a namespace in an implementation file!

- put the SymmMatrix3 implementation in the Uintah namespace to be consistent with its declaration.

1 lines of code changed in 1 file:

  • CCA/Components/SwitchingCriteria: SwitchingCriteriaFactory.cc (+1)
Generated by StatSVN 0.4.0