Directory Packages/Uintah/StandAlone/

Total Files:
14
Deleted Files:
0
Lines of Code:
9659

[root]/Packages/Uintah/StandAlone
                directory in repo Benchmarks (1 files, 44 lines)
                directory in repo UintahUI (61 files, 5092 lines)
                directory in repo compare_mms (9 files, 446 lines)
                directory in repo tools (0 files, 0 lines)
                    directory in repo dumpfields (13 files, 2020 lines)
                    directory in repo graphview (1 files, 21 lines)
                    directory in repo makedot (1 files, 23 lines)

Lines of Code

Packages/Uintah/StandAlone/ Lines of Code

Developers

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

Most Recent Commits

dav 2006-12-11 17:25 Rev.: 36072

Don't allow restarts to use a symbolic link to the uda.

0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone: sus.cc (changed)
harman 2006-11-29 16:55 Rev.: 35946

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:

  • Packages/Uintah/StandAlone: puda.cc (changed)
bigler 2006-11-14 13:53 Rev.: 35853


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:

  • Packages/Uintah/StandAlone: uda2nrrd.cc (new)
bigler 2006-11-13 18:31 Rev.: 35849


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:

  • Packages/Uintah/StandAlone: uda2nrrd.cc (+170 -117)
bigler 2006-11-09 16:14 Rev.: 35834


Got rid of tabs and fixed indentation.

148 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: uda2nrrd.cc (+148 -148)
harman 2006-10-23 09:56 Rev.: 35663

added pfs to the uintah shortcut.

0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone: sub.mk (changed)
guilkey 2006-09-22 16:43 Rev.: 35411

Basic image parsing and particle creation, all in one step. Courtesy of
Steve Maas of bioengineering.

395 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone: pfs2.cc (new 367), sub.mk (+28)
harman 2006-09-07 17:18 Rev.: 35237

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:

  • Packages/Uintah/StandAlone: sus.cc (+16 -1)
worthen 2006-09-07 13:01 Rev.: 35229

reduce-uda amr fix

5 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: sus.cc (+5)
harman 2006-09-07 11:28 Rev.: 35228

added:
"-reduce_uda : Reads <uda-dir>/input.xml file and removes unwanted labels (see FAQ).\n";

2 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: sus.cc (+2 -1)
worthen 2006-09-07 11:13 Rev.: 35226

Add unix commands for date and hostname

9 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: sus.cc (+9 -5)
harman 2006-09-07 10:29 Rev.: 35223

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:

  • Packages/Uintah/StandAlone: sus.cc (+22 -4)
worthen 2006-07-17 10:27 Rev.: 34799

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:

  • Packages/Uintah/StandAlone: sus.cc (+2 -1)
worthen 2006-07-11 10:32 Rev.: 34719

Make copmare_uda not depend on Core/Volume

1 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: sub.mk (+1 -2)
worthen 2006-06-21 11:25 Rev.: 34548

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:

  • Packages/Uintah/StandAlone: async_mpi_test.cc (+10 -3), gambitFileReader.cc (new), partextract.cc (+4), sus.cc (+6 -3)
worthen 2006-06-02 15:23 Rev.: 34405

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:

  • Packages/Uintah/StandAlone: sus.cc (+14 -26)
worthen 2006-05-30 14:21 Rev.: 34357

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:

  • Packages/Uintah/StandAlone: sus.cc (+2)
worthen 2006-05-22 20:28 Rev.: 34311

Fix level-based error message

0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone: compare_uda.cc (new)
worthen 2006-05-22 18:07 Rev.: 34309

Make restart_merger only copy the checkpoints data on the last uda

3 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone: restart_merger.cc (new)
worthen 2006-05-20 00:11 Rev.: 34296

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:

  • Packages/Uintah/StandAlone: restart_merger.cc (+7 -5), sus.cc (+3 -3)

(33 more)

Generated by StatSVN 0.4.0