xc
|
Beam integrators handler. More...
#include <BeamIntegratorHandler.h>
Public Types | |
typedef std::map< std::string, BeamIntegration * > | map_beam_integrators |
typedef map_beam_integrators::const_iterator | const_iterator |
typedef map_beam_integrators::iterator | iterator |
Public Member Functions | |
BeamIntegratorHandler (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. More... | |
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. More... | |
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 framework. | |
BeamIntegration & | get (const std::string &) |
Returns a reference to the material named as in the parameter. | |
void | clearAll (void) |
![]() | |
PrepHandler (Preprocessor *owr) | |
Default constructor. | |
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. | |
![]() | |
PreprocessorContainer (Preprocessor *owr) | |
Default constructor. | |
const Domain * | getDomain (void) const |
Returns the domain. | |
Domain * | getDomain (void) |
Returns the domain. | |
Preprocessor * | getPreprocessor (void) |
Returns a pointer to the object preprocessor. | |
const Preprocessor * | getPreprocessor (void) const |
Returns a pointer to the object preprocessor. | |
void | checkPreprocessor (void) |
![]() | |
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. | |
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. | |
Friends | |
class | ElementHandler |
Beam integrators handler.
XC::BeamIntegration * XC::BeamIntegratorHandler::find_ptr | ( | const std::string & | nmb | ) |
Si encuentra el BeamIntegrator cuyo nombre se pasa as parameter returns a pointer al mismo, otherwise it returns nullptr.
const XC::BeamIntegration * XC::BeamIntegratorHandler::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.