29 #ifndef MeshComponent_h 30 #define MeshComponent_h 32 #include "domain/component/ContinuaReprComponent.h" 33 #include "xc_basic/src/texto/LabelContainer.h" 44 void check_matrices(
const std::deque<Matrix> &,
const int &)
const;
45 void nueva_matriz(std::deque<Matrix> &,
const int &)
const;
int sendData(CommParameters &)
Send members through the channel being passed as parameter.
Definition: MeshComponent.cc:110
int index
Index for VTK arrays.
Definition: MeshComponent.h:47
Base class for components used to represent the material (continuum).
Definition: ContinuaReprComponent.h:37
int recvIdsEtiquetas(int posDbTag, const CommParameters &)
Receive labels through the channel being passed as parameter.
Definition: MeshComponent.cc:93
LabelContainer labels
Label container.
Definition: MeshComponent.h:48
void setup_matrices(std::deque< Matrix > &, const int &) const
Initializes the matrix container.
Definition: MeshComponent.cc:57
Base class for nodes and elements (mesh components).
Definition: MeshComponent.h:41
int sendIdsEtiquetas(int posDbTag, CommParameters &)
Send labelsthrough the channel being passed as parameter.
Definition: MeshComponent.cc:73
MeshComponent(int classTag)
Constructor.
Definition: MeshComponent.cc:65
int recvData(const CommParameters &)
Receives members through the channel being passed as parameter.
Definition: MeshComponent.cc:119
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34