[root]/Core/Grid/BoundaryConditions
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 68 (100.0%) | 117 (100.0%) | 1.7 |
jas | 66 (97.1%) | 102 (87.2%) | 1.5 |
dav | 2 (2.9%) | 15 (12.8%) | 7.5 |
Initialize values.
0 lines of code changed in 2 files:
Fixes to the code that broke when I fixed the checkForInputError()
code.
M Grid/BoundaryConditions/BoundCondFactory.cc
Clean up the Boundary Condition input code. Not sure if we really
should use the try/catch mechanism to determine if the BC is a double
or a vector... but perhaps there isn't any other choice. However, I
think the <BCType> tag should be fixed... perhaps add an attribute
that specifies what type it really is instead of relying on the
string in the <value> tag...?
M ProblemSpec/ProblemSpec.h
Update the documentation on get() to be more accurate.
M ProblemSpec/ProblemSpec.cc
* Fix indentation of #includes.
* Remove old SGI pragmas.
* use namespace std
* Fix checkForInputError() error strings.
* Use {} for if statement.
15 lines of code changed in 2 files:
Delete GUI/. Modify Core libraries to include.
0 lines of code changed in 2 files:
Remove sgi_stl_warnings include line
0 lines of code changed in 28 files:
Remove the Packages/Uintah/
97 lines of code changed in 33 files:
Remove the Packages/Uintah/
5 lines of code changed in 1 file: