[root]/Packages/Uintah/CCA/Components/DataArchiver
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 51 (100.0%) | 972 (100.0%) | 19.0 |
dav | 2 (3.9%) | 461 (47.4%) | 230.5 |
worthen | 21 (41.2%) | 321 (33.0%) | 15.2 |
dgroulx | 1 (2.0%) | 66 (6.8%) | 66.0 |
hartner | 5 (9.8%) | 60 (6.2%) | 12.0 |
sparker | 2 (3.9%) | 18 (1.9%) | 9.0 |
abrydon | 2 (3.9%) | 18 (1.9%) | 9.0 |
jas | 10 (19.6%) | 17 (1.7%) | 1.7 |
guilkey | 4 (7.8%) | 6 (0.6%) | 1.5 |
jones | 2 (3.9%) | 2 (0.2%) | 1.0 |
borodai | 1 (2.0%) | 2 (0.2%) | 2.0 |
yarden | 1 (2.0%) | 1 (0.1%) | 1.0 |
Add missing xerces include files from the xml conversion fiasco.
0 lines of code changed in 2 files:
AMR Updates - get imp AMR working better in parallel (still crashes in hypre code), multi-level ICE with MPM mostly works AMRICE.cc - coarsen/reflux to ice matls only, and my 'boundary' hack in an '#ifdef BRYAN' blockICE.cc - set the surrounding matl at problemSetup time, some more debugging info for when the delt is too small
5 lines of code changed in 1 file:
Cosmetics: removed compiler warnings, untabified, indented, updated some parts to coding standard.
460 lines of code changed in 1 file:
Removed comiler warning.
1 lines of code changed in 1 file:
Can now run AND restart mlmpmice, amrice, AND stuff from the RT
DataArchiver - changes to Reduction variables
Level/Patch - add Level::getPatchByID and get rid of static Patch::getByID (and patchToProcessorMap) (don't kill me for changing Patch.h)
DataArchive - load time_refinement_ratio on restart
TaskGraph - initialize pointer
19 lines of code changed in 3 files:
Fix DataArchiver for 1-level problems. Will fix for AMR problems on Monday (for mlmpmice, use the version before this - it was tailored for that)
18 lines of code changed in 1 file:
get amr checkpoints to complete
110 lines of code changed in 2 files:
Allow data to exist on some levels and not others
18 lines of code changed in 1 file:
Get the Switcher to tell the DataAchiver to re-initialize its output frequencies and variables with each component switch
8 lines of code changed in 1 file:
Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.
66 lines of code changed in 1 file:
finish separation of Core from Dataflow
1 lines of code changed in 1 file:
Provide interface to have the sim component output/read state in the timestep.xml file, resulting in a Switcher test to successfully restart before, after and during a component switch (and have compare_uda pass successfully)
5 lines of code changed in 1 file:
Don't put proc in timestep.xml if it doesn't work on the specified level (so DataArchive functions will work)
12 lines of code changed in 1 file:
Add checking of flag for the switchState for initialization of data output.
1 lines of code changed in 1 file:
revert last commit
1 lines of code changed in 1 file:
fix compile error
1 lines of code changed in 1 file:
restart an amr ice problem (need to set the level's extra cells)
2 lines of code changed in 1 file:
Create factories for the various components.
5 lines of code changed in 2 files:
Print the system error message when the DataArchiver is
unable to open an output file.
14 lines of code changed in 1 file:
Fixed muse compile
2 lines of code changed in 1 file:
(17 more)