Skip to content

Commit 6c2d827

Browse files
author
Thomas Baumann
committed
Fixed typo
1 parent 70fa713 commit 6c2d827

File tree

1 file changed

+1
-1
lines changed
  • pySDC/implementations/problem_classes

1 file changed

+1
-1
lines changed

pySDC/implementations/problem_classes/Lorenz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class LorenzAttractor(ptype):
88
Simple script to run a Lorenz attractor problem.
99
1010
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
11+
It is well known for the "Butterfly Effect", because the solution looks like a butterfly (solve to Tend = 100 or
1212
so to see this with these initial conditions) and because of the chaotic nature.
1313
1414
Since the problem is non-linear, we need to use a Newton solver.

0 commit comments

Comments
 (0)