LCOV - code coverage report
Current view: top level - src - franke.jl (source / functions) Hit Total Coverage
Test: on branch nothing Lines: 2 2 100.0 %
Date: 2025-02-19 11:29:30 Functions: 0 0 -

          Line data    Source code
       1             : """
       2             :     z = franke(x, y)
       3             : 
       4             : Franke's bivariate test function.
       5             : """
       6           1 : function franke(x, y)
       7           1 :     0.75exp(-(9*x-2)^2/4-(9*y-2)^2/4) +
       8             :     0.75exp(-(9*x+1)^2/49-(9*y+1)/10) +
       9             :     0.50exp(-(9*x-7)^2/4-(9*y-3)^2/4) +
      10             :    -0.20exp(-(9*x-4)^2-(9*y-7)^2)
      11             : end

Generated by: LCOV version 1.16