[root]/Packages/Uintah/testprograms
BNRRegridder
(2 files, 6 lines)
SFCTest
(3 files, 176 lines)
TestBoxGrouper
(3 files, 74 lines)
TestConsecutiveRangeSet
(3 files, 301 lines)
TestFastMatrix
(1 files, 23 lines)
TestMatrix3
(4 files, 455 lines)
TestRangeTree
(3 files, 503 lines)
TestSuite
(4 files, 238 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 16 (100.0%) | 40 (100.0%) | 2.5 |
dav | 4 (25.0%) | 25 (62.5%) | 6.2 |
worthen | 3 (18.8%) | 5 (12.5%) | 1.6 |
luitjens | 3 (18.8%) | 5 (12.5%) | 1.6 |
jas | 4 (25.0%) | 3 (7.5%) | 0.7 |
kuzimmer | 2 (12.5%) | 2 (5.0%) | 1.0 |
M CCA/Components/Regridder/BNRTask.h
Indented, untabified, use c++ comments, pulled into 80 columns (this
only effected the spacing on comments), other general readability
updates.
Killed the namespace pollution of "using namespace std/Uintah" in the
.h file.
Still needs to have class member variables updated to use naming
convention (ie: _ on names).
M testprograms/sub.mk
M testprograms/BNRRegridder/sub.mk
Add in full list of libraries to all compilation on SGI/Mac.
M testprograms/BNRRegridder/bnrtest.cc
Use "using namespace Uintah" in the .cc file.
Also:
> const int X=700, Y=700;
Please don't use global variables that have a single letter for their
name... this makes it impossible to search quickly for them and in
general is just a bad idea. Please fix this when you get a chance.
9 lines of code changed in 2 files:
Test program for the Berger-Rigoutos regridder.
2 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.
4 lines of code changed in 2 files:
These apps apparently need to link against the fortran library... at
least on my Mac... so I added it to their sub.mk files.
1 lines of code changed in 1 file:
Add TestBoxGrouper to compile line so RunTest will compile.
2 lines of code changed in 1 file:
More Updates to fix getID() problems and to address the move of Dataflow/Ports
15 lines of code changed in 1 file:
Changed MAX* constants to *_MAX definitions found in float.h and limits.h. Changed sci_values.h to reflect this change. Users should still include sci_values.h, so modifications for platform specific issues can be handled there.
2 lines of code changed in 2 files:
Remove the dependency on the MPM library.
0 lines of code changed in 1 file:
Write out the problemSpecification for various pieces of a material that are
needed for restarting.
1 lines of code changed in 1 file:
Put the commented-out one on the bottom, so the other ones will compile
1 lines of code changed in 1 file:
Remove extra #.
0 lines of code changed in 1 file:
2 lines of code changed in 1 file:
inital space-filling curve commit
1 lines of code changed in 1 file: