|
Stellarator and Tokamak Modeling and Meshing Software (STOMMS)
|
Public Attributes | |
| Point | origin |
| double | psi |
| bool | hitOrigin = false |
| bool | hitXPoint = false |
| bool | xPoint = false |
| std::vector< PhysicsPoint > | xPoints |
| std::vector< Point > | points |
A struct to hold the curve meta data for curve construction. It includes starting point of curve (origin), psi, if it has an xPoint or not. It gets updated while curve tracing such as hitOrigin , hitXPoint etc.
| bool CurveMetaData::hitOrigin = false |
| bool CurveMetaData::hitXPoint = false |
| Point CurveMetaData::origin |
| std::vector<Point> CurveMetaData::points |
| double CurveMetaData::psi |
| bool CurveMetaData::xPoint = false |
| std::vector<PhysicsPoint> CurveMetaData::xPoints |