|
Stellarator and Tokamak Modeling and Meshing Software (STOMMS)
|
Typedefs | |
| using | DimType = int |
| using | VertexIdType = int |
| using | EdgeIdType = int |
| using | CurveIdType = int |
| using | SurfaceIdType = int |
| using | GeomIdType = int |
| using | MeshIdType = int |
| using | PlaneId = int |
Enumerations | |
| enum class | SurfaceType { Core , ScrapeOffLayer , LowFieldSideEdge , HighFieldSideEdge , NearVacuum , Private , None } |
| enum class | CurveType { Closed , Open , Separatrix , Wall , None , Closed , Open , Separatrix , Wall , None } |
| enum class | PointType { OPoint , XPoint , None } |
| enum class | TopoType { Vertex = 0 , Edge = 1 , Face = 2 , Region = 3 } |
| using CurveIdType = int |
Interger identifier for the model curves (both physics and physical curves).
| using DimType = int |
Interger identifier for the physical dimensions.
(0D = 0, 1D = 1, 2D = 2, 3D = 3).
| using EdgeIdType = int |
Interger identifier for the model and mesh edges.
| using GeomIdType = int |
Integer identifier for the model entities. Although we do have identifier for individual entities, this is helpful in functions that take in and return entities of any dimension.
| using MeshIdType = int |
Integer identifier for the mesh entities. Although we do have identifier for individual entities, this is helpful in functions that take in and return entities of any dimensions.
| using PlaneId = int |
Interger identifier for the planes. Unique for each poloidal plane.
| using SurfaceIdType = int |
Interger identifier for the model faces.
| using VertexIdType = int |
Interger identifier for the model and mesh vertices.
|
strong |
|
strong |
|
strong |
|
strong |