Skip to content

SolutionStrategy.after_nonlinear_failure saves time step data causing weird visualization #1421

Open
@vlipovac

Description

@vlipovac

The base solution strategy at line 477 calls self.save_data_time_step() after a time step failes to converge.
If the time manager then goes back in time and reduces dt, and converges, it results in a weird visualization where the simulation jumps back and forth in time.

weird.mp4

To me this is unexpected behavior, useful only for debugging maybe.
Should this be removed? Or at least made optional?

Metadata

Metadata

Labels

bugSomething is not working as expected.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions