29 #ifndef FVectorShell_h 30 #define FVectorShell_h 32 #include "domain/mesh/element/utils/fvectors/FVectorData.h" 53 void addForce(
const size_t &inod,
const double &,
const double &,
const double &);
54 void addMoment(
const size_t &inod,
const double &,
const double &,
const double &);
56 void Print(std::ostream &os)
const;
Auxiliary class for the internal forces in a beam-column element.
Definition: FVectorData.h:43
FVectorShell(void)
Default constructor.
Definition: FVectorShell.cc:33
void addForce(const size_t &inod, const double &, const double &, const double &)
Adds the force being passed as parameter.
Definition: FVectorShell.cc:247
Ingernal forces for a shell element.
Definition: FVectorShell.h:40
FVectorShell & operator=(const FVectorShell &otro)
Assignment operator.
Definition: FVectorShell.cc:102
================================================================================
Definition: ContinuaReprComponent.h:34
void addMoment(const size_t &inod, const double &, const double &, const double &)
Adds the bending moment being passed as parameter.
Definition: FVectorShell.cc:259