|
Stellarator and Tokamak Modeling and Meshing Software (STOMMS)
|
Public Member Functions | |
| void | setModelPlane (const Plane &p) |
| const std::vector< Face > & | getModelFacesOnPlane () |
| const std::vector< int > & | getFaceMeshType () |
| const std::vector< Flux > & | getFluxCurvesOnPlane () |
| const std::vector< FluxParametricPoints > & | getMeshVerticesOnFlux () const |
| const Vertex & | getOPointOnPlane () |
| const int & | getPlaneNumber () |
| const double & | getUnstructuredMeshSizeOnPlane () const |
| double | getMeshSizeOnModelFace (const Face &f) |
| const std::vector< int > & PlaneMeshMetaData::getFaceMeshType | ( | ) |
Function to get the vector holding the mesh type for each individual model face on the plane.
| const std::vector< Flux > & PlaneMeshMetaData::getFluxCurvesOnPlane | ( | ) |
Function to get a vector of flux curves on the poloidal plane.
| double PlaneMeshMetaData::getMeshSizeOnModelFace | ( | const Face & | f | ) |
Function to get mesh size on the model face of the plane.
| f | model face on which mesh size is desired. |
| const std::vector< FluxParametricPoints > & PlaneMeshMetaData::getMeshVerticesOnFlux | ( | ) | const |
Function to get a vector of set of the class FluxParametricPoints. This vector is equal to the number of the flux curves. Each member contains the details of the field following points parametric values.
| const std::vector< Face > & PlaneMeshMetaData::getModelFacesOnPlane | ( | ) |
Function to return the vector of model faces on the particular poloidal plane.
| const Vertex & PlaneMeshMetaData::getOPointOnPlane | ( | ) |
Function to get model vertex on oPoint of the poloidal plane.
| const int & PlaneMeshMetaData::getPlaneNumber | ( | ) |
Function to get poloidal plane number.
| const double & PlaneMeshMetaData::getUnstructuredMeshSizeOnPlane | ( | ) | const |
Function to get unstructured mesh size on the plane.
| void PlaneMeshMetaData::setModelPlane | ( | const Plane & | p | ) |
Function to set the model plane in data.
| p | Input plane information from StommsModel. |