30 #ifndef FVectorBrick_h 31 #define FVectorBrick_h 33 #include "domain/mesh/element/utils/fvectors/FVectorData.h" 53 void addForce(
const size_t &inod,
const double &,
const double &,
const double &);
55 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
Ingernal forces for a brick element.
Definition: FVectorBrick.h:40
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
FVectorBrick(void)
Default constructor.
Definition: FVectorBrick.cc:33
FVectorBrick & operator=(const FVectorBrick &)
Assignment operator.
Definition: FVectorBrick.cc:59
void addForce(const size_t &inod, const double &, const double &, const double &)
Adds the force being passed as parameter.
Definition: FVectorBrick.cc:94