14 #ifndef ADJOINT_LIFT_JUMP_COORDINATES_RESPONSE_FUNCTION_H
15 #define ADJOINT_LIFT_JUMP_COORDINATES_RESPONSE_FUNCTION_H
83 double CalculateValue(
ModelPart& rModelPart)
override;
85 void CalculateGradient(
const Element& rAdjointElement,
86 const Matrix& rResidualGradient,
90 void CalculateGradient(
const Condition& rAdjointCondition,
91 const Matrix& rResidualGradient,
95 void CalculatePartialSensitivity(
Element& rAdjointElement,
97 const Matrix& rSensitivityMatrix,
98 Vector& rSensitivityGradient,
101 void CalculatePartialSensitivity(
Condition& rAdjointCondition,
103 const Matrix& rSensitivityMatrix,
104 Vector& rSensitivityGradient,
107 void CalculatePartialSensitivity(
Element& rAdjointElement,
109 const Matrix& rSensitivityMatrix,
110 Vector& rSensitivityGradient,
113 void CalculatePartialSensitivity(
Condition& rAdjointCondition,
115 const Matrix& rSensitivityMatrix,
116 Vector& rSensitivityGradient,
176 Element::Pointer mpNeighboringElement;
177 double mReferenceChord;
188 void GetNeighboringElementPointer();
AdjointLiftJumpCoordinatesResponseFunction.
Definition: adjoint_lift_response_function_coordinates_jump.h:54
KRATOS_CLASS_POINTER_DEFINITION(AdjointLiftJumpCoordinatesResponseFunction)
Definition: adjoint_potential_response_function.h:36
Base class for all Conditions.
Definition: condition.h:59
Base class for all Elements.
Definition: element.h:60
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
void InitializeSolutionStep(ConstructionUtility &rThisUtil, std::string ThermalSubModelPartName, std::string MechanicalSubModelPartName, std::string HeatFluxSubModelPartName, std::string HydraulicPressureSubModelPartName, bool thermal_conditions, bool mechanical_conditions, int phase)
Definition: add_custom_utilities_to_python.cpp:45
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21