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;
Float vector abstraction.
Definition: Vector.h:93
Auxiliary class for the internal forces in a beam-column element.
Definition: FVectorData.h:43
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(void)
Default constructor.
Definition: FVectorShell.cc:33
FVectorShell & operator=(const FVectorShell &)
Assignment operator.
Definition: FVectorShell.cc:102
Open source finite element program for structural analysis.
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