Directory Core/Grid/BoundaryConditions/

Total Files:
31
Deleted Files:
0
Lines of Code:
6226

[root]/Core/Grid/BoundaryConditions

Lines of Code

Core/Grid/BoundaryConditions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 93 (100.0%) 300 (100.0%) 3.2
allen 41 (44.1%) 255 (85.0%) 6.2
jas 46 (49.5%) 31 (10.3%) 0.6
derekhar 5 (5.4%) 10 (3.3%) 2.0
ahumphrey 1 (1.1%) 4 (1.3%) 4.0

Most Recent Commits

allen 2018-08-14 14:56 Rev.: 58529

removed errant cout

0 lines of code changed in 2 files:

  • Core/Grid/BoundaryConditions: BoundCondReader.cc (changed)
derekhar 2018-08-13 14:42 Rev.: 58525

Added parallel_for to arches boundary condition code.

ListOfCellsIterator was changed to achieve this. This infrastructure class had push_back removed from it to enable future portability.
This change is expected to not break any test in for any component. Due to this change use of the default constructor for this class is being made private.

10 lines of code changed in 5 files:

  • Core/Grid/BoundaryConditions: BCGeomBase.cc (new), BoundCondReader.cc (+2), UnionBCData.cc (new)
ahumphrey 2018-04-12 13:30 Rev.: 58068

For infrastructure: Update existing DebugStreams and Dout objects to be constructed with a desription matching that found in environmentalFlags.txt. EnvironmentalFlags,txt itself also updated.

Components can individually go in and do this same thing now, ultimately deprecating and eventually removing environmentalFlags.txt (hopefully).

4 lines of code changed in 1 file:

  • Core/Grid/BoundaryConditions: BoundCondReader.cc (+4 -2)
allen 2018-03-29 12:25 Rev.: 58014

cleanup of the namespace for debug streams and removed using namespace std

241 lines of code changed in 29 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+3 -6), BCData.cc (new), BCData.h (new), BCDataArray.cc (+5 -3), BCDataArray.h (+6 -4), BCGeomBase.cc (+13 -16), BCGeomBase.h (+5), BoundCondReader.cc (+131 -132), BoundCondReader.h (+4 -3), CircleBCData.cc (+4 -8), DifferenceBCData.cc (+18 -23), EllipseBCData.cc (+1 -4), RectangleBCData.cc (new), RectangulusBCData.cc (new), SideBCData.cc (new), UnionBCData.cc (+13 -19)
allen 2018-03-19 13:01 Rev.: 57952

minor remaning of debug stream names

1 lines of code changed in 1 file:

  • Core/Grid/BoundaryConditions: BCGeomBase.cc (+1 -1)
allen 2018-03-17 13:47 Rev.: 57948

restructured teh Dout and DebugStream to register the streams to avoid conflicts

13 lines of code changed in 9 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+1 -1), BCGeomBase.cc (+5), CircleBCData.cc (+1 -1), DifferenceBCData.cc (+1 -1), EllipseBCData.cc (+1 -1), RectangleBCData.cc (+1 -1), RectangulusBCData.cc (+1 -1), SideBCData.cc (+1 -1), UnionBCData.cc (+1 -1)
jas 2018-01-09 17:40 Rev.: 57604

Update copyright date.

31 lines of code changed in 46 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+1 -1), AnnulusBCData.h (+1 -1), BCData.cc (+1 -1), BCData.h (+1 -1), BCDataArray.cc (+1 -1), BCDataArray.h (+1 -1), BCGeomBase.cc (+1 -1), BCGeomBase.h (+1 -1), BCUtils.cc (+1 -1), BCUtils.h (new), BoundCond.h (+1 -1), BoundCondBase.h (+1 -1), BoundCondFactory.cc (new), BoundCondFactory.h (new), BoundCondReader.cc (+1 -1), BoundCondReader.h (+1 -1), CircleBCData.cc (+1 -1), CircleBCData.h (+1 -1), DifferenceBCData.cc (+1 -1), DifferenceBCData.h (+1 -1), EllipseBCData.cc (+1 -1), EllipseBCData.h (+1 -1), RectangleBCData.cc (+1 -1), RectangleBCData.h (new), RectangulusBCData.cc (+1 -1), RectangulusBCData.h (+1 -1), SideBCData.cc (+1 -1), SideBCData.h (new), UnionBCData.cc (+1 -1), UnionBCData.h (new), sub.mk (new)
Generated by StatSVN 0.7.0