10 #if !defined(KRATOS_UPDATED_LAGRANGIAN_U_P_ELEMENT_H_INCLUDED)
11 #define KRATOS_UPDATED_LAGRANGIAN_U_P_ELEMENT_H_INCLUDED
141 void Initialize(
const ProcessInfo& rCurrentProcessInfo)
override;
203 void CalculateAndAddLHS(LocalSystemComponents& rLocalSystem,
204 ElementDataType& rVariables,
205 double& rIntegrationWeight)
override;
211 void CalculateAndAddRHS(LocalSystemComponents& rLocalSystem,
212 ElementDataType& rVariables,
214 double& rIntegrationWeight)
override;
219 void InitializeElementData(ElementDataType & rVariables,
const ProcessInfo& rCurrentProcessInfo)
override;
225 void FinalizeStepVariables(ElementDataType & rVariables,
const double& rPointNumber)
override;
231 void CalculateKinematics(ElementDataType& rVariables,
232 const double& rPointNumber)
override;
238 void CalculateDeformationGradient(
Matrix& rF,
240 const Matrix& rDeltaPosition);
246 void GetHistoricalVariables( ElementDataType& rVariables,
247 const double& rPointNumber )
override;
252 double& CalculateVolumeChange(
double& rVolumeChange, ElementDataType& rVariables)
override;
296 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 IndexType
Definition: flags.h:74
IntegrationMethod
Definition: geometry_data.h:76
std::size_t SizeType
Definition: geometry_data.h:173
Large Displacement Lagrangian U-P Element for 3D and 2D geometries. Linear Triangles and Tetrahedra (...
Definition: large_displacement_U_P_element.hpp:47
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
Spatial Lagrangian U-P Element for 3D and 2D geometries. Linear Triangles and Tetrahedra.
Definition: updated_lagrangian_U_P_element.hpp:47
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: updated_lagrangian_U_P_element.hpp:59
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(UpdatedLagrangianUPElement)
Counted pointer of UpdatedLagrangianUPElement.
UpdatedLagrangianUPElement()
Definition: updated_lagrangian_U_P_element.hpp:190
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: updated_lagrangian_U_P_element.hpp:55
Vector mDeterminantF0
Definition: updated_lagrangian_U_P_element.hpp:185
LargeDisplacementElement::ElementDataType ElementDataType
Type for element variables.
Definition: updated_lagrangian_U_P_element.hpp:63
GeometryData::SizeType SizeType
Type for size.
Definition: updated_lagrangian_U_P_element.hpp:61
ConstitutiveLaw ConstitutiveLawType
Definition: updated_lagrangian_U_P_element.hpp:53
ConstitutiveLawType::StressMeasure StressMeasureType
StressMeasure from constitutive laws.
Definition: updated_lagrangian_U_P_element.hpp:57
std::vector< Matrix > mDeformationGradientF0
Definition: updated_lagrangian_U_P_element.hpp:180
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
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