|
|
| ShellCrdTransf3dBase (void) |
| | Default constructor.
|
| |
|
| ShellCrdTransf3dBase (const Vector &, const Vector &, const Vector &) |
| | Default constructor.
|
| |
|
virtual ShellCrdTransf3dBase * | getCopy (void) const =0 |
| |
|
void | setUnitVectors (const Vector &, const Vector &, const Vector &) |
| | Assigns the unit vectors of the transformation.
|
| |
|
void | setUnitVectors (const Vector3d &, const Vector3d &, const Vector3d &) |
| | Assigns the unit vectors of the transformation.
|
| |
|
void | setUnitVectors (const Vector &, const Vector &) |
| | Assigns the unit vectors of the transformation.
|
| |
|
void | setUnitVectors (const Vector3d &, const Vector3d &) |
| | Assigns the unit vectors of the transformation.
|
| |
| Matrix | getTrfMatrix (void) const |
| | Returns the transformation matrix. More...
|
| |
|
const Vector & | G1 (void) const |
| | Returns the first local axis (contained in the plane of the element)
|
| |
|
const Vector & | G2 (void) const |
| | Returns the second local axis (contained in the plane of the element)
|
| |
|
const Vector & | G3 (void) const |
| | Returns the third local axis (normal to the plane of the element)
|
| |
|
const Vector & | getVPosCentroide (void) const |
| | Returns the element centroid.
|
| |
|
Plane | getPlane (void) const |
| | Returns element's plane.
|
| |
|
Pos3d | getProj (const Pos3d &) |
| | Returns point's projection over element's plane.
|
| |
|
virtual int | initialize (const NodePtrs &)=0 |
| |
|
virtual int | setup_nodal_local_coordinates (void) const |
| | Update local coordinates of the nodes.
|
| |
|
virtual int | update (void)=0 |
| |
|
virtual int | commitState (void)=0 |
| |
|
virtual int | revertToLastCommit (void)=0 |
| |
|
virtual int | revertToStart (void)=0 |
| |
|
virtual Vector | getBasicTrialDisp (const int &) const =0 |
| |
|
virtual Vector | getBasicTrialVel (const int &) const =0 |
| |
|
virtual Vector | getBasicTrialAccel (const int &) const =0 |
| |
| virtual void | getGlobalTangent (Matrix &stiff) const |
| | Return the tangent stiffness matrix expressed in the global coordinate sistem. More...
|
| |
| virtual void | getGlobalResidAndTangent (Vector &resid, Matrix &stiff) const |
| | Returns the residual vector and tangent stiffness matrix expressed in the global coordinate sistem. More...
|
| |
|
virtual const Vector & | getGlobalResistingForce (const Vector &p0) const |
| | Returns the load vector expressend in global coordinates.
|
| |
|
const Vector & | getVectorGlobalCoordFromLocal (const Vector &localCoords) const |
| | Returns the vector expressed in global coordinates.
|
| |
|
const Matrix & | getVectorGlobalCoordFromLocal (const Matrix &localCoords) const |
| | Returns the vectors expressed in global coordinates.
|
| |
|
const Vector & | getVectorLocalCoordFromGlobal (const Vector &globalCoords) const |
| | Returns the vector expresado en local coordinates.
|
| |
|
virtual Matrix | getLocalAxes (bool initialGeometry=true) const |
| | Returns a matrix with the axes of the element as matrix rows [[x1,y1,z1],[x2,y2,z2],...ยท].
|
| |
|
Ref2d3d | getLocalReference (bool initialGeometry=true) const |
| | Returns element's reference.
|
| |
|
Pos2d | getLocalCoordinates (const Pos3d &) const |
| | Returns point's local coordinates.
|
| |
| ParticlePos3d | getNaturalCoordinates (const Pos3d &, double xl[2][4]) const |
| | Return natural coordinates for point xyz (in cartesian coord.) based on $ 23.6 from Felippa book:"Introduction to Finite Element Methods" see IFEM.Ch23.pdf. More...
|
| |
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 |
| |
| | 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 | sendSelf (Communicator &comm)=0 |
| | Send the object. More...
|
| |
| virtual int | recvSelf (const Communicator &comm)=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 | ~DistributedBase (void) |
| | Destructor.
|
| |
|
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.
|
| |
Base class for 3D coordinate transformations.