![]() |
KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
Linear static adjoint strain energy response function. More...
Public Member Functions | |
| def | __init__ (self, identifier, response_settings, model) |
| def | Initialize (self) |
| def | InitializeSolutionStep (self) |
| def | CalculateValue (self) |
| def | CalculateGradient (self) |
| def | GetValue (self) |
| def | GetNodalGradient (self, variable) |
| def | GetElementalGradient (self, variable) |
| def | Finalize (self) |
Public Attributes | |
| identifier | |
| response_settings | |
| primal_model_part | |
| primal_analysis | |
| primal_data_transfer_with_python | |
| adjoint_model_part | |
| adjoint_analysis | |
| primal_state_variables | |
Linear static adjoint strain energy response function.
primal_analysis : Primal analysis object of the response function adjoint_analysis : Adjoint analysis object of the response function
| def structural_response.AdjointResponseFunction.__init__ | ( | self, | |
| identifier, | |||
| response_settings, | |||
| model | |||
| ) |
| def structural_response.AdjointResponseFunction.CalculateGradient | ( | self | ) |
| def structural_response.AdjointResponseFunction.CalculateValue | ( | self | ) |
| def structural_response.AdjointResponseFunction.Finalize | ( | self | ) |
| def structural_response.AdjointResponseFunction.GetElementalGradient | ( | self, | |
| variable | |||
| ) |
| def structural_response.AdjointResponseFunction.GetNodalGradient | ( | self, | |
| variable | |||
| ) |
| def structural_response.AdjointResponseFunction.GetValue | ( | self | ) |
| def structural_response.AdjointResponseFunction.Initialize | ( | self | ) |
| def structural_response.AdjointResponseFunction.InitializeSolutionStep | ( | self | ) |
| structural_response.AdjointResponseFunction.adjoint_analysis |
| structural_response.AdjointResponseFunction.adjoint_model_part |
| structural_response.AdjointResponseFunction.identifier |
| structural_response.AdjointResponseFunction.primal_analysis |
| structural_response.AdjointResponseFunction.primal_data_transfer_with_python |
| structural_response.AdjointResponseFunction.primal_model_part |
| structural_response.AdjointResponseFunction.primal_state_variables |
| structural_response.AdjointResponseFunction.response_settings |