42 GeometryType::Pointer pGeometry);
44 GeometryType::Pointer pGeometry,
45 PropertiesType::Pointer pProperties);
59 GeometryType::Pointer pGeom,
60 PropertiesType::Pointer pProperties
73 PropertiesType::Pointer pProperties
77 CreateElementStiffnessMatrix(
const ProcessInfo& rCurrentProcessInfo)
override;
79 void CalculateRightHandSide(
104 void save(
Serializer& rSerializer)
const override;
This is a 3D-2node cable element with 3 translational dofs per node inheriting from the TrussElement3...
Definition: cable_element_3D2N.hpp:33
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(CableElement3D2N)
CableElement3D2N()
Definition: cable_element_3D2N.hpp:40
Definition: amatrix_interface.h:41
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
This is a 3D-2node truss element with 3 translational dofs per node.
Definition: truss_element_3D2N.hpp:34
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
std::size_t IndexType
The definition of the index type.
Definition: key_hash.h:35
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
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
def load(f)
Definition: ode_solve.py:307