|
| BeamIntegratorLoader (Preprocessor *owr) |
| Default constructor.
|
|
const map_beam_integrators & | Map (void) const |
| Returns a reference to the beam integrator container.
|
|
const_iterator | begin (void) const |
| Returns an iterator which points to principio de la lista.
|
|
const_iterator | end (void) const |
| Returns an iterator apuntando después del final de la lista.
|
|
iterator | begin (void) |
| Returns an iterator which points to principio de la lista.
|
|
iterator | end (void) |
| Returns an iterator apuntando después del final de la lista.
|
|
const_iterator | find (const std::string &str) const |
| Si encuentra el BeamIntegrator cuyo nombre se pasa as parameter returns an iterator which points to mismo.
|
|
iterator | find (const std::string &str) |
| Si encuentra el BeamIntegrator cuyo nombre se pasa as parameter returns an iterator which points to mismo.
|
|
BeamIntegration * | find_ptr (const std::string &str) |
| Si encuentra el BeamIntegrator cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.
|
|
const BeamIntegration * | find_ptr (const std::string &nmb) const |
| Si encuentra el BeamIntegrator cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.
|
|
size_t | size (void) const |
|
bool | exists (const std::string &nmb) const |
| True if integrator named nmb exists.
|
|
BeamIntegration * | newBI (const std::string &, const std::string &) |
| Defines a new beam integrator scheme.
|
|
BeamIntegration & | get (const std::string &) |
| Returns a reference to the material named as in the parameter.
|
|
void | clearAll (void) |
|
| Loader (Preprocessor *owr) |
| Default constructor.
|
|
Domain * | getDomain (void) const |
| Returns the domain.
|
|
virtual int | sendSelf (CommParameters &) |
| Sends object through the channel being passed as parameter.
|
|
virtual 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.
|
|
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.
|
|
Beam integrators handler.