Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PDeltaCrdTransf3d Class Reference

#include <PDeltaCrdTransf3d.h>

Inheritance diagram for PDeltaCrdTransf3d::

CrdTransf3d CrdTransf TaggedObject MovableObject List of all members.

Public Methods

 PDeltaCrdTransf3d (int tag, const Vector &vecInLocXZPlane)
 PDeltaCrdTransf3d (int tag, const Vector &vecInLocXZPlane, const Vector &rigJntOffsetI, const Vector &rigJntOffsetJ)
 PDeltaCrdTransf3d ()
 ~PDeltaCrdTransf3d ()
int initialize (Node *node1Pointer, Node *node2Pointer)
int update (void)
double getInitialLength (void)
double getDeformedLength (void)
int commitState (void)
int revertToLastCommit (void)
int revertToStart (void)
const VectorgetBasicTrialDisp (void)
const VectorgetBasicIncrDisp (void)
const VectorgetBasicIncrDeltaDisp (void)
const VectorgetGlobalResistingForce (const Vector &basicForce, const Vector &uniformLoad)
const MatrixgetGlobalStiffMatrix (const Matrix &basicStiff, const Vector &basicForce)
CrdTransf3dgetCopy (void)
int sendSelf (int cTag, Channel &theChannel)
int recvSelf (int cTag, Channel &theChannel, FEM_ObjectBroker &theBroker)
void Print (ostream &s, int flag=0)
const VectorgetPointGlobalCoordFromLocal (const Vector &localCoords)
 functions used in post-processing only. More...

const VectorgetPointGlobalDisplFromBasic (double xi, const Vector &basicDisps)

Constructor & Destructor Documentation

PDeltaCrdTransf3d::PDeltaCrdTransf3d ( int tag,
const Vector & vecInLocXZPlane )
 

Definition at line 48 of file PDeltaCrdTransf3d.cpp.

PDeltaCrdTransf3d::PDeltaCrdTransf3d ( int tag,
const Vector & vecInLocXZPlane,
const Vector & rigJntOffsetI,
const Vector & rigJntOffsetJ )
 

Definition at line 62 of file PDeltaCrdTransf3d.cpp.

PDeltaCrdTransf3d::PDeltaCrdTransf3d ( )
 

Definition at line 104 of file PDeltaCrdTransf3d.cpp.

Referenced by getCopy().

PDeltaCrdTransf3d::~PDeltaCrdTransf3d ( )
 

Definition at line 116 of file PDeltaCrdTransf3d.cpp.


Member Function Documentation

void PDeltaCrdTransf3d::Print ( ostream & s,
int flag = 0 ) [virtual]
 

A pure virtual function. The component is to output itself to the output stream {s}. The integer {flag} can be used to select just what should be output, by default is passed.

Reimplemented from TaggedObject.

Definition at line 952 of file PDeltaCrdTransf3d.cpp.

int PDeltaCrdTransf3d::commitState ( void ) [virtual]
 

Reimplemented from CrdTransf.

Definition at line 126 of file PDeltaCrdTransf3d.cpp.

const Vector & PDeltaCrdTransf3d::getBasicIncrDeltaDisp ( void ) [virtual]
 

Reimplemented from CrdTransf.

Definition at line 461 of file PDeltaCrdTransf3d.cpp.

const Vector & PDeltaCrdTransf3d::getBasicIncrDisp ( void ) [virtual]
 

Reimplemented from CrdTransf.

Definition at line 391 of file PDeltaCrdTransf3d.cpp.

const Vector & PDeltaCrdTransf3d::getBasicTrialDisp ( void ) [virtual]
 

Reimplemented from CrdTransf.

Definition at line 321 of file PDeltaCrdTransf3d.cpp.

CrdTransf3d * PDeltaCrdTransf3d::getCopy ( void ) [virtual]
 

Reimplemented from CrdTransf3d.

Definition at line 777 of file PDeltaCrdTransf3d.cpp.

double PDeltaCrdTransf3d::getDeformedLength ( void ) [virtual]
 

Reimplemented from CrdTransf.

Definition at line 314 of file PDeltaCrdTransf3d.cpp.

const Vector & PDeltaCrdTransf3d::getGlobalResistingForce ( const Vector & basicForce,
const Vector & uniformLoad ) [virtual]
 

Reimplemented from CrdTransf.

Definition at line 531 of file PDeltaCrdTransf3d.cpp.

const Matrix & PDeltaCrdTransf3d::getGlobalStiffMatrix ( const Matrix & basicStiff,
const Vector & basicForce ) [virtual]
 

Reimplemented from CrdTransf.

Definition at line 613 of file PDeltaCrdTransf3d.cpp.

double PDeltaCrdTransf3d::getInitialLength ( void ) [virtual]
 

Reimplemented from CrdTransf.

Definition at line 307 of file PDeltaCrdTransf3d.cpp.

const Vector & PDeltaCrdTransf3d::getPointGlobalCoordFromLocal ( const Vector & localCoords ) [virtual]
 

functions used in post-processing only.

Reimplemented from CrdTransf.

Definition at line 863 of file PDeltaCrdTransf3d.cpp.

const Vector & PDeltaCrdTransf3d::getPointGlobalDisplFromBasic ( double xi,
const Vector & basicDisps ) [virtual]
 

Reimplemented from CrdTransf.

Definition at line 887 of file PDeltaCrdTransf3d.cpp.

int PDeltaCrdTransf3d::initialize ( Node * node1Pointer,
Node * node2Pointer ) [virtual]
 

Reimplemented from CrdTransf.

Definition at line 147 of file PDeltaCrdTransf3d.cpp.

int PDeltaCrdTransf3d::recvSelf ( int cTag,
Channel & theChannel,
FEM_ObjectBroker & theBroker ) [virtual]
 

This is a pure virtual method, one must be written for each instantiable subclass of MovableObject. Each object has to receive the data needed to be able to recreate itself in the new process after it has been sent through {theChannel}. If the object is an aggregation containing other objects, new objects of the correct type can be constructed using {theBroker}. To return if successful or a if not.

Reimplemented from MovableObject.

Definition at line 842 of file PDeltaCrdTransf3d.cpp.

int PDeltaCrdTransf3d::revertToLastCommit ( void ) [virtual]
 

Reimplemented from CrdTransf.

Definition at line 133 of file PDeltaCrdTransf3d.cpp.

int PDeltaCrdTransf3d::revertToStart ( void ) [virtual]
 

Reimplemented from CrdTransf.

Definition at line 140 of file PDeltaCrdTransf3d.cpp.

int PDeltaCrdTransf3d::sendSelf ( int cTag,
Channel & theChannel ) [virtual]
 

This is a pure virtual method, one must be written for each instantiable subclass of MovableObject. Each object has to send the data needed to be able to reproduce that object in a remote process. The object uses the methods provided by {theChannel} object to send the data to another channel at the remote actor, the address of the channel is set before this method is called. An object of similar type at the remote actor is invoked with a {receiveSelf()} to receive the data. Returns if successful (successful in that the data got to the channel), or a if no data was sent.

Reimplemented from MovableObject.

Definition at line 820 of file PDeltaCrdTransf3d.cpp.

int PDeltaCrdTransf3d::update ( void ) [virtual]
 

Reimplemented from CrdTransf.

Definition at line 174 of file PDeltaCrdTransf3d.cpp.


The documentation for this class was generated from the following files:
Copyright Contact Us