Directory CCA/Components/DataArchiver/

Total Files:
3
Deleted Files:
0
Lines of Code:
2818

[root]/CCA/Components/DataArchiver

Lines of Code

CCA/Components/DataArchiver/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 17 (100.0%) 186 (100.0%) 10.9
dav 5 (29.4%) 124 (66.7%) 24.8
jas 7 (41.2%) 39 (21.0%) 5.5
luitjens 5 (29.4%) 23 (12.4%) 4.6

Most Recent Commits

luitjens 2009-12-22 13:29 Rev.: 45224

changed > to >=. This should fix an RT error that occurs when outputInitTimestep is enabled.

0 lines of code changed in 2 files:

  • CCA/Components/DataArchiver: DataArchiver.cc (new)
jas 2009-12-07 15:46 Rev.: 45172

Fix bug in CNHDamage.cc which initialized the seed data with the wrong data.

Fix compiler warnings.

1 lines of code changed in 1 file:

  • CCA/Components/DataArchiver: DataArchiver.cc (+1 -1)
luitjens 2009-11-16 11:41 Rev.: 45067

Migrated a few more function calls to the new patch interface.

Deleted the old patch interface.

Removed __New() from the new patch interface calls.

6 lines of code changed in 1 file:

  • CCA/Components/DataArchiver: DataArchiver.cc (+6 -6)
luitjens 2009-11-04 15:16 Rev.: 45034

Tweaked logic to match old logic (my math didn't account for the equals in <=).


7 lines of code changed in 1 file:

  • CCA/Components/DataArchiver: DataArchiver.cc (+7 -5)
luitjens 2009-11-04 14:32 Rev.: 45033

Avoid some while loops used in the Data Archiver.

10 lines of code changed in 1 file:

  • CCA/Components/DataArchiver: DataArchiver.cc (+10 -11)
dav 2009-11-02 15:23 Rev.: 45015

Fix checkpoint UPS verification logic, update comments to be clear that we are dealing with 'seconds'.

39 lines of code changed in 3 files:

  • CCA/Components/DataArchiver: DataArchiver.cc (+28 -25), DataArchiver.h (+11 -11)
jas 2009-03-27 10:44 Rev.: 43893

Remove sgi woff ifdefs.

1 lines of code changed in 1 file:

  • CCA/Components/DataArchiver: DataArchiver.cc (+1 -4)
dav 2009-03-26 14:45 Rev.: 43871


M DataArchiver.cc

- Initialize d_writeMeta to false. This fixes a bug that occurred
when the <DataArchiver> was told not to save data
(<outputTimestepInterval> == 0). In this case, no new uda directory
is created. However, if d_writeMeta is true (or uninitialized as in
this case) then the DataArchiver tries to write files to a directory
that was never created.

- Some cosmetic white space fixes. Only this line is a real update:

+ d_writeMeta = false;

77 lines of code changed in 1 file:

  • CCA/Components/DataArchiver: DataArchiver.cc (+77 -77)
dav 2009-03-23 15:51 Rev.: 43824


- Updated the ups validation code.
- Split the ups_spec into several different files.
- Added -do_not_validate flag.

See below for details:

D StandAlone/inputs/ups_spec.xml
A StandAlone/inputs/UPS_SPEC
AM + StandAlone/inputs/UPS_SPEC/ups_spec.xml
A StandAlone/inputs/UPS_SPEC/constitutive_models.xml
A StandAlone/inputs/UPS_SPEC/mpm_spec.xml
A StandAlone/inputs/UPS_SPEC/ice_spec.xml
A StandAlone/inputs/UPS_SPEC/arches_spec.xml

- Moved the ups_spec.xml file into UPS_SPEC and broke out pieces of it into separate files.
More pieces can probably be broken out and/or other files created for those pieces.
- Note, a lot of changes were made to the .ups spec (by other people) while I was doing this.
I tried to incorporate those changes, but might have misses a few. If so, I apologize.

M CCA/Components/ProblemSpecification/ProblemSpecReader.cc

- Added the ups_spec child requirement ALL_OR_NONE_OF and fixed the
ONE_OF. Added some bulletproofing to make sure that specified
children/attributes actually exist.
- Fixed a number of error statements to be more clear.
- Updated the <include> directive to allow for specifying a section of
a file.

M Core/ProblemSpec/ProblemSpec.h
M Core/ProblemSpec/ProblemSpec.cc

- getAttribute() functions should be 'const'.

M StandAlone/inputs/Models/Radiation/impHotBlob_Container.ups

- Removed 2nd <absorbingSolid>... Todd/Jeremy, is this right?

M StandAlone/inputs/MPMICE/grainSlice_noReact.ups

- Cosmetic cleanup. Don't need an explicit </end_tag> if the tag doesn't have children.

M StandAlone/inputs/MPMICE/LODI_BUG.ups

- The <union> tag had only one child, so I removed it...
- Spaced out some input values to make it easier to see them.

M StandAlone/inputs/IS/ArchesHeatUpExplosion/HTContainer_arches_mpmice.ups

- <DataArchiver> requires an <outputInterval>.

M StandAlone/sus.cc

- Added a '-do_not_validate' flag to sus to turn off .ups validation.
I highly suggest not using it. ;) A warning is displayed on the screen if you do.

M CCA/Components/DataArchiver/DataArchiver.cc

- Just some cosmetic cleanups.

8 lines of code changed in 1 file:

  • CCA/Components/DataArchiver: DataArchiver.cc (+8 -3)
jas 2009-03-09 16:43 Rev.: 43521

Remove sgi_stl_warnings include line

0 lines of code changed in 1 file:

  • CCA/Components/DataArchiver: DataArchiver.cc (-2)
jas 2009-03-09 15:29 Rev.: 43510

Remove the Packages/Uintah/

26 lines of code changed in 2 files:

  • CCA/Components/DataArchiver: DataArchiver.cc (+20 -20), DataArchiver.h (+6 -6)
jas 2009-03-09 15:23 Rev.: 43506

Remove the Packages/Uintah/

11 lines of code changed in 2 files:

  • CCA/Components/DataArchiver: sub.mk (new)
Generated by StatSVN 0.4.0