|
| SolidMech2D (const size_t &nMat=0, const NDMaterial *ptr_mat=nullptr, const double &t=0.0, const double &r=0.0) |
| Constructor.
|
|
| SolidMech2D (const size_t &, NDMaterial &, const std::string &, const double &t=0.0, const double &r=0.0) |
| Constructor.
|
|
double | getThickness (void) const |
|
void | setThickness (const double &t) |
|
double | getRho (void) const |
|
void | setRho (const double &r) |
|
Vector | getRhoi (void) const |
| Returns densities for each position.
|
|
int | sendSelf (CommParameters &) |
| Sends object.
|
|
int | recvSelf (const CommParameters &) |
| Receives object.
|
|
| NDMaterialPhysicalProperties (const size_t &nMat=0, const NDMaterial *ptr_mat=nullptr) |
| Constructor.
|
|
| NDMaterialPhysicalProperties (const size_t &, NDMaterial &theMaterial, const std::string &type) |
| Constructor.
|
|
const Vector & | getCommittedStrain (const size_t &i) const |
|
const Vector & | getCommittedStress (const size_t &i) const |
|
Vector | getCommittedAvgStrain (void) const |
| Return the tensión media in the element.
|
|
Vector | getCommittedAvgStress (void) const |
| Return the tensión media in the element.
|
|
double | getCommittedAvgStrain (const size_t &iComp) const |
| Return the componente iComp de la average strain in the element.
|
|
double | getCommittedAvgStress (const size_t &iComp) const |
| Return the componente iComp de la tensión media in the element.
|
|
Matrix | getCommittedStrain (void) const |
| returns commited strains at each Gauss point.
|
|
Matrix | getCommittedStress (void) const |
| returns commited stresses at each Gauss point.
|
|
bool | haveRho (void) const |
|
Vector | getRhoi (const double &rhoDefault=0.0) const |
| Returns densities for each position.
|
|
| PhysicalProperties (const size_t &nMat=0, const NDMaterial *matModel=nullptr) |
|
void | setMaterial (const NDMaterial *) |
|
void | setMaterial (const NDMaterial *, const std::string &) |
|
void | setMaterial (size_t i, const NDMaterial *) |
|
int | commitState (void) |
|
int | revertToLastCommit (void) |
|
int | revertToStart (void) |
|
size_t | size (void) const |
|
material_vector & | getMaterialsVector (void) |
|
const material_vector & | getMaterialsVector (void) const |
|
std::set< std::string > | getMaterialNames (void) const |
|
boost::python::list | getMaterialNamesPy (void) const |
|
NDMaterial * | operator[] (const size_t &i) |
|
const NDMaterial * | operator[] (const size_t &i) const |
|
int | sendSelf (CommParameters &) |
| Sends object.
|
|
int | recvSelf (const CommParameters &) |
| Receives object.
|
|
virtual void | Print (std::ostream &s, int) |
| Sends object.
|
|
| 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 | 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.
|
|
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.
|
|
Physical properties for solid mechanics.