43 PropertiesType::Pointer pProperties);
54 GeometryType::Pointer pGeom,
55 PropertiesType::Pointer pProperties
68 PropertiesType::Pointer pProperties
74 void CalculateLocalSystem(
79 void CalculateRightHandSide(
83 void CalculateLeftHandSide(
100 double CalculateLength()
const override;
118 void save(
Serializer& rSerializer)
const override;
This is a 2D-2node beam element with 2 translational dofs and 1 rotational dof per node.
Definition: cr_beam_element_2D2N.hpp:35
This is a linear 2D-2node beam element with 2 translational dofs and 1 rotational dof per node inheri...
Definition: cr_beam_element_linear_2D2N.hpp:36
CrBeamElementLinear2D2N()
Definition: cr_beam_element_linear_2D2N.hpp:110
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(CrBeamElementLinear2D2N)
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
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
pybind11::list CalculateOnIntegrationPoints(TObject &dummy, const Variable< TDataType > &rVariable, const ProcessInfo &rProcessInfo)
Definition: add_mesh_to_python.cpp:142
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
KratosZeroMatrix< double > ZeroMatrix
Definition: amatrix_interface.h:559
def load(f)
Definition: ode_solve.py:307