Functions | |
def | extract_values (output_str) |
def | run_fortran (n, alpha, beta, method) |
def | run_python (n, alpha, beta) |
def | test_gjp_quad_rec (n, alpha, beta, method) |
def test_gjp_rec.extract_values | ( | output_str | ) |
Definition at line 7 of file test_gjp_rec.py.
def test_gjp_rec.run_fortran | ( | n, | |
alpha, | |||
beta, | |||
method | |||
) |
Definition at line 18 of file test_gjp_rec.py.
def test_gjp_rec.run_python | ( | n, | |
alpha, | |||
beta | |||
) |
Definition at line 35 of file test_gjp_rec.py.
def test_gjp_rec.test_gjp_quad_rec | ( | n, | |
alpha, | |||
beta, | |||
method | |||
) |
Definition at line 74 of file test_gjp_rec.py.