30 #ifndef ThreedimMecLoad_h 31 #define ThreedimMecLoad_h 34 #include "ThreedimLoad.h" 35 #include "utility/geom/pos_vec/Pos3d.h" 55 virtual const Matrix &getGlobalVectors(
const Matrix &)
const= 0;
Float vector abstraction.
Definition: Vector.h:94
virtual Vector getLocalForce(void) const
Returns force expressed in local coordinates.
Definition: ThreedimMecLoad.cc:50
static size_t getForceVectorDimension(void)
Return the dimension of the force vector.
Definition: ThreedimMecLoad.cc:46
virtual const Matrix & getGlobalForces(void) const
Return the force expressed in global coordinates.
Definition: ThreedimMecLoad.cc:76
Vector of integers.
Definition: ID.h:95
virtual SlidingVectorsSystem3d getResultant(const Pos3d &p=Pos3d(), bool initialGeometry=true) const
brief Returns load resultant (force and moment integration over the elements).
Definition: ThreedimMecLoad.cc:83
Load over threedimensional elements.
Definition: ThreedimLoad.h:41
virtual Vector3d getVector3dLocalForce(void) const
Return the local components of the force in a Vector3d.
Definition: ThreedimMecLoad.cc:60
Posición en tres dimensiones.
Definition: Pos3d.h:44
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Matrix of floats.
Definition: Matrix.h:111
virtual const Matrix & getLocalForces(void) const
Returns the components of the force vectors.
Definition: ThreedimMecLoad.cc:67
Vector en tres dimensiones.
Definition: Vector3d.h:39
Mechanical load (forces) over three-dimensional elements.
Definition: ThreedimMecLoad.h:44