30 #ifndef BrickMecLoad_h    31 #define BrickMecLoad_h    34 #include "ThreedimMecLoad.h" Float vector abstraction. 
Definition: Vector.h:94
virtual Vector3d getVector3dLocalForce(void) const
Return the local components of the force in a Vector3d. 
Definition: BrickMecLoad.cc:80
virtual const Matrix & getLocalForces(void) const
Returns the components of the force vectors. 
Definition: BrickMecLoad.cc:87
virtual size_t getForceVectorDimension(void) const
Return the dimension of the force vector. 
Definition: BrickMecLoad.cc:66
virtual void addReactionsInBasicSystem(const std::vector< double > &, const double &, FVectorBrick &) const
Adds the load the consistent load vector (see page 108 libro Eugenio Oñate). 
Definition: BrickMecLoad.cc:49
Vector of integers. 
Definition: ID.h:95
virtual void addFixedEndForcesInBasicSystem(const std::vector< double > &, const double &, FVectorBrick &) const
?? 
Definition: BrickMecLoad.cc:59
virtual Vector getLocalForce(void) const
Returns force expressed in local coordinates. 
Definition: BrickMecLoad.cc:70
Ingernal forces for a brick element. 
Definition: FVectorBrick.h:40
Mechanical load (forces) over brick elements. 
Definition: BrickMecLoad.h:42
virtual const Matrix & getGlobalVectors(const Matrix &) const
Returns the vectors expressed in global coordinates. 
Definition: BrickMecLoad.cc:96
virtual const Matrix & getGlobalForces(void) const
Return the force expressed in global coordinates. 
Definition: BrickMecLoad.cc:125
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
SlidingVectorsSystem3d getResultant(const Pos3d ¢ro, bool initialGeometry) const
brief Returns load resultant (force and moment integration over the elements). 
Definition: BrickMecLoad.cc:129
Vector en tres dimensiones. 
Definition: Vector3d.h:39
Mechanical load (forces) over threedimensional elements. 
Definition: ThreedimMecLoad.h:44