[root]/Packages/Uintah/Core/DataArchive
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 40 (100.0%) | 380 (100.0%) | 9.5 |
dav | 2 (5.0%) | 141 (37.1%) | 70.5 |
worthen | 22 (55.0%) | 93 (24.5%) | 4.2 |
dgroulx | 3 (7.5%) | 73 (19.2%) | 24.3 |
harman | 1 (2.5%) | 35 (9.2%) | 35.0 |
bigler | 5 (12.5%) | 15 (3.9%) | 3.0 |
jones | 3 (7.5%) | 11 (2.9%) | 3.6 |
jas | 3 (7.5%) | 8 (2.1%) | 2.6 |
hartner | 1 (2.5%) | 4 (1.1%) | 4.0 |
Reduce spew on restarts
0 lines of code changed in 2 files:
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
6 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.
73 lines of code changed in 3 files:
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)
3 lines of code changed in 2 files:
IntVector: rewrite < and (didn't sort for STL functions) remove >, <=, >=
Everything else: Make Particle Subsets work with a specified range instead of with ghost cells
5 lines of code changed in 1 file:
get rid of DataArchive print statement. James, let us know if you still need this...
0 lines of code changed in 1 file:
- more descriptive exception messages.
queryGrid()
- To eliminate a warning ignore "extraCells" in some really convoluted code
35 lines of code changed in 1 file:
restart an amr ice problem (need to set the level's extra cells)
4 lines of code changed in 1 file:
Comments about how Xerces doesn't release the memory when you release
the DOMDocument, like it should.
3 lines of code changed in 1 file:
Calling TimeHashMaps::updateCacheSize(new_size) with new_size < 1
produces a no-op.
4 lines of code changed in 2 files:
Accesses to the DataArchive in SCIRun is now done with a
DataArchiveHandle instead of a DataArchive*. Other changes specific
to each file are noted below.
Packages/Uintah/Core/DataArchive/DataArchive.cc
Packages/Uintah/Core/DataArchive/DataArchive.h
Added ref_cnt and lock for the interface to LockingHandle.
Packages/Uintah/Core/Datatypes/Archive.h
Added getDataArchive function. This is the preferred method
to get access to the DataArchive contained in an Archive
object.
Packages/Uintah/Dataflow/Modules/Visualization/VariablePlotter.cc
Packages/Uintah/Dataflow/Modules/Visualization/PatchDataVisualizer.cc
Packages/Uintah/Dataflow/Modules/Visualization/PatchVisualizer.cc
Remove ugly use of (*(handle.get_rep())). with handle->. I
have no idea why this code was ever written this way, but the
code is now much clearer.
Packages/Uintah/Dataflow/Modules/Visualization/GridVisualizer.cc
Try to be a bit more smart about when to update the gui if the
grid doesn't change.
Packages/Uintah/Dataflow/Modules/Selectors/TimestepSelector.cc
Don't use get_rep for ArchiveHandle if you don't need to.
8 lines of code changed in 2 files:
Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.
8 lines of code changed in 2 files:
Initialize boundary to 0,0,0 - should fix compare_uda
1 lines of code changed in 1 file:
Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.
0 lines of code changed in 1 file:
Save/read the boundary layer so scirun and other utilities don't lie when there is a boundary layer
10 lines of code changed in 2 files:
get dataArchive query (with a set of times) to be able to grab a cell index from a specified level
18 lines of code changed in 1 file:
Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker
8 lines of code changed in 3 files:
windows fix
5 lines of code changed in 1 file:
Indented and removed tabs. Added 'verbose' option to constructor so that SCIRun modules that use this can make the DA be quite (and report errors through the GUI).
141 lines of code changed in 2 files:
Fixes for gcc 3.4
1 lines of code changed in 1 file:
(5 more)