XC Open source finite element analysis program
Public Member Functions | List of all members
XC::MovableObject Class Referenceabstract

Object that can move between processes. More...

#include <MovableObject.h>

Inheritance diagram for XC::MovableObject:
XC::DistributedBase XC::MaterialVector< NDMaterial > XC::MaterialVector< SectionForceDeformation > XC::MaterialVector< UniaxialMaterial > XC::MovableContainer< std::deque< std::string > > XC::MovableContainer< std::vector< Vector > > XC::PhysicalProperties< NDMaterial > XC::PhysicalProperties< SectionForceDeformation > XC::PhysicalProperties< UniaxialMaterial > XC::AnalysisModel XC::BeamIntegration XC::BodyForces XC::ClosedTriangleMesh XC::ConstraintHandler XC::ConvergenceTest XC::CrdTransf XC::CrossSectionProperties2d XC::CyclicModel XC::DamageModel XC::DamageModelVector XC::DataOutputHandler XC::DeformationPlane XC::DOF_Numberer XC::DomainComponent XC::DomainDecompositionAnalysis XC::DqGroundMotions XC::DqUniaxialMaterial XC::EntMdlrBase XC::EnvelopeData XC::Fiber XC::FrictionModel XC::Graph XC::GraphNumberer XC::GroundMotion XC::Information XC::Integrator XC::IntegratorVectors XC::InternalParamsA XC::LineSearch XC::Loader XC::LoadLoaderMember XC::MapFields XC::MapSet XC::Material XC::MaterialVector< MAT > XC::MeshComponentContainer XC::MovableBJTensor XC::MovableContainer< C > XC::MovableID XC::MovableMap< T > XC::MovableMatrices XC::MovableMatrix XC::MovableVector XC::NodeLockers XC::NodePtrsWithIDs XC::NodeVectors XC::Parameter XC::PartitionedModelBuilder XC::PhysicalProperties< MAT > XC::Preprocessor XC::PseudoTimeTracker XC::RayleighDampingFactors XC::Recorder XC::ResponseQuantities XC::SectionMatrices XC::ShellCrdTransf3dBase XC::SolutionAlgorithm XC::Solver XC::SubdomainAnalysis XC::SystemOfEqn XC::T2Vector XC::TaggedObjectStorage XC::TimeSeries XC::TimeSeriesIntegrator XC::UniaxialHistoryVars XC::UniaxialStateVars XC::VectorSeccionesBarraPrismatica XC::Vertex XC::YieldSurface_BC XC::YS_Evolution

Public Member Functions

 MovableObject (int classTag, int dbTag)
 Constructor.
 
 MovableObject (int classTag)
 Constructor.
 
 MovableObject (const MovableObject &otro)
 Copy constructor.
 
MovableObjectoperator= (const MovableObject &otro)
 Operacdor asignación.
 
int getClassTag (void) const
 Returns the tag de la clase.
 
int getDbTag (void) const
 Returns the tag para la database.
 
int getDbTag (CommParameters &)
 Returns the tag para la database.
 
void setDbTag (int dbTag)
 Asigna el tag para la database.
 
void setDbTag (CommParameters &)
 Asigna, sólo si es preciso, el tag para la database.
 
virtual int sendSelf (CommParameters &)=0
 
virtual int recvSelf (const CommParameters &)=0
 
virtual int setParameter (const std::vector< std::string > &argv, Parameter &param)
 
virtual int updateParameter (int parameterID, Information &info)
 
virtual int activateParameter (int parameterID)
 
virtual int setVariable (const std::string &variable, Information &)
 Returns the identificador de la variable cuyo nombre being passed as parameter.
 
virtual int getVariable (const std::string &variable, Information &)
 
- Public Member Functions inherited from XC::DistributedBase
 DistributedBase (void)
 Constructor.
 
virtual DbTagDatagetDbTagData (void) const
 Returns a vector to store class dbTags.
 
const int & getDbTagDataPos (const int &i) const
 Returns the data at the i-th position.
 
void setDbTagDataPos (const int &i, const int &v)
 Sets the data at the i-th position.
 
void inicComm (const int &dataSize) const
 Initializes communication.
 

Detailed Description

Object that can move between processes.


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