[root]/CCA/Components/DataArchiver
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 |
changed > to >=. This should fix an RT error that occurs when outputInitTimestep is enabled.
0 lines of code changed in 2 files:
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:
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:
Tweaked logic to match old logic (my math didn't account for the equals in <=).
7 lines of code changed in 1 file:
Avoid some while loops used in the Data Archiver.
10 lines of code changed in 1 file:
Fix checkpoint UPS verification logic, update comments to be clear that we are dealing with 'seconds'.
39 lines of code changed in 3 files:
Remove sgi woff ifdefs.
1 lines of code changed in 1 file:
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:
- 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:
Remove sgi_stl_warnings include line
0 lines of code changed in 1 file:
Remove the Packages/Uintah/
26 lines of code changed in 2 files:
Remove the Packages/Uintah/
11 lines of code changed in 2 files: