|
MAIA bb96820c
Multiphysics at AIA
|
Public Member Functions | |
| polyVertex (MInt pId, MInt pType) | |
| polyVertex (std::array< MFloat, nDim > coords, MInt pId, MInt pType) | |
Public Attributes | |
| std::array< MFloat, nDim > | coordinates {} |
| MInt | pointId {} |
| MInt | pointType {} |
| MInt | cartSrfcId {} |
| std::vector< MInt > | edges |
| std::vector< MInt > | faceIds |
| std::set< MInt > | surfaceIdentificators |
Definition at line 262 of file geometryintersection.h.
|
inline |
Definition at line 274 of file geometryintersection.h.
|
inline |
Definition at line 275 of file geometryintersection.h.
| MInt GeometryIntersection< nDim_ >::polyVertex::cartSrfcId {} |
Definition at line 270 of file geometryintersection.h.
| std::array<MFloat, nDim> GeometryIntersection< nDim_ >::polyVertex::coordinates {} |
Definition at line 264 of file geometryintersection.h.
| std::vector<MInt> GeometryIntersection< nDim_ >::polyVertex::edges |
Definition at line 271 of file geometryintersection.h.
| std::vector<MInt> GeometryIntersection< nDim_ >::polyVertex::faceIds |
Definition at line 272 of file geometryintersection.h.
| MInt GeometryIntersection< nDim_ >::polyVertex::pointId {} |
Definition at line 265 of file geometryintersection.h.
| MInt GeometryIntersection< nDim_ >::polyVertex::pointType {} |
Definition at line 266 of file geometryintersection.h.
| std::set<MInt> GeometryIntersection< nDim_ >::polyVertex::surfaceIdentificators |
Definition at line 273 of file geometryintersection.h.