MAIA bb96820c
Multiphysics at AIA
|
#include <geometryroot.h>
Public Member Functions | |
SolverAnalyticSphereSurface (const MFloat *const c, const MFloat R) | |
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_center [nDim] |
MFloat | m_radius |
Definition at line 72 of file geometryroot.h.
SolverAnalyticSphereSurface< nDim >::SolverAnalyticSphereSurface | ( | const MFloat *const | c, |
const MFloat | R | ||
) |
Definition at line 146 of file geometryroot.cpp.
|
virtual |
Reimplemented from SolverSurface.
Definition at line 159 of file geometryroot.cpp.
|
virtual |
Reimplemented from SolverSurface.
Definition at line 186 of file geometryroot.cpp.
|
virtual |
Reimplemented from SolverSurface.
Definition at line 167 of file geometryroot.cpp.
|
virtual |
Reimplemented from SolverSurface.
Definition at line 154 of file geometryroot.cpp.
|
private |
Definition at line 82 of file geometryroot.h.
|
private |
Definition at line 83 of file geometryroot.h.