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.
Public Member Functions | Public Attributes | List of all members
structural_response.AdjointResponseFunction Class Reference

Linear static adjoint strain energy response function. More...

Inheritance diagram for structural_response.AdjointResponseFunction:
Collaboration diagram for structural_response.AdjointResponseFunction:

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
 

Detailed Description

Linear static adjoint strain energy response function.

Attributes

primal_analysis : Primal analysis object of the response function adjoint_analysis : Adjoint analysis object of the response function

Constructor & Destructor Documentation

◆ __init__()

def structural_response.AdjointResponseFunction.__init__ (   self,
  identifier,
  response_settings,
  model 
)

Member Function Documentation

◆ CalculateGradient()

def structural_response.AdjointResponseFunction.CalculateGradient (   self)

◆ CalculateValue()

def structural_response.AdjointResponseFunction.CalculateValue (   self)

◆ Finalize()

def structural_response.AdjointResponseFunction.Finalize (   self)

◆ GetElementalGradient()

def structural_response.AdjointResponseFunction.GetElementalGradient (   self,
  variable 
)

◆ GetNodalGradient()

def structural_response.AdjointResponseFunction.GetNodalGradient (   self,
  variable 
)

◆ GetValue()

def structural_response.AdjointResponseFunction.GetValue (   self)

◆ Initialize()

def structural_response.AdjointResponseFunction.Initialize (   self)

◆ InitializeSolutionStep()

def structural_response.AdjointResponseFunction.InitializeSolutionStep (   self)

Member Data Documentation

◆ adjoint_analysis

structural_response.AdjointResponseFunction.adjoint_analysis

◆ adjoint_model_part

structural_response.AdjointResponseFunction.adjoint_model_part

◆ identifier

structural_response.AdjointResponseFunction.identifier

◆ primal_analysis

structural_response.AdjointResponseFunction.primal_analysis

◆ primal_data_transfer_with_python

structural_response.AdjointResponseFunction.primal_data_transfer_with_python

◆ primal_model_part

structural_response.AdjointResponseFunction.primal_model_part

◆ primal_state_variables

structural_response.AdjointResponseFunction.primal_state_variables

◆ response_settings

structural_response.AdjointResponseFunction.response_settings

The documentation for this class was generated from the following file: