Directory Core/Grid/BoundaryConditions/

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

[root]/Core/Grid/BoundaryConditions

Lines of Code

Core/Grid/BoundaryConditions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
harman 64 (100.0%) 31 (100.0%) 0.4

Most Recent Commits

harman 2019-06-27 12:17 Rev.: 59494

StringUtil:
- Added methods string_to_IntVector(), string_to_Vector() and string_to_Point()

BoundCondReader:
- Added method isPtOnFace() which tests if a Point is on one of the domain faces.

- createBoundaryConditonFace()
Minor formatting.
Using isPtOnFace() throughout the method.

Replaced code used to convert ups string into double, Vector and Point with
std::stod()
string_to_IntVector(),
string_to_Vector(),
string_to_Point()

User can now specify a point on a boundary condition with
"x y z" or "x, y, z"

** This commit should not change the answers. **

0 lines of code changed in 4 files:

  • Core/Grid/BoundaryConditions: BoundCondReader.cc (new), BoundCondReader.h (changed)
harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

31 lines of code changed in 60 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+1 -1), AnnulusBCData.h (+1 -1), BCData.cc (+1 -1), BCData.h (+1 -1), BCDataArray.cc (new), 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 (new), BoundCondFactory.cc (new), BoundCondFactory.h (new), BoundCondReader.cc (+1 -1), BoundCondReader.h (+1 -1), CircleBCData.cc (+1 -1), CircleBCData.h (new), DifferenceBCData.cc (new), DifferenceBCData.h (+1 -1), EllipseBCData.cc (new), EllipseBCData.h (new), RectangleBCData.cc (new), RectangleBCData.h (new), RectangulusBCData.cc (new), RectangulusBCData.h (+1 -1), SideBCData.cc (new), SideBCData.h (new), UnionBCData.cc (new), UnionBCData.h (new), sub.mk (new)
Generated by StatSVN 0.7.0