|
| virtual | ~AnalysisModel (void) |
| | Destructor. More...
|
| |
|
virtual DOF_Group * | createDOF_Group (const int &, Node *) |
| |
| virtual LagrangeDOF_Group * | createLagrangeDOF_Group (const int &, SFreedom_Constraint *) |
| | Appends to the model the Lagrange DOFs for the single freedom constraint being passed as parameter. More...
|
| |
| virtual LagrangeDOF_Group * | createLagrangeDOF_Group (const int &, MFreedom_Constraint *) |
| | Appends to the model the Lagrange DOFs for the multi-freedom constraint being passed as parameter. More...
|
| |
| virtual LagrangeDOF_Group * | createLagrangeDOF_Group (const int &, MRMFreedom_Constraint *) |
| | Appends to the model the Lagrange DOFs for the multi-freedom constraint being passed as parameter. More...
|
| |
|
virtual TransformationDOF_Group * | createTransformationDOF_Group (const int &, Node *, MFreedom_ConstraintBase *, TransformationConstraintHandler *) |
| |
|
virtual TransformationDOF_Group * | createTransformationDOF_Group (const int &, Node *, TransformationConstraintHandler *) |
| |
|
virtual FE_Element * | createFE_Element (const int &, Element *) |
| | Creates a FE_Element and appends it to the model.
|
| |
|
virtual LagrangeSFreedom_FE * | createLagrangeSFreedom_FE (const int &, SFreedom_Constraint &, DOF_Group &, const double &) |
| | Create an LagrangeSFreedom_FE object and append it to the model.
|
| |
| virtual LagrangeMFreedom_FE * | createLagrangeMFreedom_FE (const int &, MFreedom_Constraint &, DOF_Group &, const double &) |
| | Method to create a LagrangeMFreedom_FE object and append it to the model. More...
|
| |
| virtual LagrangeMRMFreedom_FE * | createLagrangeMRMFreedom_FE (const int &, MRMFreedom_Constraint &, DOF_Group &, const double &) |
| | Method to create a LagrangeMRMFreedom_FE object and append it to the model. More...
|
| |
| virtual PenaltySFreedom_FE * | createPenaltySFreedom_FE (const int &, SFreedom_Constraint &, const double &) |
| | Method to create a PenaltySFreedom_FE object and append it to the model. More...
|
| |
|
virtual PenaltyMFreedom_FE * | createPenaltyMFreedom_FE (const int &, MFreedom_Constraint &, const double &) |
| | Create a PenaltyMFreedom_FE object and append it to the model.
|
| |
|
virtual PenaltyMRMFreedom_FE * | createPenaltyMRMFreedom_FE (const int &, MRMFreedom_Constraint &, const double &) |
| | Create a PenaltyMRMFreedom_FE object and append it to the model.
|
| |
|
virtual FE_Element * | createTransformationFE (const int &, Element *, const std::set< int > &, std::set< FE_Element *> &) |
| | Create a TransformationFE_Element object and append it to the model.
|
| |
| virtual void | clearAll (void) |
| | Clears from the model all FE_Element and DOF_Group objects. More...
|
| |
|
virtual int | getNumDOF_Groups (void) const |
| | Returns the umber of DOF_Group objects added to the model.
|
| |
| virtual DOF_Group * | getDOF_GroupPtr (int tag) |
| | Returns a pointer to the DEF group with the tag beign passed as parameter. More...
|
| |
| virtual const DOF_Group * | getDOF_GroupPtr (int tag) const |
| | Returns a pointer to the DOF group which the tag being passed as parameter. More...
|
| |
|
virtual FE_EleIter & | getFEs () |
| | Returns an {FE_EleIter} for the FE_Elements of the model.
|
| |
|
virtual DOF_GrpIter & | getDOFGroups () |
| |
|
virtual FE_EleConstIter & | getConstFEs () const |
| | Returns a {FE_EleConstIter} for the FE_Elements of the model.
|
| |
|
virtual DOF_GrpConstIter & | getConstDOFs () const |
| |
| virtual void | setNumEqn (int) |
| | Sets the value of the number of equations in the model. More...
|
| |
| virtual int | getNumEqn (void) const |
| | Returns the number of DOFs in the model which have been assigned an equation number. More...
|
| |
|
virtual Graph & | getDOFGraph (void) |
| |
| virtual Graph & | getDOFGroupGraph (void) |
| | Returns the connectivity of the DOF_Group objects in the model. More...
|
| |
| virtual const Graph & | getDOFGraph (void) const |
| | Returns the DOF connectivity graph for the individual dofs in the model. More...
|
| |
|
virtual const Graph & | getDOFGroupGraph (void) const |
| |
| virtual void | setResponse (const Vector &, const Vector &, const Vector &) |
| | Sets the values of the displacement, velocity and acceleration of the nodes. More...
|
| |
| virtual void | setDisp (const Vector &disp) |
| | Sets the values of the displacement of the nodes. More...
|
| |
| virtual void | setVel (const Vector &vel) |
| | Sets the values of the velocity of the nodes. More...
|
| |
| virtual void | setAccel (const Vector &vel) |
| | Sets the values of the acceleration of the nodes. More...
|
| |
| virtual void | incrDisp (const Vector &disp) |
| | Sets the values of the displacement increment of the nodes. More...
|
| |
| virtual void | incrVel (const Vector &vel) |
| | Sets the values of the velocity increment of the nodes. More...
|
| |
| virtual void | incrAccel (const Vector &vel) |
| | Sets the values of the acceleration increment of the nodes. More...
|
| |
|
virtual void | setNumEigenvectors (int numEigenvectors) |
| |
|
virtual void | setEigenvector (int mode, const Vector &) |
| |
|
virtual void | setEigenvalues (const Vector &) |
| | Informs the domain of the obtained eigenvalues.
|
| |
|
virtual void | setModalParticipationFactors (const Vector &) |
| | Informs the domain of the obtained modal participation factors.
|
| |
| virtual int | sendSelf (Communicator &) |
| | Returns \(0\). More...
|
| |
|
virtual int | recvSelf (const Communicator &) |
| | Returns \(0\).
|
| |
| Domain * | getDomainPtr (void) |
| | Returns a pointer to the associated Domain, that is the Domain set when the links were set. More...
|
| |
| const Domain * | getDomainPtr (void) const |
| | Returns a const pointer to the associated Domain, that is the Domain set when the links were set. More...
|
| |
|
ConstraintHandler * | getHandlerPtr (void) |
| |
|
const ConstraintHandler * | getHandlerPtr (void) const |
| |
| | 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 (Communicator &) |
| | Return the object identifier in the database.
|
| |
|
void | setDbTag (int dbTag) |
| | Sets the object identifier in the database.
|
| |
| void | setDbTag (Communicator &) |
| | Sets the object identifier in the database if not already set. 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 | ~DistributedBase (void) |
| | Destructor.
|
| |
|
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.
|
| |
Public Member Functions inherited from CommandEntity |
|
| CommandEntity (CommandEntity *owr=nullptr) |
| | Default constructor.
|
| |
|
CommandEntity * | Owner (void) |
| | Return a pointer to the object owner.
|
| |
|
const CommandEntity * | Owner (void) const |
| | Return un puntero al objeto propietario de ESTE.
|
| |
|
const StandardOutputWrapper & | getStandardOutputWrapper (void) const |
| | Return the regular output stream wrapper.
|
| |
|
StandardOutputWrapper & | getStandardOutputWrapper (void) |
| | Return the regular output stream wrapper.
|
| |
|
const std::string & | getLogFileName (void) const |
| | Returns log file name.
|
| |
|
void | setLogFileName (const std::string &) |
| | Sets log file name.
|
| |
|
const std::string & | getErrFileName (void) const |
| | Returns err file name.
|
| |
|
void | setErrFileName (const std::string &) |
| | Sets error file name.
|
| |
|
const std::string & | getOutputFileName (void) const |
| | Returns regular output file name.
|
| |
|
void | setOutputFileName (const std::string &) |
| | Sets regular output file name.
|
| |
|
boost::python::object | evalPy (boost::python::object dict, const std::string &) |
| | Return the Python object that results from evaluating the argument.
|
| |
|
boost::python::object | execPy (boost::python::object dict, const std::string &) |
| | Return the Python objects that results from executing the code in the string argument.
|
| |
|
boost::python::object | execFilePy (boost::python::object dict, const std::string &) |
| | Return the Python object that results from executing the code in the file.
|
| |
|
| EntityWithProperties (EntityWithProperties *owr=nullptr) |
| | Default constructor.
|
| |
|
void | clearPyProps (void) |
| | Clear python properties map.
|
| |
|
bool | hasPyProp (const std::string &) |
| | Returns true if property exists.
|
| |
|
boost::python::object | getPyProp (const std::string &str) |
| | Return the Python object with the name being passed as parameter.
|
| |
|
void | setPyProp (std::string str, boost::python::object val) |
| | Sets/appends a value tho the Python object's dictionary.
|
| |
|
void | copyPropsFrom (const EntityWithProperties &) |
| | Copy the properties from the argument.
|
| |
|
boost::python::list | getPropNames (void) const |
| | Return the names of the object properties weightings.
|
| |
|
const PythonDict & | getPropertiesDict (void) const |
| | Return a std::map container with the properties of the object.
|
| |
|
boost::python::dict | getPyDict (void) const |
| | Return a Python dictionary containing the object members values.
|
| |
|
void | setPyDict (const boost::python::dict &) |
| | Set the values of the object members from a Python dictionary.
|
| |
|
| EntityWithOwner (EntityWithOwner *owr=nullptr) |
| | Default constructor.
|
| |
|
| EntityWithOwner (const EntityWithOwner &) |
| | Copy constructor.
|
| |
|
EntityWithOwner & | operator= (const EntityWithOwner &) |
| | Assignment operator.
|
| |
|
virtual bool | operator== (const EntityWithOwner &) const |
| | Comparison operator.
|
| |
|
virtual | ~EntityWithOwner (void) |
| | Virtual destructor.
|
| |
|
virtual std::string | getClassName (void) const |
| | Returns demangled class name.
|
| |
|
void | set_owner (EntityWithOwner *owr) |
| | Assigns the owner of the object.
|
| |
|
EntityWithOwner * | Owner (void) |
| |
|
const EntityWithOwner * | Owner (void) const |
| |
Container for FE_Element and DOF_Group objects created by the constraint handler.
AnalysisModel is a container class. This class is responsible for holding and providing access to the FE_Element and DOF_Group objects that the ConstraintHandler creates. It is also responsible for updating the response quantities at the DOF_Groups and for triggering methods in the associated Domain. It provides operations for the following:
- Population: methods so that the ConstraintHandler can add the FE_Element and DOF_Group objects to the analysis model.
- Access: methods so that other classes in the analysis aggregation can access the components of the AnalysisModel.
- Connectivity: methods such that the SysOfEqn can determine the connectivity of the dof, which is needed for storage, sparsity, etc.
- Update: methods for updating the individual DOFs with the response quantities given by the AnalysisMethod.
- Trigger: methods which trigger events in the domain.
Each subclass of AnalysisModel must have its own subclasses of FE_ELEIter and DOF_GrpIter.