Skip to content

Commit

Permalink
solve laplace: added results to root readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leuraph committed Jan 25, 2024
1 parent 483aa1a commit 3bebeab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ For more information, see

<img src="figures/newest_vertex_bisection.png">

### 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`.

<img src="figures/solve_laplace.png">

## Performance upgrade

In the following, we describe how to get more (the most) performance out of `solve_laplace`.
Expand Down

0 comments on commit 3bebeab

Please sign in to comment.