39 GeometryType::Pointer pGeometry);
41 GeometryType::Pointer pGeometry,
42 PropertiesType::Pointer pProperties);
56 GeometryType::Pointer pGeom,
57 PropertiesType::Pointer pProperties
70 PropertiesType::Pointer pProperties
73 void CalculateRightHandSide(
77 void CalculateLeftHandSide(
85 void AddPrestressLinear(
VectorType& rRightHandSideVector);
100 CreateElementStiffnessMatrix(
const ProcessInfo& rCurrentProcessInfo)
override;
106 void WriteTransformationCoordinates(
112 double CalculateLinearStrain();
120 void UpdateInternalForces(
123 void FinalizeSolutionStep(
const ProcessInfo& rCurrentProcessInfo)
override;
128 void save(
Serializer& rSerializer)
const override;
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
This is a linear 3D-2node truss element with 3 translational dofs per node inheriting from TrussEleme...
Definition: truss_element_linear_3D2N.hpp:33
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(TrussElementLinear3D2N)
TrussElementLinear3D2N()
Definition: truss_element_linear_3D2N.hpp:37
void CalculateOnIntegrationPoints(const Variable< array_1d< double, 3 > > &rVariable, std::vector< array_1d< double, 3 > > &rOutput, const ProcessInfo &rCurrentProcessInfo) override
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