32 #ifndef AGGREGATORADDITIONS_H 33 #define AGGREGATORADDITIONS_H 35 #include <material/uniaxial/DqUniaxialMaterial.h> 36 #include "material/section/ResponseId.h" 60 inline bool check_ptrs(
void)
const 70 void Print(std::ostream &s,
int flag =0)
const;
bool isEmpty(void) const
Returns true if the vector is empty.
Definition: ID.h:125
Communication parameters between processes.
Definition: Communicator.h:66
pointers to UniaxialMaterial with the degree of freedom associated to each of them (used in SectionAg...
Definition: AggregatorAdditions.h:46
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:93
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: AggregatorAdditions.cc:88
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: AggregatorAdditions.cc:73
void getResponseType(ResponseId &retval, const size_t &offset) const
Response identifiers for material stiffness contributions.
Definition: AggregatorAdditions.cc:65
~AggregatorAdditions(void)
Destructor.
Definition: AggregatorAdditions.cc:57
int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: AggregatorAdditions.cc:111
Pointers to UniaxialMaterial container.
Definition: DqUniaxialMaterial.h:45
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: AggregatorAdditions.cc:80
Objet that can execute python scripts.
Definition: CommandEntity.h:40
Stiffness material contribution response identifiers.
Definition: ResponseId.h:61
AggregatorAdditions(CommandEntity *owner=nullptr)
Constructor.
Definition: AggregatorAdditions.cc:36
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: AggregatorAdditions.cc:96