[root]/Packages/Uintah/StandAlone
Benchmarks
(1 files, 44 lines)
UintahUI
(61 files, 5092 lines)
compare_mms
(9 files, 446 lines)
tools
(0 files, 0 lines)
dumpfields
(13 files, 2020 lines)
graphview
(1 files, 21 lines)
makedot
(1 files, 23 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 85 (100.0%) | 1777 (100.0%) | 20.9 |
guilkey | 3 (3.5%) | 411 (23.1%) | 137.0 |
banerjee | 4 (4.7%) | 344 (19.4%) | 86.0 |
bigler | 4 (4.7%) | 318 (17.9%) | 79.5 |
kuzimmer | 3 (3.5%) | 248 (14.0%) | 82.6 |
dav | 22 (25.9%) | 170 (9.6%) | 7.7 |
worthen | 23 (27.1%) | 120 (6.8%) | 5.2 |
harman | 11 (12.9%) | 79 (4.4%) | 7.1 |
jas | 6 (7.1%) | 47 (2.6%) | 7.8 |
mjc | 3 (3.5%) | 25 (1.4%) | 8.3 |
dgroulx | 5 (5.9%) | 13 (0.7%) | 2.6 |
amorris | 1 (1.2%) | 2 (0.1%) | 2.0 |
Don't allow restarts to use a symbolic link to the uda.
0 lines of code changed in 2 files:
Turn off tecplot at compile time. If anyone besides P Hu has ever used this please pipe up.
0 lines of code changed in 2 files:
Dataflow/Modules/Selectors/PatchToField.h
Formatted text better.
Pulled out IntVector lo,hi from branch.
StandAlone/uda2nrrd.cc
Fixed noboundarycells computation. It turns out I did need that
rewindow command.
Also add typename to sizeof(typename FIELD::value_type). Newer
compilers complain about this.
0 lines of code changed in 2 files:
Fixed a bug that was causing uda2nrrd to crash. For the scalar cases,
it was wrapping the data in the field without copying. The fields
were deleted before the nrrd was written out causing bad memory
problems. Now the scalar data copies the data to be more consistent
with the Vector and Matrix3 types.
Tried adding code for removing boundary edges, but it does weird
stuff. Unaccesible from the commandline for now.
170 lines of code changed in 1 file:
Got rid of tabs and fixed indentation.
148 lines of code changed in 1 file:
added pfs to the uintah shortcut.
0 lines of code changed in 2 files:
Basic image parsing and particle creation, all in one step. Courtesy of
Steve Maas of bioengineering.
395 lines of code changed in 2 files:
Added -svnDiff option
This runs svn diff <src/.....Packages/Uintah> and writes to your output
file.
-------------------------------------
Dav suggested this method of getting the SCIRun srcdir. However, he
mentioned that when/if Uintah is separated from SCIRun, this fix might
stop working. Another possible solution is to:
#define SCI_OK_TO_INCLUDE_SCI_ENVIRONMNET_DEFS_H
#include <sci_defs/environmnet_defs.h>
and then just use the #defined SCIRUN_SRCDIR directly in the code. It
is likely that if Uintah and SCIRun are separated, and/or we start to
use CMAKE, that a new method will have to be found to do this.
16 lines of code changed in 1 file:
reduce-uda amr fix
5 lines of code changed in 1 file:
added:
"-reduce_uda : Reads <uda-dir>/input.xml file and removes unwanted labels (see FAQ).\n";
2 lines of code changed in 1 file:
Add unix commands for date and hostname
9 lines of code changed in 1 file:
Dump out the date and hostname cerr. Useful to help decide what to keep when
cleaning out old udas. This assumes that the commands "date" and "hostname" exists.
22 lines of code changed in 1 file:
Quite a few DynamicLoadBalancer-AMR fixesReduce DataArchiver tasks to 1 per type per proc (instead of 1 per type per var per patch)Have MPM initialization happen only on finest level
2 lines of code changed in 1 file:
Make copmare_uda not depend on Core/Volume
1 lines of code changed in 1 file:
Updates for Windows StandAlone utilities. All compile except for compare_mms (I don't, async_mpi_test, dumpfields, and TestRangeTree.
Also made it so sus.cc and SimulationController don't both try to load the UPS file.
25 lines of code changed in 7 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).
14 lines of code changed in 1 file:
Add some memory-leak tracking functionality, add some scinews, and fix memory leak in impAMRICE's subscheduler
2 lines of code changed in 1 file:
Fix level-based error message
0 lines of code changed in 2 files:
Make restart_merger only copy the checkpoints data on the last uda
3 lines of code changed in 2 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).
10 lines of code changed in 2 files:
(33 more)