|
FEBio
1.5.0
|
#include <FEDiagnostic.h>
Public Member Functions | |
| FEDiagnostic (FEM &fem) | |
| constructor | |
| virtual | ~FEDiagnostic () |
| destructor | |
| virtual bool | Init () |
| initialization | |
| virtual bool | Run ()=0 |
| run the diagnostic. Returns true on pass, false on failure | |
| virtual bool | ParseSection (XMLTag &tag) |
| load data from file | |
Data Fields | |
| FEM & | m_fem |
| the FEM object the diagnostic is performed on | |
The FEDiagnostic class is a base class that can be used to create diagnostic classes to test FEBio's performance.
1.7.5.1