Directory Packages/Uintah/CCA/Components/DataArchiver/

Total Files:
3
Deleted Files:
1
Lines of Code:
2614

[root]/Packages/Uintah/CCA/Components/DataArchiver

Lines of Code

Packages/Uintah/CCA/Components/DataArchiver/ Lines of Code

Developers

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

Most Recent Commits

jas 2005-12-01 19:11 Rev.: 32692

Add missing xerces include files from the xml conversion fiasco.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (changed)
worthen 2005-11-03 11:58 Rev.: 32421

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:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+5 -5)
dav 2005-08-24 14:09 Rev.: 31690

Cosmetics: removed compiler warnings, untabified, indented, updated some parts to coding standard.

460 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+460 -439)
dav 2005-08-24 13:29 Rev.: 31686

Removed comiler warning.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+1 -1)
worthen 2005-08-23 13:48 Rev.: 31657

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:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+15 -6), DataArchiver.h (+4)
worthen 2005-08-19 20:56 Rev.: 31621

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:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+18 -14)
worthen 2005-08-19 16:12 Rev.: 31620

get amr checkpoints to complete

110 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+106 -74), DataArchiver.h (+4 -7)
sparker 2005-08-19 01:12 Rev.: 31579

Allow data to exist on some levels and not others

18 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+18 -2)
worthen 2005-08-05 15:45 Rev.: 31413

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:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+8 -6)
dgroulx 2005-07-12 12:26 Rev.: 31087

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:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+66 -58)
yarden 2005-07-07 15:35 Rev.: 31048

finish separation of Core from Dataflow

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+1 -1)
worthen 2005-06-29 16:04 Rev.: 30919

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:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+5 -1)
worthen 2005-06-24 01:12 Rev.: 30865

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:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+12 -2)
jas 2005-06-22 11:41 Rev.: 30820

Add checking of flag for the switchState for initialization of data output.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+1 -1)
hartner 2005-06-03 23:41 Rev.: 30561

revert last commit

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+1 -1)
hartner 2005-06-03 23:38 Rev.: 30560

fix compile error

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+1 -1)
hartner 2005-06-03 23:23 Rev.: 30559

restart an amr ice problem (need to set the level's extra cells)

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+2)
jas 2005-06-03 18:33 Rev.: 30549

Create factories for the various components.

5 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+3 -1), DataArchiver.h (+2)
hartner 2005-05-26 15:00 Rev.: 30402

Print the system error message when the DataArchiver is
unable to open an output file.

14 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+14 -14)
borodai 2005-05-12 11:55 Rev.: 30155

Fixed muse compile

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+2 -2)

(17 more)

Generated by StatSVN 0.4.0