Gusto now uses the complex_proxy module to simplify the REXI code (firedrakeproject/gusto#520).
To avoid Gusto depending on asQ the whole module and tests were copied over from asQ. This duplicates code and means that any updates to the module need to be manually added in both repositories.
We should revisit making this module available separately to asQ so both libraries can use the same version.
Gusto now uses the
complex_proxymodule to simplify the REXI code (firedrakeproject/gusto#520).To avoid Gusto depending on asQ the whole module and tests were copied over from asQ. This duplicates code and means that any updates to the module need to be manually added in both repositories.
We should revisit making this module available separately to asQ so both libraries can use the same version.