|
MBDyn-1.7.3
|
#include <dofown.h>

Public Types | |
| enum | Type { UNKNOWN = -1, STRUCTURALNODE = 0, ELECTRICNODE, THERMALNODE, ABSTRACTNODE, HYDRAULICNODE, JOINT, PLATE, GENEL, INDUCEDVELOCITY, AERODYNAMIC, AEROMODAL, ELECTRICBULK, ELECTRIC, THERMAL, HYDRAULIC, LOADABLE, LASTDOFTYPE } |
Public Member Functions | |
| doublereal | dGetScale (void) const |
| void | SetScale (const doublereal &d) |
Public Attributes | |
| integer | iFirstIndex |
| unsigned int | iNumDofs |
| doublereal | dScale |
| enum DofOwner::Type |
Definition at line 71 of file dofown.h.
| doublereal DofOwner::dGetScale | ( | void | ) | const |
Definition at line 38 of file dofown.cc.
References dScale.
Referenced by StructDispNode::Restart(), and StructNode::Restart().
| void DofOwner::SetScale | ( | const doublereal & | d | ) |
Definition at line 44 of file dofown.cc.
References dScale.
Referenced by DataManager::ReadNodes(), and ReadStructNode().
| doublereal DofOwner::dScale |
Definition at line 96 of file dofown.h.
Referenced by dGetScale(), and SetScale().
| integer DofOwner::iFirstIndex |
Definition at line 94 of file dofown.h.
Referenced by DataManager::DofManager(), DataManager::IDDofInit(), DofOwnerOwner::iGetFirstIndex(), and DataManager::InitialJointAssembly().
| unsigned int DofOwner::iNumDofs |
Definition at line 95 of file dofown.h.
Referenced by DataManager::DofManager(), DataManager::DofOwnerSet(), DataManager::IDDofInit(), DataManager::IDDofOwnerSet(), and DataManager::InitialJointAssembly().