32 #include "xc_utils/src/kernel/NamedEntity.h" 33 #include "xc_basic/src/text/LabelContainer.h" 34 #include "utility/actor/actor/MovableObject.h" EntMdlrBase & operator+=(const EntMdlrBase &)
+= operator.
Definition: EntMdlrBase.cc:53
Pnt * BuscaPnt(const size_t &)
Return a pointer to the point identified by the tag being passed as parameter.
Definition: EntMdlrBase.cc:100
EntMdlrBase & operator*=(const EntMdlrBase &)
*= operator (intersection).
Definition: EntMdlrBase.cc:69
Base class for one-dimensional geometry objects.
Definition: Edge.h:46
bool check_preprocessor(void) const
Check for preprocessor.
Definition: EntMdlrBase.cc:84
FiberSet operator*(const FiberSet &, const FiberSet &)
Return the fibers in a that are also in b.
Definition: FiberSet.cc:87
Finite element model generation tools.
Definition: Preprocessor.h:58
Object that can move between processes.
Definition: MovableObject.h:99
Base class of the preprocessor objects.
Definition: EntMdlrBase.h:45
int sendData(CommParameters &)
Send members through the channel being passed as parameter.
Definition: EntMdlrBase.cc:216
int sendIdsEtiquetas(const int &, const int &, CommParameters &)
Send labels through the channel being passed as parameter.
Definition: EntMdlrBase.cc:177
int recvData(const CommParameters &)
Receive members through the channel being passed as parameter.
Definition: EntMdlrBase.cc:224
FiberSet operator+(const FiberSet &, const FiberSet &)
Return the union of both containers.
Definition: FiberSet.cc:65
EntMdlrBase(const std::string &nmb="", Preprocessor *preprocessor=nullptr)
Constructor.
Definition: EntMdlrBase.cc:49
size_t GetTag(void) const
Return the object identifier in the model (tag).
Definition: EntMdlrBase.cc:77
Face * BuscaFace(const size_t &)
Return a pointer to the face identified by the tag being passed as parameter.
Definition: EntMdlrBase.cc:152
Point (KPoint).
Definition: Pnt.h:49
EntMdlrBase & operator-=(const EntMdlrBase &)
-= operator.
Definition: EntMdlrBase.cc:61
virtual int recvSelf(const CommParameters &)
Receive objects through the channel being passed as parameter.
Definition: EntMdlrBase.cc:248
int recvIdsEtiquetas(const int &, const int &, const CommParameters &)
Receive labels through the channel being passed as parameter.
Definition: EntMdlrBase.cc:198
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
FiberSet operator-(const FiberSet &, const FiberSet &)
Return the fibers in a that are not in b.
Definition: FiberSet.cc:73
Communication parameters between processes.
Definition: CommParameters.h:65
LabelContainer labels
Label container.
Definition: EntMdlrBase.h:48
Edge * BuscaEdge(const size_t &)
Return a pointer to the edge identified by the tag being passed as parameter.
Definition: EntMdlrBase.cc:126
const Preprocessor * getPreprocessor(void) const
Return a pointer to the object preprocessor.
Definition: EntMdlrBase.cc:41
Surface.
Definition: Face.h:41
virtual int sendSelf(CommParameters &)
Send objects through the channel being passed as parameter.
Definition: EntMdlrBase.cc:234