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 |
Maybe fix Stas' problem...
d_stretched was not properly initialized
1 lines of code changed in 1 file:
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:
Get number of processors for os x
12 lines of code changed in 1 file: