Directory CCA/Components/Parent/

Total Files:
10
Deleted Files:
2
Lines of Code:
1949

[root]/CCA/Components/Parent

Lines of Code

CCA/Components/Parent/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 55 (100.0%) 673 (100.0%) 12.2
harman 26 (47.3%) 660 (98.1%) 25.3
jas 18 (32.7%) 10 (1.5%) 0.5
dav 2 (3.6%) 2 (0.3%) 1.0
jsutherland 7 (12.7%) 1 (0.1%) 0.1
qymeng 2 (3.6%) 0 (0.0%) 0.0

Most Recent Commits

qymeng 2011-10-17 14:54 Rev.: 47731

clean up old models before switching to a new component

0 lines of code changed in 2 files:

  • CCA/Components/Parent: Switcher.cc (new)
harman 2011-09-28 15:42 Rev.: 47652

switcher.cc
- attach modelMaker port to turn on the burn models.

ex3_phases1_3.ups
- saving modelMass_src, totalMassBurned, totalHeatReleased.

4 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+4 -1)
jas 2011-09-26 18:40 Rev.: 47641

Update copyright date.

4 lines of code changed in 8 files:

  • CCA/Components/Parent: ComponentFactory.cc.orig (new), ComponentFactory.cc.release (+1 -1), sub.mk.orig (new), sub.mk.release (+1 -1)
harman 2011-09-16 13:19 Rev.: 47601

global:
- removed addToTimestepXML() and readFromTimestepXML() this is just duplication
of outputProblemSpec() and problemSetup()

Switcher (AKA Mexican Jail)
- final cleanup
Added comments
Changed some exception types from problemSetup -> InernalError
more descriptive exception messages

* I'm now playing my get out of jail free card.

56 lines of code changed in 3 files:

  • CCA/Components/Parent: Switcher.cc (+51 -39), Switcher.h (+5 -3)
harman 2011-09-14 12:42 Rev.: 47586

problemSetup()
-turned scrubbing off for init variables.

initNewVars(()
- when initializing new particle variables get the particle subset from
the old_dw instead of the new_dw.

Global:
- more feeback to the user when component switching takes place.

30 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+30 -16)
harman 2011-09-01 13:16 Rev.: 47542

-Constructor
- addded bulletproofing, you can't run rmpmice and mpm
Global:
- added scheduleIntNewVars()
- For init variables switched from a bunch of vector<vector<X>>
to a map and a struct.

Still testing and thrashing around.

119 lines of code changed in 2 files:

  • CCA/Components/Parent: Switcher.cc (+108 -56), Switcher.h (+11 -4)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

6 lines of code changed in 10 files:

  • CCA/Components/Parent: ComponentFactory.cc (+1 -1), ComponentFactory.h (+1 -1), Switcher.cc (+1 -1), Switcher.h (+1 -1), sub.mk (new), uintahshare.h (new)
harman 2011-08-30 17:01 Rev.: 47535

formatting.
Added vertical and horizontal spacing, vertical alignment and {}.

118 lines of code changed in 2 files:

  • CCA/Components/Parent: Switcher.cc (+92 -61), Switcher.h (+26 -32)
harman 2011-08-30 09:18 Rev.: 47533

cleaned out some dead wood
- removed port deletes in destructor. That's handled upstream in UintahParallelComponent.cc
-

2 lines of code changed in 2 files:

  • CCA/Components/Parent: Switcher.cc (+2 -30), Switcher.h (-2)
harman 2011-08-29 16:29 Rev.: 47530

-comments & proc0cout statements
-more descriptive variables

Now works for inputs/UCF/switchExample_impm_mpm.ups

63 lines of code changed in 2 files:

  • CCA/Components/Parent: Switcher.cc (+62 -35), Switcher.h (+1 -1)
dav 2011-08-04 16:44 Rev.: 47423


Fix linking problem (manifested via OSX). Need the GeometryPiece library.

1 lines of code changed in 1 file:

  • CCA/Components/Parent: sub.mk (+1)
dav 2011-08-04 16:36 Rev.: 47422


M CCA/Components/Parent/Switcher.cc
M Core/GeometryPiece/GeometryPieceFactory.cc
M Core/GeometryPiece/GeometryPieceFactory.h

- Fix function name (typo).

1 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+1 -1)
harman 2011-08-02 12:26 Rev.: 47405

Added to the todo list.

2 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+2 -1)
harman 2011-08-02 12:18 Rev.: 47404

reviving an old component.
- runs for 2 very simple mpmice subcomponents
- still contains confusing code in constructor

117 lines of code changed in 2 files:

  • CCA/Components/Parent: Switcher.cc (+116 -101), Switcher.h (+1)
harman 2011-07-28 12:42 Rev.: 47387

added missing #include

1 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+1)
harman 2011-07-28 11:38 Rev.: 47386

cosmetics: vertical & horizontal spaces

Instrumented by adding debugStream to main tasks.

112 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+112 -45)
jsutherland 2011-07-13 17:21 Rev.: 47338

rip out the obselete "SpatialOps" component.

0 lines of code changed in 6 files:

  • CCA/Components/Parent: ComponentFactory.cc (-9), ComponentFactory.cc.orig (-4), ComponentFactory.cc.release (-9), sub.mk (-4), sub.mk.orig (-1), sub.mk.release (-4)
jsutherland 2011-07-12 23:04 Rev.: 47324

Eliminate "using namespace std" and similar from header files. That is a big no-no!

1 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+1)
harman 2011-02-10 15:40 Rev.: 46824

Globally: renamed config variable *_RADIATION -> *_MODELS_RADIATION

Changed compile logic: USE_ARCHES no longer controls the compilation inside of
Components/Models/Radiation.
It's now controlled via
USE_MODELS_RADIATION
and
--without-fortran.

Don't compile
Components/Models/Radiation
if
--without-fortran
is specified, but still compile
Components/Models/Radiation/RMCRT

If
USE_MODELS_RADIATION=no
don't compile Examples/RMCRT_test.cc

4 lines of code changed in 1 file:

  • CCA/Components/Parent: ComponentFactory.cc (+4)
harman 2011-02-03 14:44 Rev.: 46781

Moved
CCA/Components/Parent/Common.cc .h
to
Core/IO/DbgOutput.cc .h

This fixes the static build. Thanks Dav.

1 lines of code changed in 3 files:

  • CCA/Components/Parent: Common.cc (del), Common.h (del), sub.mk (+1 -2)

(3 more)

Generated by StatSVN 0.4.0