[root]/CCA/Components/Parent
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 |
clean up old models before switching to a new component
0 lines of code changed in 2 files:
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:
Update copyright date.
4 lines of code changed in 8 files:
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:
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:
-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:
Update copyright year.
6 lines of code changed in 10 files:
formatting.
Added vertical and horizontal spacing, vertical alignment and {}.
118 lines of code changed in 2 files:
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:
-comments & proc0cout statements
-more descriptive variables
Now works for inputs/UCF/switchExample_impm_mpm.ups
63 lines of code changed in 2 files:
Fix linking problem (manifested via OSX). Need the GeometryPiece library.
1 lines of code changed in 1 file:
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:
Added to the todo list.
2 lines of code changed in 1 file:
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:
added missing #include
1 lines of code changed in 1 file:
cosmetics: vertical & horizontal spaces
Instrumented by adding debugStream to main tasks.
112 lines of code changed in 1 file:
rip out the obselete "SpatialOps" component.
0 lines of code changed in 6 files:
Eliminate "using namespace std" and similar from header files. That is a big no-no!
1 lines of code changed in 1 file:
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:
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:
(3 more)