9 #if !defined(KRATOS_AXISYM_UPDATED_LAGRANGIAN_U_J_wP_ELEMENT_H_INCLUDED )
10 #define KRATOS_AXISYM_UPDATED_LAGRANGIAN_U_J_wP_ELEMENT_H_INCLUDED
132 void GetValuesVector(
Vector& rValues,
int Step = 0)
const override;
137 void GetFirstDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
142 void GetSecondDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
154 int Check(
const ProcessInfo& rCurrentProcessInfo)
override;
193 double& rIntegrationWeight)
override;
202 double& rIntegrationWeight)
override;
213 void InitializeSystemMatrices(
MatrixType& rLeftHandSideMatrix,
215 Flags& rCalculationFlags)
override;
259 void save(
Serializer& rSerializer)
const override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: axisym_updated_lagrangian_U_J_element.hpp:40
Updated Lagrangian Large Displacement Lagrangian U-wP Element for 3D and 2D geometries....
Definition: axisym_updated_lagrangian_U_J_wP_element.hpp:42
ConstitutiveLawType::StressMeasure StressMeasureType
StressMeasure from constitutive laws.
Definition: axisym_updated_lagrangian_U_J_wP_element.hpp:52
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(AxisymUpdatedLagrangianUJwPElement)
Counted pointer of LargeDisplacementUPElement.
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: axisym_updated_lagrangian_U_J_wP_element.hpp:54
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: axisym_updated_lagrangian_U_J_wP_element.hpp:50
double mTimeStep
Definition: axisym_updated_lagrangian_U_J_wP_element.hpp:177
ConstitutiveLaw ConstitutiveLawType
Definition: axisym_updated_lagrangian_U_J_wP_element.hpp:48
Definition: constitutive_law.h:47
StressMeasure
Definition: constitutive_law.h:69
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
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
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
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
def load(f)
Definition: ode_solve.py:307
Definition: solid_element.hpp:83
Definition: solid_element.hpp:233