brodbeck-m / dolfinx_eqlb

Efficient reconstruction of H(div) conforming fluxes in FEniCSx. These fluxes can be used to calculate a posteriori error estimates for adaptive FEM calculations.
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Equilibration after EV: Improve performance of solver for patch-wise equation systems #4

Open brodbeck-m opened 4 months ago

brodbeck-m commented 4 months ago

Equilibartion following EV is based on patch-wise equation systems which have double-saddle-point-structure. For the imposition of the weak symmetry condition id turned out, that a Schur complement based solver improved the performance. This should also be tested and implemented for EV.

This issue is linked to the rework of the patch-wise data handling, in order to avoid the repeated recreation of the storage on each patch (see issue #5).