Skip to content

Commit a518b4a

Browse files
timo-schraderdavidscn
timo-schrader
authored andcommitted
Fixed wrong variable in Franke3D function
1 parent 380b8f2 commit a518b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/precice-aste-evaluate

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class Calculator:
148148
pre_def_functions = {
149149
"franke3d": "0.75*exp(-((9*x-2)^2+(9*y-2)^2+(9*z-2)^2)/4)"
150150
"+0.75*exp(-((9*x+1)^2/49+(9*y+1)/10+(9*z+1)/10))"
151-
"+0.5*exp(-((9*x-7)^2+(9*y-3)^2+(9*y-5)^2)/4)"
151+
"+0.5*exp(-((9*x-7)^2+(9*y-3)^2+(9*z-5)^2)/4)"
152152
"-0.2*exp(-((9*x-4)^2+(9*y-7)^2+(9*z-5)^2))",
153153
"eggholder3d": "-x*sin(sqrt(abs(x-y-47)))-(y+47)*sin(sqrt(abs(0.5*x+y+47)))"
154154
"-y*sin(sqrt(abs(y-z-47)))-(z+47)*sin(sqrt(abs(0.5*y+z+47)))",

0 commit comments

Comments
 (0)