awslabs / palace

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

Optimize electrostatic and magnetostatic capacitance matrix postprocessing #237

Closed sebastiangrimberg closed 1 month ago

sebastiangrimberg commented 2 months ago

Reduces the number of matrix-vector products by N*(N-1)/2 for N terminals or current sources. Still requires N*(N+1)/2 dot products.

Note: Based on https://github.com/awslabs/palace/pull/234