XC Open source finite element analysis program
Public Types | Public Member Functions | Protected Member Functions | List of all members
XC::TransfCooLoader Class Reference

Manager for the creation/deletion of coordinate transformations. More...

#include <TransfCooLoader.h>

Inheritance diagram for XC::TransfCooLoader:
XC::Loader XC::MovableObject XC::DistributedBase

Public Types

typedef std::map< std::string, CrdTransf * > map_transfcoo
 
typedef map_transfcoo::const_iterator const_iterator
 
typedef map_transfcoo::iterator iterator
 

Public Member Functions

 TransfCooLoader (Preprocessor *owr)
 Constructor.
 
const map_transfcoo & Map (void) const
 Returns a reference to the coordinate transformation map (container).
 
LinearCrdTransf2dnewLinearCrdTransf2d (const std::string &)
 
LinearCrdTransf3dnewLinearCrdTransf3d (const std::string &)
 
PDeltaCrdTransf2dnewPDeltaCrdTransf2d (const std::string &)
 
PDeltaCrdTransf3dnewPDeltaCrdTransf3d (const std::string &)
 
CorotCrdTransf2dnewCorotCrdTransf2d (const std::string &)
 
CorotCrdTransf3dnewCorotCrdTransf3d (const std::string &)
 
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
 Returns an iterator to the transformation with the name being passed as parameter.
 
iterator find (const std::string &str)
 Returns an iterator to the transformation with the name being passed as parameter.
 
CrdTransffind_ptr (const std::string &str)
 Returns a pointer to the transformation with the name being passed as parameter (returns nullptr if not found).
 
CrdTransffind_ptr (const int &tag)
 Returns a pointer to the coordinate transformation with the tag being passed as parameter (null if not found).
 
const CrdTransffind_ptr (const int &tag) const
 Returns a pointer to the coordinate transformation with the tag being passed as parameter (null if not found).
 
std::string getName (const int &tag) const
 Returns the name that corresponds to the coordinate transformation tag being passed as parameter.
 
 ~TransfCooLoader (void)
 Destructor.
 
void clearAll (void)
 Deletes all members.
 
- Public Member Functions inherited from XC::Loader
 Loader (Preprocessor *owr)
 Default constructor.
 
DomaingetDomain (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.
 
- Public Member Functions inherited from XC::MovableObject
 MovableObject (int classTag, int dbTag)
 Constructor.
 
 MovableObject (int classTag)
 Constructor.
 
 MovableObject (const MovableObject &otro)
 Copy constructor.
 
MovableObjectoperator= (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 &param)
 
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 &)
 
- Public Member Functions inherited from XC::DistributedBase
 DistributedBase (void)
 Constructor.
 
virtual DbTagDatagetDbTagData (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.
 

Protected Member Functions

void libera (void)
 Frees memory.
 
 TransfCooLoader (const TransfCooLoader &otro)
 Copy constructor.
 
TransfCooLoaderoperator= (const TransfCooLoader &otro)
 Assignment operator.
 
- Protected Member Functions inherited from XC::Loader
void set_preprocessor (Preprocessor *preprocessor)
 Assigns the preprocessor.
 

Additional Inherited Members

- Protected Attributes inherited from XC::Loader
Preprocessorpreprocessor
 Pointer to preprocessor.
 

Detailed Description

Manager for the creation/deletion of coordinate transformations.


The documentation for this class was generated from the following files: