Problem.restart_analysis
- Problem.restart_analysis(*args, **kwargs)[source]
Continue a previous analysis from a given increement with additional steps.
- Parameters:
- problem
compas_fea2.problme.Problem The problem (already analysed) to continue.
- startfloat
Time-step increment.
- steps[
compas_fea2.problem.Step] List of steps to add to the orignal problem.
- problem
- Raises:
- ValueError
_description_
Notes
For abaqus, you have to specify to save specific files during the original analysis by passing the restart=True option.