30 #ifndef FVectorShell_h 31 #define FVectorShell_h 33 #include "domain/mesh/element/utils/fvectors/FVectorData.h" 54 void addForce(
const size_t &inod,
const double &,
const double &,
const double &);
55 void addMoment(
const size_t &inod,
const double &,
const double &,
const double &);
57 void Print(std::ostream &os)
const;
Float vector abstraction.
Definition: Vector.h:94
Auxiliary class for the internal forces in a beam-column element.
Definition: FVectorData.h:44
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:41
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:35
void addMoment(const size_t &inod, const double &, const double &, const double &)
Adds the bending moment being passed as parameter.
Definition: FVectorShell.cc:259