We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fa713 commit 6c2d827Copy full SHA for 6c2d827
pySDC/implementations/problem_classes/Lorenz.py
@@ -8,7 +8,7 @@ class LorenzAttractor(ptype):
8
Simple script to run a Lorenz attractor problem.
9
10
The Lorenz attractor is a system of three ordinary differential equations that exhibits some chaotic behaviour.
11
- It is well known for the "Butterfly Effect", because the solution looks like a butterfly (solve to Tend = 100) or
+ It is well known for the "Butterfly Effect", because the solution looks like a butterfly (solve to Tend = 100 or
12
so to see this with these initial conditions) and because of the chaotic nature.
13
14
Since the problem is non-linear, we need to use a Newton solver.
0 commit comments