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

MultiSupportPattern Class Reference

#include <MultiSupportPattern.h>

Inheritance diagram for MultiSupportPattern::

LoadPattern DomainComponent TaggedObject MovableObject List of all members.

Public Methods

 MultiSupportPattern (int tag, int classTag)
 MultiSupportPattern (int tag)
virtual ~MultiSupportPattern ()
virtual void applyLoad (double time)
 methods to apply loads. More...

virtual bool addNodalLoad (NodalLoad *)
virtual bool addElementalLoad (ElementalLoad *)
virtual int sendSelf (int commitTag, Channel &theChannel)
 methods for o/p. More...

virtual int recvSelf (int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker)
virtual void Print (ostream &s, int flag=0)
virtual LoadPatterngetCopy (void)
 method to obtain a blank copy of the LoadPattern. More...

int addMotion (GroundMotion &theMotion, int tag)
GroundMotion* getMotion (int tag)

Constructor & Destructor Documentation

MultiSupportPattern::MultiSupportPattern ( int tag,
int classTag )
 

Definition at line 41 of file MultiSupportPattern.cpp.

Referenced by getCopy().

MultiSupportPattern::MultiSupportPattern ( int tag )
 

Definition at line 49 of file MultiSupportPattern.cpp.

MultiSupportPattern::~MultiSupportPattern ( ) [virtual]
 

Definition at line 57 of file MultiSupportPattern.cpp.


Member Function Documentation

void MultiSupportPattern::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 LoadPattern.

Definition at line 160 of file MultiSupportPattern.cpp.

bool MultiSupportPattern::addElementalLoad ( ElementalLoad * load ) [virtual]
 

Adds the ElementalLoad pointed to by {theLoad} to the LoadPattern. If the LoadPattern could add the pointer to its storage object for elemental loads, it will invoke {setDomain()} and {setLoadPattern()} on the load object if a Domain has been set.

Reimplemented from LoadPattern.

Definition at line 138 of file MultiSupportPattern.cpp.

int MultiSupportPattern::addMotion ( GroundMotion & theMotion,
int tag )
 

Definition at line 81 of file MultiSupportPattern.cpp.

bool MultiSupportPattern::addNodalLoad ( NodalLoad * load ) [virtual]
 

Adds the NodalLoad object pointed to by {theLoad} to the LoadPattern. If the LoadPattern could add the pointer to its storage object for nodal loads, it will invoke {setDomain()} and {setLoadPattern()} on the load object if a Domain has been set.

Reimplemented from LoadPattern.

Definition at line 131 of file MultiSupportPattern.cpp.

void MultiSupportPattern::applyLoad ( double time ) [virtual]
 

methods to apply loads.

Reimplemented from LoadPattern.

Definition at line 71 of file MultiSupportPattern.cpp.

LoadPattern * MultiSupportPattern::getCopy ( void ) [virtual]
 

method to obtain a blank copy of the LoadPattern.

Reimplemented from LoadPattern.

Definition at line 170 of file MultiSupportPattern.cpp.

GroundMotion * MultiSupportPattern::getMotion ( int tag )
 

Definition at line 119 of file MultiSupportPattern.cpp.

int MultiSupportPattern::recvSelf ( int commitTag,
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 LoadPattern.

Definition at line 153 of file MultiSupportPattern.cpp.

int MultiSupportPattern::sendSelf ( int commitTag,
Channel & theChannel ) [virtual]
 

methods for o/p.

Reimplemented from LoadPattern.

Definition at line 147 of file MultiSupportPattern.cpp.


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