|
FEBio
1.5.0
|
#include <FEBioImport.h>
Data Structures | |
| class | DuplicateMaterialSection |
| class | FailedCreatingDomain |
| class | FailedLoadingPlugin |
| class | InvalidDomainType |
| class | InvalidElementType |
| class | InvalidMaterial |
| class | InvalidVersion |
Public Types | |
| enum | { ET_HEX8, ET_PENTA6, ET_TET4, ET_UT4, ET_TETG1, ET_QUAD4, ET_TRI3, ET_TRUSS2 } |
| enum | { EC_STRUCT, EC_RIGID, EC_PORO, EC_HEAT } |
Public Member Functions | |
| bool | Load (FEM &fem, const char *szfile) |
| FEM * | GetFEM () |
| FEAnalysis * | GetStep () |
| int | Version () |
| bool | ReadParameter (XMLTag &tag, FEParameterList &pl) |
| This function parese a parameter list. | |
Data Fields | |
| FEM * | m_pfem |
| pointer to the fem class | |
| FEAnalysis * | m_pStep |
| pointer to current analysis step | |
| int | m_ntet4 |
| int | m_nut4 |
| int | m_nsteps |
| int | m_nmat |
| int | m_maxid |
| bool | m_b3field |
| int | m_nhex8 |
Protected Member Functions | |
| void | ParseVersion (XMLTag &tag) |
| This function parses the febio_spec tag for the version number. | |
Protected Attributes | |
| XMLReader | m_xml |
| the actual reader | |
| int | m_nversion |
Implements a class to import FEBio input files
1.7.5.1