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
linear_strain_energy_response_function.LinearStrainEnergyResponseFunction Class Reference
Inheritance diagram for linear_strain_energy_response_function.LinearStrainEnergyResponseFunction:
Collaboration diagram for linear_strain_energy_response_function.LinearStrainEnergyResponseFunction:

Public Member Functions

def __init__ (self, str name, Kratos.Model model, Kratos.Parameters parameters, OptimizationProblem optimization_problem)
 
'list[SupportedSensitivityFieldVariableTypes]' GetImplementedPhysicalKratosVariables (self)
 
None Initialize (self)
 
None Check (self)
 
None Finalize (self)
 
Kratos.ModelPart GetEvaluatedModelPart (self)
 
Kratos.ModelPart GetAnalysisModelPart (self)
 
float CalculateValue (self)
 
None CalculateGradient (self, 'dict[SupportedSensitivityFieldVariableTypes, KratosOA.CollectiveExpression]' physical_variable_collective_expressions)
 
str __str__ (self)
 

Public Attributes

 perturbation_size
 
 model
 
 model_part_operation
 
 model_part
 

Constructor & Destructor Documentation

◆ __init__()

def linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.__init__ (   self,
str  name,
Kratos.Model  model,
Kratos.Parameters  parameters,
OptimizationProblem  optimization_problem 
)

Member Function Documentation

◆ __str__()

str linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.__str__ (   self)

◆ CalculateGradient()

None linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.CalculateGradient (   self,
'dict[SupportedSensitivityFieldVariableTypes, KratosOA.CollectiveExpression]'  physical_variable_collective_expressions 
)

◆ CalculateValue()

float linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.CalculateValue (   self)

◆ Check()

None linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.Check (   self)

◆ Finalize()

None linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.Finalize (   self)

◆ GetAnalysisModelPart()

Kratos.ModelPart linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.GetAnalysisModelPart (   self)

◆ GetEvaluatedModelPart()

Kratos.ModelPart linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.GetEvaluatedModelPart (   self)

◆ GetImplementedPhysicalKratosVariables()

'list[SupportedSensitivityFieldVariableTypes]' linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.GetImplementedPhysicalKratosVariables (   self)

◆ Initialize()

None linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.Initialize (   self)

Member Data Documentation

◆ model

linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.model

◆ model_part

linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.model_part

◆ model_part_operation

linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.model_part_operation

◆ perturbation_size

linear_strain_energy_response_function.LinearStrainEnergyResponseFunction.perturbation_size

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