Go to the source code of this file.
Functions | |
| void | triRodPositionsRef (std::vector< Point > &positions, Real nrings, Real pitch, Point center) |
| bool | relativeEq (double x, double y) |
| bool | pointLess (const Point &a, const Point &b) |
| TEST (MeshTests, triRodCoordinates) | |
Variables | |
| const double | tol = 1e-8 |
| const double | eps = 1e-9 |
| bool pointLess | ( | const Point & | a, |
| const Point & | b | ||
| ) |
Definition at line 57 of file MeshTests.C.
Referenced by TEST().
| bool relativeEq | ( | double | x, |
| double | y | ||
| ) |
| TEST | ( | MeshTests | , |
| triRodCoordinates | |||
| ) |
Definition at line 68 of file MeshTests.C.
| void triRodPositionsRef | ( | std::vector< Point > & | positions, |
| Real | nrings, | ||
| Real | pitch, | ||
| Point | center | ||
| ) |
Definition at line 20 of file MeshTests.C.
Referenced by TEST().
| const double eps = 1e-9 |
Definition at line 17 of file MeshTests.C.
Referenced by relativeEq().
| const double tol = 1e-8 |
Definition at line 16 of file MeshTests.C.
Referenced by relativeEq().