#include <AnsysOutFilterCore.h>
Inheritance diagram for AnsysOutFilterCore::

Public Methods | |
| AnsysOutFilterCore () | |
| virtual | ~AnsysOutFilterCore () |
Protected Methods | |
| void | readNumoffMAT (const String &line) |
| void | readET (const String &line) |
| void | readSFE (const String &line, int &nbind, bool before_redim) |
NAME: AnsysOutFilterCore - ANSYS out filter core
DESCRIPTION:
This class translate ANSYS grid to a finite element grid (GridFE).
|
|
The class has an empty constructor. |
|
|
|
|
|
read "ET": Defines a local element type from the element library. |
|
|
read "NUMOFF", "MAT": Adds a number of materials. |
|
|
read "SFE": Specifies surface loads on elements. Reimplemented from AnsysFilterCore. |