Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
TransformationDOF_Group Class Reference#include <TransformationDOF_Group.h>
Inheritance diagram for TransformationDOF_Group::
List of all members.
Detailed Description
TransformationDOF\_Group is a subclass of DOF\_Group. This object stores the transformation matrix
used by the TransformationFE objects when a node has been constrained with an MP or SP\_Constraint.
Definition at line 58 of file TransformationDOF_Group.h.
Constructor & Destructor Documentation
TransformationDOF_Group::TransformationDOF_Group (
|
int tag,
|
|
Node * myNode,
|
|
MP_Constraint * mp )
|
|
TransformationDOF_Group::TransformationDOF_Group (
|
int tag,
|
|
Node * myNode )
|
|
TransformationDOF_Group::~TransformationDOF_Group (
|
)
|
|
Member Function Documentation
void TransformationDOF_Group::addM_Force (
|
const Vector & Udotdot,
|
|
double fact = 1.0 ) [virtual]
|
|
int TransformationDOF_Group::addSP_Constraint (
|
SP_Constraint & theSP )
|
|
int TransformationDOF_Group::doneID (
|
void )
|
|
int TransformationDOF_Group::enforceSPs (
|
void )
|
|
const Vector & TransformationDOF_Group::getCommittedAccel (
|
void ) [virtual]
|
|
const Vector & TransformationDOF_Group::getCommittedDisp (
|
void ) [virtual]
|
|
const Vector & TransformationDOF_Group::getCommittedVel (
|
void ) [virtual]
|
|
const ID & TransformationDOF_Group::getID (
|
void ) const [virtual]
|
|
int TransformationDOF_Group::getNumConstrainedDOF (
|
void ) const [virtual]
|
|
int TransformationDOF_Group::getNumDOF (
|
void ) const [virtual]
|
|
int TransformationDOF_Group::getNumFreeDOF (
|
void ) const [virtual]
|
|
Matrix * TransformationDOF_Group::getT (
|
void ) [virtual]
|
|
const Matrix & TransformationDOF_Group::getTangent (
|
Integrator * theIntegrator ) [virtual]
|
|
const Vector & TransformationDOF_Group::getUnbalance (
|
Integrator * theIntegrator ) [virtual]
|
|
void TransformationDOF_Group::incrNodeAccel (
|
const Vector & udotdot ) [virtual]
|
|
void TransformationDOF_Group::incrNodeDisp (
|
const Vector & u ) [virtual]
|
|
void TransformationDOF_Group::incrNodeVel (
|
const Vector & udot ) [virtual]
|
|
void TransformationDOF_Group::setEigenvector (
|
int mode,
|
|
const Vector & eigenvalue ) [virtual]
|
|
void TransformationDOF_Group::setID (
|
int dof,
|
|
int value ) [virtual]
|
|
void TransformationDOF_Group::setNodeAccel (
|
const Vector & udotdot ) [virtual]
|
|
void TransformationDOF_Group::setNodeDisp (
|
const Vector & u ) [virtual]
|
|
void TransformationDOF_Group::setNodeVel (
|
const Vector & udot ) [virtual]
|
|
The documentation for this class was generated from the following files:
|