13 #if !defined(KRATOS_GEO_UPDATED_LAGRANGIAN_U_PW_DIFF_ORDER_ELEMENT_H_INCLUDED)
14 #define KRATOS_GEO_UPDATED_LAGRANGIAN_U_PW_DIFF_ORDER_ELEMENT_H_INCLUDED
21 #include "custom_elements/small_strain_U_Pw_diff_order_element.hpp"
22 #include "custom_utilities/element_utilities.hpp"
110 Element::Pointer
Create(
IndexType NewId, GeometryType::Pointer pGeom, PropertiesType::Pointer pProperties)
const override;
121 PropertiesType::Pointer pProperties)
const override;
130 std::vector<double>& rOutput,
140 std::vector<Matrix>& rOutput,
144 std::vector<Vector>& rOutput,
159 std::string
Info()
const override
161 std::stringstream buffer;
162 buffer <<
"Updated Lagrangian U-Pw different order Element #" << this->Id()
163 <<
"\nConstitutive law: " << mConstitutiveLawVector[0]->Info();
170 rOStream <<
"Updated Lagrangian U-Pw different order Element #" << this->Id()
171 <<
"\nConstitutive law: " << mConstitutiveLawVector[0]->Info();
177 this->pGetGeometry()->PrintData(rOStream);
205 void CalculateAll(
MatrixType& rLeftHandSideMatrix,
208 const bool CalculateStiffnessMatrixFlag,
209 const bool CalculateResidualVectorFlag)
override;
211 void CalculateAndAddGeometricStiffnessMatrix(
MatrixType& rLeftHandSideMatrix,
212 ElementVariables& rVariables,
213 unsigned int GPoint);
260 void save(
Serializer& rSerializer)
const override;
std::size_t SizeType
Definition: element.h:94
std::size_t IndexType
Definition: flags.h:74
IntegrationMethod
Definition: geometry_data.h:76
Geometry base class.
Definition: geometry.h:71
PointerVector< TPointType > PointsArrayType
Definition: geometry.h:118
This class defines the node.
Definition: node.h:65
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
Properties encapsulates data shared by different Elements or Conditions. It can store any type of dat...
Definition: properties.h:69
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Definition: small_strain_U_Pw_diff_order_element.hpp:36
virtual void CalculateCauchyGreenStrain(ElementVariables &rVariables)
Definition: small_strain_U_Pw_diff_order_element.cpp:2277
virtual void CalculateCauchyStrain(ElementVariables &rVariables)
Definition: small_strain_U_Pw_diff_order_element.cpp:2272
std::vector< Vector > mStateVariablesFinalized
Definition: small_strain_U_Pw_diff_order_element.hpp:219
void AssembleUBlockMatrix(Matrix &rLeftHandSideMatrix, const Matrix &StiffnessMatrix) const
Definition: small_strain_U_Pw_diff_order_element.cpp:1889
void CalculateDerivativesOnInitialConfiguration(double &detJ, Matrix &J0, Matrix &InvJ0, Matrix &DN_DX, unsigned int PointNumber) const
Definition: small_strain_U_Pw_diff_order_element.cpp:1779
std::vector< Vector > mStressVector
Definition: small_strain_U_Pw_diff_order_element.hpp:218
virtual void CalculateCauchyAlmansiStrain(ElementVariables &rVariables)
Definition: small_strain_U_Pw_diff_order_element.cpp:2336
std::vector< ConstitutiveLaw::Pointer > mConstitutiveLawVector
Definition: small_strain_U_Pw_diff_order_element.hpp:214
Updated Lagrangian element for 2D and 3D geometries.
Definition: updated_lagrangian_U_Pw_diff_order_element.hpp:52
UpdatedLagrangianUPwDiffOrderElement(IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties)
Constructor using Properties.
Definition: updated_lagrangian_U_Pw_diff_order_element.hpp:95
typename SmallStrainUPwDiffOrderElement::ElementVariables ElementVariables
Definition: updated_lagrangian_U_Pw_diff_order_element.hpp:78
UpdatedLagrangianUPwDiffOrderElement(IndexType NewId, GeometryType::Pointer pGeometry)
Constructor using Geometry.
Definition: updated_lagrangian_U_Pw_diff_order_element.hpp:89
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(UpdatedLagrangianUPwDiffOrderElement)
Counted pointer of UpdatedLagrangianUPwDiffOrderElement.
UpdatedLagrangianUPwDiffOrderElement()
Default Constructor.
Definition: updated_lagrangian_U_Pw_diff_order_element.hpp:86
std::string Info() const override
Turn back information as a string.
Definition: updated_lagrangian_U_Pw_diff_order_element.hpp:159
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: updated_lagrangian_U_Pw_diff_order_element.hpp:168
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: updated_lagrangian_U_Pw_diff_order_element.hpp:175
~UpdatedLagrangianUPwDiffOrderElement() override
Destructor.
Definition: updated_lagrangian_U_Pw_diff_order_element.hpp:101
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
Internals::Matrix< double, AMatrix::dynamic, 1 > Vector
Definition: amatrix_interface.h:472
Internals::Matrix< double, AMatrix::dynamic, AMatrix::dynamic > Matrix
Definition: amatrix_interface.h:470
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
def load(f)
Definition: ode_solve.py:307
Definition: small_strain_U_Pw_diff_order_element.hpp:151