|
MAIA bb96820c
Multiphysics at AIA
|
Public Member Functions | |
| polyFace (MInt fId, MInt fType, MInt _bodyId) | |
Public Member Functions inherited from GeometryIntersection< nDim_ >::surfBase | |
| surfBase ()=default | |
| surfBase (MInt _bodyId) | |
Public Attributes | |
| std::vector< std::pair< MInt, MInt > > | edges |
| std::vector< MInt > | vertices |
| MInt | cutCell = -1 |
| MInt | faceId = -1 |
| MInt | faceType = -1 |
| MFloat | w = 0 |
| MInt | tmpSetIndex |
| MInt | isLine |
Public Attributes inherited from GeometryIntersection< nDim_ >::surfBase | |
| MInt | bodyId = -1 |
| MFloat | area = 0.0 |
| std::array< MFloat, nDim > | normal {} |
| std::array< MFloat, nDim > | center {} |
Private Member Functions | |
| polyFace () | |
Definition at line 301 of file geometryintersection.h.
|
inline |
Definition at line 315 of file geometryintersection.h.
|
inlineprivate |
Definition at line 319 of file geometryintersection.h.
| MInt GeometryIntersection< nDim_ >::polyFace::cutCell = -1 |
Definition at line 307 of file geometryintersection.h.
| std::vector<std::pair<MInt, MInt> > GeometryIntersection< nDim_ >::polyFace::edges |
Definition at line 303 of file geometryintersection.h.
| MInt GeometryIntersection< nDim_ >::polyFace::faceId = -1 |
Definition at line 308 of file geometryintersection.h.
| MInt GeometryIntersection< nDim_ >::polyFace::faceType = -1 |
Definition at line 309 of file geometryintersection.h.
| MInt GeometryIntersection< nDim_ >::polyFace::isLine |
Definition at line 314 of file geometryintersection.h.
| MInt GeometryIntersection< nDim_ >::polyFace::tmpSetIndex |
Definition at line 313 of file geometryintersection.h.
| std::vector<MInt> GeometryIntersection< nDim_ >::polyFace::vertices |
Definition at line 305 of file geometryintersection.h.
| MFloat GeometryIntersection< nDim_ >::polyFace::w = 0 |
Definition at line 310 of file geometryintersection.h.