◆ createIZoneFieldData()
virtual IZoneFieldData* zone::IModuleZone::createIZoneFieldData |
( |
QObject * |
obj | ) |
const |
|
pure virtual |
Creates an IZoneFieldData object, and returns a pointer to it.
The returned object must be destroyed by the caller. This object can be used to interpolate field (gp or zone) data anywhere in the model.
◆ createIZoneInterpolate()
virtual IZoneInterpolate* zone::IModuleZone::createIZoneInterpolate |
( |
QObject * |
obj | ) |
const |
|
pure virtual |
Creates an IZoneInterpolate object, and returns a pointer to it.
The returned object must be destroyed by the caller. This object can be used to interpolate zone-based data anywhere in the model.
◆ doUpdate()
virtual void zone::IModuleZone::doUpdate |
( |
| ) |
|
|
pure virtual |
Forces an immediate large-strain update.
This reinitializes FLAC3D data structures, as if preparing for cycling.
It may be necessary to call this function if geometry or stiffness changes have invalidated the current state.
The documentation for this class was generated from the following file: