[root]/Core/Grid/BoundaryConditions
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 75 (100.0%) | 365 (100.0%) | 4.8 |
harman | 13 (17.3%) | 312 (85.5%) | 24.0 |
jsutherland | 12 (16.0%) | 27 (7.4%) | 2.2 |
jas | 48 (64.0%) | 26 (7.1%) | 0.5 |
jthornoc | 2 (2.7%) | 0 (0.0%) | 0.0 |
Moved getIteratorBCValueBCKind() from ICE upstream so other
components can use it.
This should not change the answers
80 lines of code changed in 2 files:
If BC is not set and that face is not periodic then throw an exception.
0 lines of code changed in 2 files:
Throw an exception if the user specifies a periodic grid and boundary conditions in that direction
37 lines of code changed in 1 file:
moved boundary condition code that would be useful to other components upstream
195 lines of code changed in 4 files:
added bulletproofing.
- The user must specify 1 and only 1 side boundary condition.
0 lines of code changed in 4 files:
Fairly sure these cout statements in the constructor are leftovers from
a debugging session.
0 lines of code changed in 2 files:
Update copyright year.
26 lines of code changed in 48 files:
Eliminate "using namespace std" and similar from header files. That is a big no-no!
20 lines of code changed in 9 files:
This checkin may break something if I was not able to build it. I will clean it up if that happens...
- removing "using" standard namespace stuff from headers. This is really bad practice, and anyone doing it should be flogged. Opening up a namespace in a header file defeats the purpose of namespaces because all downstream inclusions of the header file will also result in that namespace opening up. This can lead to inadvertent name clashes, etc. Only open a namespace in an implementation file!
- put the SymmMatrix3 implementation in the Uintah namespace to be consistent with its declaration.
7 lines of code changed in 3 files: