10 #if !defined(KRATOS_UPDATED_LAGRANGIAN_U_J_ELEMENT_H_INCLUDED )
11 #define KRATOS_UPDATED_LAGRANGIAN_U_J_ELEMENT_H_INCLUDED
132 void GetValueOnIntegrationPoints(
const Variable<double>& rVariable, std::vector<double>& rValues,
const ProcessInfo& rCurrentProcessInfo)
override;
134 void GetValueOnIntegrationPoints(
const Variable<Vector>& rVariable, std::vector<Vector>& rValues,
const ProcessInfo& rCurrentProcessInfo)
override;
136 void GetValueOnIntegrationPoints(
const Variable<Matrix>& rVariable, std::vector<Matrix>& rValue,
const ProcessInfo& rCurrentProcessInfo)
override;
144 void Initialize()
override;
165 void GetValuesVector(
Vector& rValues,
int Step = 0)
const override;
170 void GetFirstDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
175 void GetSecondDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
180 void FinalizeSolutionStep(
ProcessInfo& rCurrentProcessInfo)
override;
210 int Check(
const ProcessInfo& rCurrentProcessInfo)
override;
216 const double& rPointNumber)
override;
222 void CalculateDeformationGradient(
const Matrix& rDN_DX,
229 void CalculateDeformationMatrix(
Matrix& rB,
279 virtual SizeType GetDofsSize()
const override;
299 double& rIntegrationWeight)
override;
308 double& rIntegrationWeight)
override;
318 void FinalizeStepVariables(
ElementDataType & rVariables,
const double& rPointNumber)
override;
327 double& rIntegrationWeight
335 double& rIntegrationWeight
341 virtual void CalculateAndAddKuJ (
MatrixType& rK,
343 double& rIntegrationWeight
349 virtual void CalculateAndAddKJu(
MatrixType& rK,
351 double& rIntegrationWeight
358 virtual void CalculateAndAddKJJ(
MatrixType& rK,
360 double& rIntegrationWeight
368 double& rIntegrationWeight
373 void CalculateAndAddExternalForces(
VectorType& rRightHandSideVector,
376 double& rIntegrationWeight
383 virtual void CalculateAndAddJacobianForces(
VectorType& rRightHandSideVector,
385 double& rIntegrationWeight
392 virtual void CalculateAndAddStabilizedJacobian(
VectorType& rRightHandSideVector,
394 double& rIntegrationWeight
400 void CalculateAndAddInternalForces(
VectorType& rRightHandSideVector,
402 double& rIntegrationWeight
421 const double& rPointNumber )
override;
426 double& CalculateVolumeChange(
double& rVolumeChange,
ElementDataType& rVariables)
override;
431 virtual void ComputeConstitutiveVariables(
ElementDataType& rVariables,
Matrix& rFT,
double& rdetFT);
475 void save(
Serializer& rSerializer)
const override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: constitutive_law.h:47
StressMeasure
Definition: constitutive_law.h:69
std::size_t SizeType
Definition: element.h:94
std::vector< DofType::Pointer > DofsVectorType
Definition: element.h:100
std::vector< std::size_t > EquationIdVectorType
Definition: element.h:98
std::size_t IndexType
Definition: flags.h:74
IntegrationMethod
Definition: geometry_data.h:76
std::size_t SizeType
Definition: geometry_data.h:173
Large Displacement Lagrangian Element for 3D and 2D geometries. (base class)
Definition: large_displacement_element.hpp:46
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
Updated Lagrangian Large Displacement Lagrangian U-wP Element for 3D and 2D geometries....
Definition: updated_lagrangian_U_J_element.hpp:44
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(UpdatedLagrangianUJElement)
Counted pointer of LargeDisplacementUPElement.
double mElementStabilizationNumber
Definition: updated_lagrangian_U_J_element.hpp:269
Vector mDeterminantF0
Definition: updated_lagrangian_U_J_element.hpp:264
ConstitutiveLawType::StressMeasure StressMeasureType
StressMeasure from constitutive laws.
Definition: updated_lagrangian_U_J_element.hpp:54
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: updated_lagrangian_U_J_element.hpp:56
GeometryData::SizeType SizeType
Type for size.
Definition: updated_lagrangian_U_J_element.hpp:58
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: updated_lagrangian_U_J_element.hpp:52
ConstitutiveLaw ConstitutiveLawType
Definition: updated_lagrangian_U_J_element.hpp:50
LargeDisplacementElement::ElementDataType ElementDataType
Type for element variables.
Definition: updated_lagrangian_U_J_element.hpp:60
std::vector< Matrix > mDeformationGradientF0
Definition: updated_lagrangian_U_J_element.hpp:258
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
void SetValuesOnIntegrationPoints(TObject &dummy, const Variable< TDataType > &rVariable, const std::vector< TDataType > &values, const ProcessInfo &rCurrentProcessInfo)
Definition: add_mesh_to_python.cpp:185
pybind11::list CalculateOnIntegrationPoints(TObject &dummy, const Variable< TDataType > &rVariable, const ProcessInfo &rProcessInfo)
Definition: add_mesh_to_python.cpp:142
void InitializeSolutionStep(ConstructionUtility &rThisUtil, std::string ThermalSubModelPartName, std::string MechanicalSubModelPartName, std::string HeatFluxSubModelPartName, std::string HydraulicPressureSubModelPartName, bool thermal_conditions, bool mechanical_conditions, int phase)
Definition: add_custom_utilities_to_python.cpp:45
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307
Definition: solid_element.hpp:83
Definition: solid_element.hpp:233