Skip to content
Snippets Groups Projects
Commit 2563d289 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

new argument to ddm solve() to specify if the subdomain matrices don't change...

new argument to ddm solve() to specify if the subdomain matrices don't change when changing the physical/artificial commutator.

If matrices don't change, always reuse the factorization in solve() - which eliminates 2 factorizations per solve per subdomain.

This should eventually be auto-detected, by checking if the bilinear terms in the volume formulations depend on the physical/artificial commutator.

This patch also changes the handling of verbosity for "inner" solve operations, by setting to verbose-1 (instead of the harcoded value 2)
parent df11a7be
No related branches found
No related tags found
1 merge request!9new argument to ddm solve() to specify if the subdomain matrices don't change...
Pipeline #8985 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment