10 #if !defined(KRATOS_SMALL_DISPLACEMENT_BEAM_ELEMENT_H_INCLUDED)
11 #define KRATOS_SMALL_DISPLACEMENT_BEAM_ELEMENT_H_INCLUDED
93 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
105 std::string
Info()
const override
107 std::stringstream buffer;
108 buffer <<
"Small Displacement Beam Element #" << Id();
115 rOStream <<
"Small Displacement Beam Element #" << Id();
121 GetGeometry().PrintData(rOStream);
149 void InitializeElementData(ElementDataType & rVariables,
const ProcessInfo& rCurrentProcessInfo)
override;
154 void CalculateKinematics(ElementDataType& rVariables,
155 const unsigned int& rPointNumber)
override;
160 virtual void CalculateDeformationMatrix(
Matrix& rB,
const Vector& rN,
const Matrix& rDN_DX);
166 void CalculateConstitutiveMatrix(ElementDataType& rVariables)
override;
172 void CalculateStressResultants(ElementDataType& rVariables,
const unsigned int& rPointNumber)
override;
177 void CalculateTransformationMatrix(
Matrix& RotationMatrix);
183 void MapLocalToGlobal(ElementDataType& rVariables,
Matrix& rVariable)
override;
188 void MapLocalToGlobal(ElementDataType& rVariables,
VectorType& rVector)
override;
196 void CalculateAndAddKuum(
MatrixType& rLeftHandSideMatrix,
197 ElementDataType& rVariables,
198 double& rIntegrationWeight)
override;
204 void CalculateLocalStiffnessMatrix(
Matrix& LocalMatrix,ElementDataType& rVariables);
210 void CalculateAndAddInternalForces(
VectorType& rRightHandSideVector,
211 ElementDataType & rVariables,
212 double& rIntegrationWeight)
override;
252 void save(
Serializer& rSerializer)
const override
Beam Element for 2D and 3D space dimensions.
Definition: beam_element.hpp:44
Base class for all Elements.
Definition: element.h:60
std::size_t IndexType
Definition: flags.h:74
PointerVector is a container like stl vector but using a vector to store pointers to its data.
Definition: pointer_vector.h:72
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Small displacements beam element for 2D and 3D space.
Definition: small_displacement_beam_element.hpp:45
SmallDisplacementBeamElement()
Definition: small_displacement_beam_element.hpp:138
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: small_displacement_beam_element.hpp:119
std::string Info() const override
Turn back information as a string.
Definition: small_displacement_beam_element.hpp:105
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(SmallDisplacementBeamElement)
Counted pointer of SmallDisplacementBeamElement.
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: small_displacement_beam_element.hpp:113
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307