Directory Core/Grid/BoundaryConditions/

Total Files:
28
Deleted Files:
0
Lines of Code:
4444

[root]/Core/Grid/BoundaryConditions

Lines of Code

Core/Grid/BoundaryConditions/ Lines of Code

Developers

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

Most Recent Commits

harman 2011-12-09 16:33 Rev.: 47971

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:

  • Core/Grid/BoundaryConditions: BCUtils.h (new)
harman 2011-12-08 17:28 Rev.: 47963

If BC is not set and that face is not periodic then throw an exception.

0 lines of code changed in 2 files:

  • Core/Grid/BoundaryConditions: BCUtils.cc (new)
harman 2011-12-08 16:11 Rev.: 47961

Throw an exception if the user specifies a periodic grid and boundary conditions in that direction

37 lines of code changed in 1 file:

  • Core/Grid/BoundaryConditions: BCUtils.cc (+37 -8)
harman 2011-12-08 10:34 Rev.: 47958

moved boundary condition code that would be useful to other components upstream

195 lines of code changed in 4 files:

  • Core/Grid/BoundaryConditions: BCUtils.cc (+107), BCUtils.h (+86), sub.mk (+2 -1)
harman 2011-09-19 13:16 Rev.: 47610

added bulletproofing.
- The user must specify 1 and only 1 side boundary condition.

0 lines of code changed in 4 files:

  • Core/Grid/BoundaryConditions: BoundCondReader.cc (changed), BoundCondReader.h (new)
jthornoc 2011-09-06 07:32 Rev.: 47550

Fairly sure these cout statements in the constructor are leftovers from
a debugging session.

0 lines of code changed in 2 files:

  • Core/Grid/BoundaryConditions: RectangleBCData.cc (changed)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

26 lines of code changed in 48 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+1 -1), AnnulusBCData.h (+1 -1), Auxiliary.h (+1 -1), BCData.cc (+1 -1), BCData.h (new), BCDataArray.cc (new), BCDataArray.h (+1 -1), BCGeomBase.cc (+1 -1), BCGeomBase.h (new), BoundCond.h (new), BoundCondBase.h (new), BoundCondFactory.cc (new), BoundCondFactory.h (+1 -1), BoundCondReader.cc (+1 -1), BoundCondReader.h (+1 -1), CircleBCData.cc (new), CircleBCData.h (new), DifferenceBCData.cc (+1 -1), DifferenceBCData.h (new), RectangleBCData.cc (+1 -1), RectangleBCData.h (+1 -1), SideBCData.cc (+1 -1), SideBCData.h (+1 -1), UnionBCData.cc (new), UnionBCData.h (+1 -1), sub.mk (+1 -1)
jsutherland 2011-07-12 23:04 Rev.: 47324

Eliminate "using namespace std" and similar from header files. That is a big no-no!

20 lines of code changed in 9 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+1), Auxiliary.h (-2), BCDataArray.cc (+1), BCGeomBase.cc (+1), BoundCondReader.cc (+9 -11), CircleBCData.cc (+1), DifferenceBCData.cc (+3), SideBCData.cc (+2), UnionBCData.cc (+2)
jsutherland 2011-01-05 10:40 Rev.: 46667

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:

  • Core/Grid/BoundaryConditions: BoundCondFactory.cc (+2), BoundCondReader.cc (+3), BoundCondReader.h (+2 -7)
Generated by StatSVN 0.4.0