32 #include "xc_utils/src/nucleo/EntConNmb.h" 33 #include "xc_basic/src/texto/LabelContainer.h" 34 #include "utility/actor/actor/MovableObject.h" int recvData(const CommParameters &)
Receive members through the channel being passed as parameter.
Definition: EntMdlrBase.cc:213
Base class for one-dimensional geometry objects.
Definition: Edge.h:46
Surface.
Definition: Face.h:41
LabelContainer labels
Label container.
Definition: EntMdlrBase.h:50
Pnt * BuscaPnt(const size_t &)
Return a pointer to the point identified by the tag being passed as parameter.
Definition: EntMdlrBase.cc:89
int sendIdsEtiquetas(const int &, const int &, CommParameters &)
Send labels through the channel being passed as parameter.
Definition: EntMdlrBase.cc:166
bool check_preprocessor(void) const
Check for preprocessor.
Definition: EntMdlrBase.cc:73
virtual int recvSelf(const CommParameters &)
Receive objects through the channel being passed as parameter.
Definition: EntMdlrBase.cc:237
Face * BuscaFace(const size_t &)
Return a pointer to the face identified by the tag being passed as parameter.
Definition: EntMdlrBase.cc:141
const Preprocessor * get_preprocessor(void) const
Return a pointer to the preprocessor.
Definition: EntMdlrBase.cc:41
Object that can move between processes.
Definition: MovableObject.h:91
Finite element model generation tools.
Definition: Preprocessor.h:58
Edge * BuscaEdge(const size_t &)
Return a pointer to the edge identified by the tag being passed as parameter.
Definition: EntMdlrBase.cc:115
size_t GetTag(void) const
Return the object identifier in the model (tag).
Definition: EntMdlrBase.cc:66
Punto (KPoint).
Definition: Pnt.h:49
Base class of the preprocessor objects.
Definition: EntMdlrBase.h:45
EntMdlrBase & operator=(const EntMdlrBase &otro)
Assignment operator.
Definition: EntMdlrBase.cc:57
virtual int sendSelf(CommParameters &)
Send objects through the channel being passed as parameter.
Definition: EntMdlrBase.cc:223
int recvIdsEtiquetas(const int &, const int &, const CommParameters &)
Receive labels through the channel being passed as parameter.
Definition: EntMdlrBase.cc:187
int sendData(CommParameters &)
Send members through the channel being passed as parameter.
Definition: EntMdlrBase.cc:205
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
EntMdlrBase(const std::string &nmb="", Preprocessor *preprocessor=nullptr)
Constructor.
Definition: EntMdlrBase.cc:48