finesse.analysis.actions.folder.Folder
¶
Overview
- class finesse.analysis.actions.folder.Folder(name, action, solution)[source]¶
Bases:
Action
A Folder action collects a new solution every time the action is called.
An example of this is the ‘post step’ for the xaxis. A folder action is made called post_step and is passed to a function which will do it multiple times. After each step the specificed action is called and its solution will be added to the folder.