Public Methods |
| | AnsysFilterCore () |
| virtual | ~AnsysFilterCore () |
Protected Methods |
| virtual void | readD (const String &line, int &nbind, bool before_redim) |
| virtual void | readF (const String &line, int &nbind, bool before_redim) |
| virtual void | readSF (const String &line, int &nbind, bool before_redim) |
| virtual void | readBF (const String &line, int &nbind, bool before_redim) |
| virtual void | readBFE (const String &line, int &nbind, bool before_redim) |
| virtual void | readSFE (const String &line, int &nbind, bool before_redim)=0 |
Protected Attributes |
| AnsysElm2dpElm | pie |
| int | material_type |
| int | elm_type |
| VecSimple(String) | ansys_elm |
This class is the main class for the translation from ANSYS grid format to a finite element grid (GridFE).