diff --git a/README.md b/README.md index 0204f3b..67b4166 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,16 @@ For more information, see +### Solve Laplace + +The script used to measure and compare python performance is located at +`p1afempy/tests/manual/performance_test_solve_laplace.py`. +In every iteration, i.e. on each mesh, we measured the CPU time needed for solving $4$ times. +For more information, see +`p1afempy/tests/data/matlab_performance/solve_laplace/readme.md`. + + + ## Performance upgrade In the following, we describe how to get more (the most) performance out of `solve_laplace`.