Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CWillberg committed Apr 3, 2024
1 parent c6078cc commit 10fa818
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/man/solver/solver.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
| Fixed dt | Float | Yes | Defines a fixed time step |
| Number of Steps | Int | Yes | Defines a fixed number of steps |

>Note: If a fixed time step is defined, the time integration can become unstable.

!!! warning "Fixed dt"
If a fixed time step is defined, the time integration can become unstable.


The Verlet time integration is used as standard solver for dynamic hyperbolic differential equation of motion. It is also used in Peridigm [LittlewoodDJ2023](@cite). The displacements for step $i+1$ are solved as follows
Expand Down

0 comments on commit 10fa818

Please sign in to comment.