awslabs / palace

3D finite element solver for computational electromagnetics
https://awslabs.github.io/palace/dev
Apache License 2.0
237 stars 49 forks source link

Timer fixes for linear solves #147

Closed sebastiangrimberg closed 9 months ago

sebastiangrimberg commented 9 months ago

Configure linear solver timing to only count preconditioning and coarse solve time for primary solvers (not error estimation, divergence-free projection, etc.). Also add timing category for divergence-free projection for eigenvalue solves.

sebastiangrimberg commented 9 months ago

@kllrak I added you as an optional reviewer as the Timer functionality is something you've worked on in the past. Feel free to take a look if you're able!