|
| MaterialVector (const size_t &nMat, const MAT *matModel=nullptr) |
| Default constructor.
|
|
| MaterialVector (const MaterialVector< MAT > &) |
| Copy constructor.
|
|
MaterialVector< MAT > & | operator= (const MaterialVector< MAT > &) |
| Assignment operator.
|
|
void | setMaterial (const MAT *) |
|
void | setMaterial (size_t i, MAT *) |
|
void | setMaterial (const MAT *, const std::string &tipo) |
|
bool | empty (void) const |
| Returns true ifno se ha asignado material.
|
|
int | commitState (void) |
| Commits materials state (normally after convergence).
|
|
int | revertToLastCommit (void) |
| Returns materials to its last commited state.
|
|
int | revertToStart (void) |
| Return materials to its initial state.
|
|
void | setInitialGeneralizedStrains (const std::vector< Vector > &) |
| Assigns initial values to materials initial strains.
|
|
void | addInitialGeneralizedStrains (const std::vector< Vector > &) |
| Adds to the materials initial strains the values being passed as parameters.
|
|
void | zeroInitialGeneralizedStrains (void) |
| Initialize initial strains.
|
|
size_t | getGeneralizedStressSize (void) const |
| Returns the size of stress vector.
|
|
size_t | getGeneralizedStrainSize (void) const |
| Returns the size of generalized strains vector.
|
|
m_double | getGeneralizedStresses (void) const |
| Returns generalized stress values on each integration point.
|
|
m_double | getGeneralizedStrains (void) const |
| Returns generalized strain values on each integration point.
|
|
const Vector & | getMeanGeneralizedStress (void) const |
| Returns average generalized stress values on element. In a future we can enhance this by providing an extrapolation of results in gauss points as described in 28.4 IFEM chapter 28.
|
|
const Vector & | getMeanGeneralizedStrain (void) const |
| Returns average generalized strain values on element.In a future we can enhance this by providing an extrapolation of results in gauss points as described in 28.4 IFEM chapter 28.
|
|
double | getMeanGeneralizedStrain (const int &defID) const |
| Returns the defID component of the average strain vector. More...
|
|
double | getMeanGeneralizedStress (const int &defID) const |
| Returns the defID component of the average generalized stress vector. More...
|
|
double | getMeanGeneralizedStrainByName (const std::string &) const |
| Returns the component of the average strain vector which has the code being passed as parameter. More...
|
|
double | getMeanGeneralizedStressByName (const std::string &) const |
| Returns the component of the average generalized stress vector which corresponds to the code being passed as parameter. More...
|
|
m_double | getGeneralizedStrain (const int &defID) const |
| Returns the defID component of generalized strain vector on each integration point. More...
|
|
m_double | getGeneralizedStress (const int &defID) const |
| Returns the defID component of generalized stress vector on each integration point. More...
|
|
int | sendSelf (CommParameters &) |
| Sends object through the channel being passed as parameter.
|
|
int | recvSelf (const CommParameters &) |
| Receives object through the channel being passed as parameter.
|
|
| MovableObject (int classTag, int dbTag) |
| Constructor.
|
|
| MovableObject (int classTag) |
| Constructor.
|
|
| MovableObject (const MovableObject &otro) |
| Copy constructor.
|
|
MovableObject & | operator= (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 | setParameter (const std::vector< std::string > &argv, Parameter ¶m) |
|
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 &) |
|
| 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.
|
|
template<class MAT>
class XC::MaterialVector< MAT >
Material pointer container. It's used by elements to store materials for each integration point.