Directory Packages/Uintah/Core/DataArchive/

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

[root]/Packages/Uintah/Core/DataArchive

Lines of Code

Packages/Uintah/Core/DataArchive/ Lines of Code

Developers

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

Most Recent Commits

worthen 2005-11-01 15:53 Rev.: 32396

Reduce spew on restarts

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (new)
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

6 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+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.

73 lines of code changed in 3 files:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+68 -42), DataArchive.h (new)
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)

3 lines of code changed in 2 files:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+2 -2), DataArchive.h (+1 -1)
worthen 2005-06-23 12:52 Rev.: 30854

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:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+5)
worthen 2005-06-22 10:17 Rev.: 30807

get rid of DataArchive print statement. James, let us know if you still need this...

0 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (-1)
harman 2005-06-05 10:20 Rev.: 30564

- more descriptive exception messages.
queryGrid()
- To eliminate a warning ignore "extraCells" in some really convoluted code

35 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+35 -34)
hartner 2005-06-03 23:23 Rev.: 30559

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

4 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+4)
bigler 2005-06-01 16:11 Rev.: 30478


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:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+3)
bigler 2005-06-01 14:35 Rev.: 30468


Calling TimeHashMaps::updateCacheSize(new_size) with new_size < 1
produces a no-op.

4 lines of code changed in 2 files:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+2 -3), DataArchive.h (+2 -1)
bigler 2005-05-31 17:06 Rev.: 30456

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:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+2), DataArchive.h (+6 -1)
jas 2005-04-29 11:45 Rev.: 30030

Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.

8 lines of code changed in 2 files:

  • Packages/Uintah/Core/DataArchive: sub.mk (+8)
worthen 2005-04-28 13:42 Rev.: 30018

Initialize boundary to 0,0,0 - should fix compare_uda

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+1 -1)
jas 2005-04-27 13:40 Rev.: 29989

Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.

0 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: sub.mk (-8)
worthen 2005-04-27 00:11 Rev.: 29981

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:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+9 -7), DataArchive.h (+1 -2)
worthen 2005-04-21 21:43 Rev.: 29906

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:

  • Packages/Uintah/Core/DataArchive: DataArchive.h (+18 -5)
worthen 2005-03-02 14:34 Rev.: 29063

Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker

8 lines of code changed in 3 files:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+2 -2), DataArchive.h (+6 -6), sub.mk (-1)
worthen 2005-02-22 11:41 Rev.: 28854

windows fix

5 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+5 -1)
dav 2005-02-18 18:52 Rev.: 28774

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:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+137 -120), DataArchive.h (+4 -3)
worthen 2005-02-08 14:26 Rev.: 28526

Fixes for gcc 3.4

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.h (+1)

(5 more)

Generated by StatSVN 0.4.0