14 #if !defined(KRATOS_UPDATE_PRESSURE_VALUE_PFEM_CONDITIONS_PROCESS)
15 #define KRATOS_UPDATE_PRESSURE_VALUE_PFEM_CONDITIONS_PROCESS
32 template <SizeType TDim = 3>
51 void Execute()
override;
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
The base class for all processes in Kratos.
Definition: process.h:49
Assigns the pressure value according to the nodal PRESSURE at this time step.
Definition: update_pressure_value_pfem_conditions_process.h:34
void operator()()
Definition: update_pressure_value_pfem_conditions_process.h:46
~UpdatePressureValuePfemConditionsProcess() override=default
ModelPart & mrModelPart
Definition: update_pressure_value_pfem_conditions_process.h:56
KRATOS_CLASS_POINTER_DEFINITION(UpdatePressureValuePfemConditionsProcess)
Pointer definition of UpdatePressureValuePfemConditionsProcess.
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::size_t SizeType
The definition of the size type.
Definition: mortar_classes.h:43