[root]/Packages/Uintah/Core/DataArchive
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 25 (100.0%) | 205 (100.0%) | 8.2 |
dgroulx | 7 (28.0%) | 142 (69.3%) | 20.2 |
worthen | 12 (48.0%) | 43 (21.0%) | 3.5 |
kuzimmer | 4 (16.0%) | 10 (4.9%) | 2.5 |
mjc | 1 (4.0%) | 5 (2.4%) | 5.0 |
dav | 1 (4.0%) | 5 (2.4%) | 5.0 |
Allow grid queries on virtual patches. Threw a 'not finished' exception if you try to get a PArticleVariable on a virtual patch
0 lines of code changed in 2 files:
Remove concept of time-refinement from Grid, and store whether the sim is lockstep in SharedState. Have components compute delt based on the level it's on and have the SimulationController worry about the inter-level constraints. (Also consolidate SimCnt::doInitialTimestepRegridding into doInitialTimestep and doRegridding)
0 lines of code changed in 1 file:
Add uda name to graphs and tables in GridVisualizer
0 lines of code changed in 2 files:
Remove runtime warning (in DataArchive),
Display grid on restart if AMR debugstream is on,
Add some padding to refinementRatio so it doesn't round down (and throw an exception if a bad one is added)
2 lines of code changed in 1 file:
Force time-refinement to be based on cell refinement. This is probably temporary until we get the arbitrary-timestep per level working.
Also provides a "lockstep" knob for AMR that will in essence force TRR To be 1
Most of the changes are just moving adjustDelt from SimulationState back to Level.
3 lines of code changed in 1 file:
Allow scaling of the uda domain for visualization
10 lines of code changed in 2 files:
Prep configure to run under cygwin. Not quite ready yet.
Windows port of Uintah. Currently does not support Arches or Radiation (due to lack of fortran).
33 lines of code changed in 5 files:
Reorganize AMR input file and Regridder (most of these changes involve moving the time_refinement_ratio from Level to SimulationState). Also make error message in DataArchiver, usage in RestartMerger, and pids (for debugger attachment) more useful. Do implicit MPM TG compile once per outer level TG compile (and put Todd's for impICE how he likes it).
1 lines of code changed in 1 file:
Fix (well, maybe a temp fix) for an overlapping node problem, and remove some excess output
4 lines of code changed in 1 file:
More Updates to fix getID() problems and to address the move of Dataflow/Ports
5 lines of code changed in 1 file:
add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class
5 lines of code changed in 1 file:
Modifed how timesteps were being lazily loaded so that they will actually be loaded now when needed.
28 lines of code changed in 2 files:
DataArchive should now only load timestep files as needed.
59 lines of code changed in 2 files:
The libxml2 branch merge
55 lines of code changed in 3 files: