MAIA bb96820c
Multiphysics at AIA
|
Public Member Functions | |
surfBase ()=default | |
surfBase (MInt _bodyId) | |
Public Attributes | |
MInt | bodyId = -1 |
MFloat | area = 0.0 |
std::array< MFloat, nDim > | normal {} |
std::array< MFloat, nDim > | center {} |
Definition at line 252 of file geometryintersection.h.
|
default |
|
inlineexplicit |
Definition at line 259 of file geometryintersection.h.
MFloat GeometryIntersection< nDim_ >::surfBase::area = 0.0 |
Definition at line 255 of file geometryintersection.h.
MInt GeometryIntersection< nDim_ >::surfBase::bodyId = -1 |
Definition at line 254 of file geometryintersection.h.
std::array<MFloat, nDim> GeometryIntersection< nDim_ >::surfBase::center {} |
Definition at line 257 of file geometryintersection.h.
std::array<MFloat, nDim> GeometryIntersection< nDim_ >::surfBase::normal {} |
Definition at line 256 of file geometryintersection.h.