/trunk/src Developers: sparker

Login name:
sparker
Total Commits:
11 (0.1%)
Lines of Code:
454 (0.1%)
Most Recent Commit:
2006-11-13 17:38

Activity by Clock Time

Activity by Hour of Day for sparker

Activity by Day of Week for sparker

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 11 (100.0%) 454 (100.0%) 41.2
Packages/Uintah/Core/Grid/ 7 (63.6%) 423 (93.2%) 60.4
Packages/Uintah/Core/ProblemSpec/ 3 (27.3%) 19 (4.2%) 6.3
Core/Thread/ 1 (9.1%) 12 (2.6%) 12.0

Activity of sparker

Most Recent Commits

sparker 2006-11-13 17:38 Rev.: 35848

Maybe fix Stas' problem...
d_stretched was not properly initialized

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid: Level.cc (+1)
sparker 2006-11-07 22:25 Rev.: 35812

Added first cut at support for stretched grids, including:
- A sample input file that sets up a stretched grid. It doesn't actually run
with anything, but it should give you an idea of how to specify one.
- Logic to parse and setup a stretched grid in Grid
- Updates to code in Level to accomodate stretched grids
- Updates to ProblemSpec to parse the xml for them

If you get a NaN running with a stretched, then your code is likely
asking for something like dCell, which is no longer defined.

--This line, and those below, will be ignored--

A StandAlone/inputs/Examples/stretched.ups
M Core/Grid/Level.cc
M Core/Grid/Level.h
M Core/Grid/Grid.cc
M Core/Grid/Grid.h
M Core/ProblemSpec/ProblemSpec.cc
M Core/ProblemSpec/ProblemSpec.h

441 lines of code changed in 9 files:

  • Packages/Uintah/Core/Grid: Grid.cc (+336 -18), Grid.h (new), Level.cc (+61 -5), Level.h (+20)
  • Packages/Uintah/Core/ProblemSpec: ProblemSpec.cc (+14), ProblemSpec.h (new)
sparker 2006-03-27 17:52 Rev.: 33655

Get number of processors for os x

12 lines of code changed in 1 file:

  • Core/Thread: Thread_pthreads.cc (+12 -1)
Generated by StatSVN 0.4.0