xc
|
Base class for domain components (nodes, elements, constraints, loads,...). More...
#include <DomainComponent.h>
Public Member Functions | |
~DomainComponent (void) | |
Destructor. | |
size_t | getIdx (void) const |
Returns the index of the object (to be used in VTK arrays). | |
virtual void | setDomain (Domain *theDomain) |
Sets the pointer to the domain. More... | |
virtual Domain * | getDomain (void) const |
Returns a pointer to the enclosing domain. More... | |
const Preprocessor * | getPreprocessor (void) const |
Returns (if possible) a pointer to the preprocessor. | |
Preprocessor * | getPreprocessor (void) |
Return (if possible) a pointer to the preprocessor. | |
void | set_index (const size_t &i) |
Set the index for the object (see numera in Set). More... | |
![]() | |
TaggedObject (int tag, CommandEntity *owr=nullptr) | |
Constructor. More... | |
virtual TaggedObject * | getCopy (void) const |
Virtual constructor. | |
void | assignTag (int newTag) |
Set tag (to be called from Python interface). | |
int | getTag (void) const |
Returns the tag associated with the object. | |
virtual void | Print (std::ostream &, int flag=0) |
Print stuff. | |
![]() | |
MovableObject (int classTag, int dbTag) | |
Constructor. More... | |
MovableObject (int classTag) | |
Constructor. More... | |
MovableObject (const MovableObject &) | |
Copy constructor. Doesn't copy the dbTag. | |
MovableObject & | operator= (const MovableObject &) |
Assignment operator. Doesn't copy the dbTag. | |
int | getClassTag (void) const |
Return the class identifier. | |
int | getDbTag (void) const |
Return the object identifier in the database. | |
int | getDbTag (CommParameters &) |
Return the object identifier in the database. | |
void | setDbTag (int dbTag) |
Sets the object identifier in the database. | |
void | setDbTag (CommParameters &) |
Sets the object identifier in the database if not already set. More... | |
virtual int | sendSelf (CommParameters &cp)=0 |
Send the object. More... | |
virtual int | recvSelf (const CommParameters &cp)=0 |
Receive the object. More... | |
virtual int | setParameter (const std::vector< std::string > &argv, Parameter ¶m) |
Sets the value param to the parameter argv . | |
virtual int | updateParameter (int parameterID, Information &info) |
Updates the parameter identified by parameterID with info . | |
virtual int | activateParameter (int parameterID) |
Activates the parameter identified by parameterID . | |
virtual int | setVariable (const std::string &variable, Information &) |
Set the value of the variable idenfified by var . | |
virtual int | getVariable (const std::string &variable, Information &) |
Return the value of the variable idenfified by var . | |
![]() | |
DistributedBase (void) | |
Constructor. | |
virtual DbTagData & | getDbTagData (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. | |
Protected Member Functions | |
DomainComponent (int tag, int classTag) | |
Constructor. More... | |
int | sendData (CommParameters &) |
Send object members through the channel being passed as parameter. | |
int | recvData (const CommParameters &) |
Receive object members through the channel being passed as parameter. | |
![]() | |
void | setTag (int newTag) |
Set tag. More... | |
Base class for domain components (nodes, elements, constraints, loads,...).
Base class for the different components of a domain. Each object of these types is a component of an enclosing Domain object. The DomainComponent class provides methods to set and retrieve a pointer to the enclosing domain object.
|
protected |
Constructor.
Constructs a DomainComponent. The tag of a component is some unique means of identifying the component among like components, i.e. the tag of a node would be its unique node number. No domain is associated with the object.
tag | object identifier. |
classTag | class identifier. |
|
virtual |
Returns a pointer to the enclosing domain.
Returns a pointer to the Domain to which the component was added, or \(0\) if the setDomain() command was never called on the object.
void XC::DomainComponent::set_index | ( | const size_t & | i | ) |
|
virtual |
Sets the pointer to the domain.
Sets the encompassing domain of the component to that given by {theDomain}. This method is invoked by theDomain
when the component is being added to the domain, in an {addDomain..} invocation (see interface for Domain).
Reimplemented in XC::TwentyNodeBrick, XC::ZeroLengthContact3D, XC::EightNodeBrick, XC::Element, XC::ZeroLengthContact2D, XC::TwentyEightNodeBrickUP, XC::UpdatedLagrangianBeam2D, XC::ZeroLength, XC::fElement, XC::BeamColumnJoint3d, XC::BeamWithHinges2d, XC::BeamWithHinges3d, XC::TwentyNodeBrick_u_p_U, XC::EnhancedQuad, XC::Twenty_Node_Brick, XC::BeamColumnJoint2d, XC::ZeroLengthSection, XC::PBowlLoading, XC::LoadPattern, XC::TwentySevenNodeBrick, XC::NineNodeMixedQuad, XC::BrickUP, XC::ElasticBeam2d, XC::Brick, XC::NLBeamColumn2d, XC::TotalLagrangianFD20NodeBrick, XC::ElasticBeam3d, XC::EightNodeBrick_u_p_U, XC::LoadCombination, XC::Truss, XC::BbarBrick, XC::NineFourNodeQuadUP, XC::DispBeamColumn2d, XC::Tri31, XC::ConstantPressureVolumeQuad, XC::Joint3D, XC::NodalLoad, XC::Joint2D, XC::DispBeamColumn3d, XC::FourNodeQuadUP, XC::MFreedom_Joint3D, XC::beam2d02, XC::ForceBeamColumn3d, XC::FourNodeQuad, XC::NLBeamColumn3d, XC::ShellMITC4Base, XC::FlatSliderSimple2d, XC::Spring, XC::ForceBeamColumn2d, XC::UniformExcitation, XC::ShellNL, XC::TrussSection, XC::CorotTruss, XC::MFreedom_Joint, XC::beam2d03, XC::NewElement, XC::CorotTrussSection, XC::beam3d02, XC::SingleFPSimple2d, XC::SingleFPSimple3d, XC::NodeLocker, XC::FlatSliderSimple3d, XC::Constraint, XC::Element1D, XC::ImposedMotionBase, XC::ElementBodyLoad, XC::PlaneElement< NNODES, PhysProp >, XC::PlaneElement< 4, SolidMech2D >, XC::PlaneElement< 9, PhysProp >, XC::PlaneElement< 3, SolidMech2D >, XC::PlaneElement< 3, PhysProp >, XC::PlaneElement< 4, SectionFDPhysicalProperties >, XC::PlaneElement< 4, PhysProp >, XC::PlaneElement< 4, NDMaterialPhysicalProperties >, XC::PlaneElement< 9, SectionFDPhysicalProperties >, and XC::RigidBase.