|
| void | Initialize () override |
| |
| void | InitializeSolutionStep () override |
| |
| void | FinalizeSolutionStep () override |
| |
| double | CalculateValue (ModelPart &rModelPart) override |
| | Calculate the scalar valued response function. More...
|
| |
| | KRATOS_CLASS_POINTER_DEFINITION (DragResponseFunction) |
| |
| | DragResponseFunction (Parameters Settings, ModelPart &rModelPart) |
| | Constructor. More...
|
| |
| | ~DragResponseFunction () override |
| | Destructor. More...
|
| |
| void | Initialize () override |
| |
| void | CalculateGradient (const Element &rAdjointElement, const Matrix &rResidualGradient, Vector &rResponseGradient, const ProcessInfo &rProcessInfo) override |
| | Calculate the local gradient w.r.t. primal solution. More...
|
| |
| void | CalculateGradient (const Condition &rAdjointCondition, const Matrix &rResidualGradient, Vector &rResponseGradient, const ProcessInfo &rProcessInfo) override |
| | Calculate the local gradient w.r.t. primal solution. More...
|
| |
| void | CalculateFirstDerivativesGradient (const Element &rAdjointElement, const Matrix &rResidualGradient, Vector &rResponseGradient, const ProcessInfo &rProcessInfo) override |
| | Calculate the local gradient w.r.t. first derivatives of primal solution. More...
|
| |
| void | CalculateFirstDerivativesGradient (const Condition &rAdjointCondition, const Matrix &rResidualGradient, Vector &rResponseGradient, const ProcessInfo &rProcessInfo) override |
| | Calculate the local gradient w.r.t. first derivatives of primal solution. More...
|
| |
| void | CalculateSecondDerivativesGradient (const Element &rAdjointElement, const Matrix &rResidualGradient, Vector &rResponseGradient, const ProcessInfo &rProcessInfo) override |
| | Calculate the local gradient w.r.t. second derivatives of primal solution. More...
|
| |
| void | CalculateSecondDerivativesGradient (const Condition &rAdjointCondition, const Matrix &rResidualGradient, Vector &rResponseGradient, const ProcessInfo &rProcessInfo) override |
| | Calculate the local gradient w.r.t. second derivatives of primal solution. More...
|
| |
| void | CalculatePartialSensitivity (Element &rAdjointElement, const Variable< array_1d< double, 3 >> &rVariable, const Matrix &rSensitivityMatrix, Vector &rSensitivityGradient, const ProcessInfo &rProcessInfo) override |
| | Calculate the partial sensitivity w.r.t. design variable. More...
|
| |
| void | CalculatePartialSensitivity (Condition &rAdjointCondition, const Variable< array_1d< double, 3 >> &rVariable, const Matrix &rSensitivityMatrix, Vector &rSensitivityGradient, const ProcessInfo &rProcessInfo) override |
| | Calculate the partial sensitivity w.r.t. design variable. More...
|
| |
| double | CalculateValue (ModelPart &rModelPart) override |
| | Calculate the scalar valued response function. More...
|
| |
| | KRATOS_CLASS_POINTER_DEFINITION (AdjointResponseFunction) |
| |
| | AdjointResponseFunction () |
| | Constructor. More...
|
| |
| virtual | ~AdjointResponseFunction () |
| | Destructor. More...
|
| |
| virtual void | CalculatePartialSensitivity (Element &rAdjointElement, const Variable< double > &rVariable, const Matrix &rSensitivityMatrix, Vector &rSensitivityGradient, const ProcessInfo &rProcessInfo) |
| | Calculate the partial sensitivity w.r.t. design variable. More...
|
| |
| virtual void | CalculatePartialSensitivity (Condition &rAdjointCondition, const Variable< double > &rVariable, const Matrix &rSensitivityMatrix, Vector &rSensitivityGradient, const ProcessInfo &rProcessInfo) |
| | Calculate the partial sensitivity w.r.t. design variable. More...
|
| |