[root]/Core/Grid/BoundaryConditions
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
harman | 64 (100.0%) | 31 (100.0%) | 0.4 |
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:
Updated Copyright date
31 lines of code changed in 60 files: