I’ve found bempp.api.enable_console_logging, which gives some useful output from GMRES.
But what I’m really looking for is a more verbose debug log, so that when I run something like:
helmholtz.double_layer(…
I can see exactly what the core is doing, in terms of choosing and running operators etc.
Is this supported or do I need to take another approach?