From 3bebeab1ddadd7f98bf8320594d4d96e8df194a0 Mon Sep 17 00:00:00 2001 From: rleu Date: Thu, 25 Jan 2024 07:48:48 +0100 Subject: [PATCH] solve laplace: added results to root readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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`.