|
MAIA bb96820c
Multiphysics at AIA
|
#include <geometryroot.h>
Public Member Functions | |
| SolverAnalyticBoxSurface (const MFloat *const bbox) | |
| MBool | getCellIntersectingElements (const MFloat *const cell_coords, const MFloat cellHalfLength, MBool *const cutInfo) |
| MInt | countLineIntersectingElements (const MFloat *const line) |
| void | boundingBox (MFloat *const bbox) |
| MInt | noSegments () |
Public Member Functions inherited from SolverSurface | |
| SolverSurface () | |
| virtual MBool | getCellIntersectingElements (const MFloat *const, const MFloat, MBool *const) |
| virtual MInt | countLineIntersectingElements (const MFloat *const) |
| virtual void | boundingBox (MFloat *const) |
| virtual MInt | noSegments () |
| virtual void | setGeometryPointer (Geometry< 2 > *&) |
| virtual void | setGeometryPointer (Geometry< 3 > *&) |
Private Attributes | |
| MFloat | m_bbox [2 *nDim] |
Definition at line 58 of file geometryroot.h.
| SolverAnalyticBoxSurface< nDim >::SolverAnalyticBoxSurface | ( | const MFloat *const | bbox | ) |
Definition at line 86 of file geometryroot.cpp.
|
virtual |
Reimplemented from SolverSurface.
Definition at line 100 of file geometryroot.cpp.
|
virtual |
Reimplemented from SolverSurface.
Definition at line 127 of file geometryroot.cpp.
|
virtual |
Reimplemented from SolverSurface.
Definition at line 108 of file geometryroot.cpp.
|
virtual |
Reimplemented from SolverSurface.
Definition at line 95 of file geometryroot.cpp.
|
private |
Definition at line 68 of file geometryroot.h.