10 #if !defined(KRATOS_SMALL_DISPLACEMENT_U_W_WP_ELEMENT_H_INCLUDED )
11 #define KRATOS_SMALL_DISPLACEMENT_U_W_WP_ELEMENT_H_INCLUDED
131 void GetValuesVector(
Vector& rValues,
int Step = 0)
const override;
136 void GetFirstDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
141 void GetSecondDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
153 int Check(
const ProcessInfo& rCurrentProcessInfo)
override;
162 void CalculateMassMatrix(
MatrixType& rMassMatrix,
171 void CalculateDampingMatrix(
MatrixType& rDampingMatrix,
216 double& rIntegrationWeight)
override;
221 virtual void CalculateAndAddKuum(
MatrixType& rK,
223 double& rIntegrationWeight
228 virtual void CalculateAndAddKWwP(
MatrixType& rK,
230 double& rIntegrationWeight
236 virtual void CalculateAndAddKUwP(
MatrixType& rK,
238 double& rIntegrationWeight
247 double& rIntegrationWeight)
override;
252 virtual void CalculateAndAddInternalForces(
VectorType& rRightHandSideVector,
254 double& rIntegrationWeight
260 virtual void CalculateAndAddExternalForces(
VectorType& rRightHandSideVector,
263 double& rIntegrationWeight
268 void CalculateAndAddFluidLinearMomentum(
VectorType& rRightHandSideVector,
270 double& rIntegrationWeight
275 void CalculateAndAddMassBalanceEquation(
VectorType& rRightHandSideVector,
277 double& rIntegrationWeight
292 void InitializeSystemMatrices(
MatrixType& rLeftHandSideMatrix,
294 Flags& rCalculationFlags)
override;
300 double & CalculateStabilizationFactor(
ElementDataType & rVariables,
double & rStabilizationFactor);
344 virtual void save(
Serializer& rSerializer)
const override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
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
std::size_t SizeType
Definition: geometry_data.h:173
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
Small Displacement Element for 3D and 2D geometries.
Definition: small_displacement_element.hpp:47
Updated Lagrangian Large Displacement Lagrangian U-W Element for 3D and 2D geometries....
Definition: small_displacement_U_W_wP_element.hpp:42
SmallDisplacementElement::ElementDataType ElementDataType
Type for element variables.
Definition: small_displacement_U_W_wP_element.hpp:58
GeometryData::SizeType SizeType
Type for size.
Definition: small_displacement_U_W_wP_element.hpp:56
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: small_displacement_U_W_wP_element.hpp:54
ConstitutiveLaw ConstitutiveLawType
Definition: small_displacement_U_W_wP_element.hpp:48
ConstitutiveLawType::StressMeasure StressMeasureType
StressMeasure from constitutive laws.
Definition: small_displacement_U_W_wP_element.hpp:52
double mTimeStep
Definition: small_displacement_U_W_wP_element.hpp:199
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: small_displacement_U_W_wP_element.hpp:50
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(SmallDisplacementUWwPElement)
Counted pointer of LargeDisplacementUPElement.
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
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