finesse.analysis.actions.Action.run

Action.run(model, return_state=False)[source]
Parameters

model : Model

Model to run this action on

return_state : boolean

If True the AnalysisState object is returned along with the solution

Returns

solution : BaseSolution

Solution object generated by this action

state : AnalysisState, when return_state = True

The final state object after pasing through the action. This can be used to extract the models generated and tuned at later actions.