31 #ifndef AGGREGATORADDITIONS_H 32 #define AGGREGATORADDITIONS_H 34 #include <material/uniaxial/DqUniaxialMaterial.h> 35 #include "material/section/ResponseId.h" 59 inline bool check_ptrs(
void)
const 60 {
return !matCodes.Nulo(); }
69 void Print(std::ostream &s,
int flag =0)
const;
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: AggregatorAdditions.cc:88
pointers to UniaxialMaterial with the degree of freedom associated to each of them (used in SectionAg...
Definition: AggregatorAdditions.h:45
AggregatorAdditions(EntCmd *owner=nullptr)
Constructor.
Definition: AggregatorAdditions.cc:36
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: AggregatorAdditions.cc:96
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: AggregatorAdditions.cc:110
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
Contenedor de pointers to UniaxialMaterial.
Definition: DqUniaxialMaterial.h:44
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: AggregatorAdditions.cc:80
void Print(std::ostream &s, int flag=0) const
Imprime el objeto.
Definition: AggregatorAdditions.cc:73
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
~AggregatorAdditions(void)
Destructor.
Definition: AggregatorAdditions.cc:57
void getType(ResponseId &retval, const size_t &offset) const
Response identifiers for material stiffness contributions.
Definition: AggregatorAdditions.cc:65
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:88