10 #if !defined(KRATOS_UPDATED_LAGRANGIAN_UP_SECOND_ELEMENT_H_INCLUDED )
11 #define KRATOS_UPDATED_LAGRANGIAN_UP_SECOND_ELEMENT_H_INCLUDED
146 int Check(
const ProcessInfo& rCurrentProcessInfo)
override;
151 void GetValueOnIntegrationPoints(
const Variable<Matrix>& rVariable, std::vector<Matrix>& rValues,
const ProcessInfo& rCurrentProcessInfo)
override;
155 void GetValueOnIntegrationPoints(
const Variable<double>& rVariable, std::vector<double>& rValues,
const ProcessInfo& rCurrentProcessInfo)
override;
206 double& rIntegrationWeight)
override;
215 double& rIntegrationWeight)
override;
228 virtual void CalculateAndAddKuumElemUP(
MatrixType& rK,
231 double& rIntegrationWeight
237 virtual void CalculateAndAddKuugElemUP(
MatrixType& rK,
240 double& rIntegrationWeight
246 virtual void CalculateAndAddKupElemUP (
MatrixType& rK,
249 double& rIntegrationWeight
255 virtual void CalculateAndAddKpuElemUP(
MatrixType& rK,
258 double& rIntegrationWeight
265 virtual void CalculateAndAddKppElemUP(
MatrixType& rK,
268 double& rIntegrationWeight
275 virtual void CalculateAndAddKppStabElemUP(
MatrixType& rK,
278 double& rIntegrationWeight
284 void CalculateAndAddInternalForcesElemUP(
VectorType& rRightHandSideVector,
287 double& rIntegrationWeight
293 virtual void CalculateAndAddPressureForcesElemUP(
VectorType& rRightHandSideVector,
296 double& rIntegrationWeight
303 virtual void CalculateAndAddStabilizedPressureElemUP(
VectorType& rRightHandSideVector,
306 double& rIntegrationWeight
357 virtual 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
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
Large Displacement Lagrangian U-P Element for 3D and 2D geometries. Linear Triangles and Tetrahedra (...
Definition: updated_lagrangian_U_Pressure_element.hpp:46
ConstitutiveLawType::StressMeasure StressMeasureType
StressMeasure from constitutive laws.
Definition: updated_lagrangian_U_Pressure_element.hpp:71
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: updated_lagrangian_U_Pressure_element.hpp:69
double mElementStabilizationNumber
Definition: updated_lagrangian_U_Pressure_element.hpp:188
GeometryData::SizeType SizeType
Type for size.
Definition: updated_lagrangian_U_Pressure_element.hpp:75
ConstitutiveLaw ConstitutiveLawType
Definition: updated_lagrangian_U_Pressure_element.hpp:67
double mElementScalingNumber
Definition: updated_lagrangian_U_Pressure_element.hpp:190
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: updated_lagrangian_U_Pressure_element.hpp:73
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(UpdatedLagrangianUPressureElement)
Counted pointer of LargeDisplacementUPElement.
UpdatedLagrangianUPElement::ElementDataType ElementDataType
Type for element variables.
Definition: updated_lagrangian_U_Pressure_element.hpp:77
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
Definition: updated_lagrangian_U_Pressure_element.hpp:50
unsigned int voigtsize
Definition: updated_lagrangian_U_Pressure_element.hpp:51
Matrix DeviatoricTensor
Definition: updated_lagrangian_U_Pressure_element.hpp:58
double ElementalMeanStress
Definition: updated_lagrangian_U_Pressure_element.hpp:54
double NodalMeanStress
Definition: updated_lagrangian_U_Pressure_element.hpp:53
Vector StressVector
Definition: updated_lagrangian_U_Pressure_element.hpp:56