[root]/Packages/Uintah/CCA/Components/Parent
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 43 (100.0%) | 844 (100.0%) | 19.6 |
worthen | 21 (48.8%) | 733 (86.8%) | 34.9 |
jas | 17 (39.5%) | 96 (11.4%) | 5.6 |
dgroulx | 4 (9.3%) | 10 (1.2%) | 2.5 |
dav | 1 (2.3%) | 5 (0.6%) | 5.0 |
Remove dummy library from commit ...
0 lines of code changed in 2 files:
reduce some spew to once per processor
3 lines of code changed in 3 files:
Revert puts for switch_label, earlier commit broke mpi runs.
2 lines of code changed in 1 file:
Store switch label in a "level-less" way. Switcher.cc
Add computation for time derivative of heatFluxSum. SteadyState.cc
2 lines of code changed in 1 file:
Remove argument to None constructor.
Add a None switching criteria to the last component's port so that the
switch label will be computed in the last stage.
13 lines of code changed in 1 file:
Check to ensure that there are n-1 switching criteria specified for n
components specified in input file.
19 lines of code changed in 1 file:
Add SwitchingCriteria as a port to the switcher. Each individual component
can have a different criteria.
10 lines of code changed in 2 files:
fix parallel switcher (requires p.x from mpm-materials, schedule carry-over for correct patch set)
3 lines of code changed in 1 file:
Preserve delt across restarts (particularly when you saw 'Lowering delt to maxmimum' (fixes switcher)
15 lines of code changed in 1 file:
Go through all of the components problemSetup prior to running a particular
component to ensure that all VarLabels have been "setup" properly.
9 lines of code changed in 1 file:
Show VarLabel with Switcher throws "Cannot find VarLabel" exception.
Delet the unneeded char *c;
4 lines of code changed in 3 files:
Add recomputeTimestep().
7 lines of code changed in 3 files:
Read the individual component's <Time> section.
2 lines of code changed in 1 file:
Add restartableTimesteps().
6 lines of code changed in 2 files:
Get the Switcher to tell the DataAchiver to re-initialize its output frequencies and variables with each component switch
22 lines of code changed in 2 files:
Get Switcher to add material
CM - Have ViscoScramImplicit use the same StateData as ViscoScram
24 lines of code changed in 2 files:
Switcher - get carry-over to work
ViscoScram - append _implicit to pStatedata (to not conflict with non-implicit's name)
SerialMPM, ImpMPM, MPMICE - change switch tests to use reduction variables to work under mpi
MPMLabel - remove switchLabel
SimulationState - add necessary switcher things for all components to see
Scheduler* - add interface to the taskgraph so the switcher can query tasks
124 lines of code changed in 2 files:
Added dependency on Solvers
2 lines of code changed in 1 file:
Attach the ModelMaker and SolverInterface to each component.
22 lines of code changed in 1 file:
Added a few dependancies that were missing.
4 lines of code changed in 1 file:
(5 more)