Output should display the exact computed solution
Description
The current step scheme first adapts the grid and then prints the solution. This is confusing for users, because the output does not show the actual solution that was computed.
Proposal
Change the order of steps in the Simulation::run
algorithm:
- Compute solution
- Print solution
- Adapt grid (only if loop continues)
How to test the implementation?
Current pipeline works.
Related issues
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information