|
Stellarator and Tokamak Modeling and Meshing Software (STOMMS)
|
Classes | |
| class | PhysicsPoint |
Enumerations | |
| enum class | PhysicsPointType { OPoint , XPoint , None } |
Functions | |
| void | checkBounds (Point &pt, const std::array< double, 4 > &box) |
| bool | inDomain (const Point &pt, const std::array< double, 4 > &box) |
| std::vector< Point > | filterUniquePoints (const std::vector< Point > &candidates) |
| void | filterOutsideTheWallPoints (std::vector< Point > &candidates, const std::vector< Point > &wall) |
| void | printCriticalPoints (const std::vector< PhysicsPoint > &criticalPoints) |
| bool | comparePhysicsPoints (const PhysicsPoint &pt1, const PhysicsPoint &pt2) |
|
strong |
| void checkBounds | ( | Point & | pt, |
| const std::array< double, 4 > & | box | ||
| ) |
| bool comparePhysicsPoints | ( | const PhysicsPoint & | pt1, |
| const PhysicsPoint & | pt2 | ||
| ) |
| void filterOutsideTheWallPoints | ( | std::vector< Point > & | candidates, |
| const std::vector< Point > & | wall | ||
| ) |
| bool inDomain | ( | const Point & | pt, |
| const std::array< double, 4 > & | box | ||
| ) |
| void printCriticalPoints | ( | const std::vector< PhysicsPoint > & | criticalPoints | ) |