Edit me

Introduction

Execution policies are used to execute an analysis which will be used to compute response values and/or gradients. Overview of available ExecutionPolicys can be found here.

These analysis may be:

  • Kratos static analysis
  • Kratos dynamic analysis
  • External analysis

Depending on the analysis, you may have to develop your won ExecutionPolicy to be used with optimization analysis.

All the information about new design updates are passed via Kratos::ModelPart, hence no additional information will be passed to this except for OptimizationProblem data container.

Source files