|
MAIA bb96820c
Multiphysics at AIA
|
#include <geometryroot.h>
Public Member Functions | |
| SolverSTLSurface (const MPI_Comm comm, const MInt solver) | |
| MBool | getCellIntersectingElements (const MFloat *const coords, const MFloat cellHalfLength, MBool *const cutInfo) |
| MInt | countLineIntersectingElements (const MFloat *const line) |
| void | boundingBox (MFloat *const bbox) |
| MInt | noSegments () |
| void | setGeometryPointer (Geometry< nDim > *&geometryPointer) |
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 | |
| Geometry< nDim > * | m_stlGeometry |
Definition at line 44 of file geometryroot.h.
| SolverSTLSurface< nDim >::SolverSTLSurface | ( | const MPI_Comm | comm, |
| const MInt | solver | ||
| ) |
Definition at line 27 of file geometryroot.cpp.
|
virtual |
Reimplemented from SolverSurface.
Definition at line 37 of file geometryroot.cpp.
|
virtual |
Reimplemented from SolverSurface.
Definition at line 68 of file geometryroot.cpp.
|
virtual |
Reimplemented from SolverSurface.
Definition at line 42 of file geometryroot.cpp.
|
virtual |
Reimplemented from SolverSurface.
Definition at line 32 of file geometryroot.cpp.
|
inline |
Definition at line 51 of file geometryroot.h.
|
private |
Definition at line 54 of file geometryroot.h.