firedrakeproject / asQ

A library for implementing ParaDIAG timestepping algorithms using Firedrake
MIT License
4 stars 1 forks source link

Pass a tuple of `Constants` to complex_proxy for the complex coefficients #155

Closed JHopeCollins closed 9 months ago

JHopeCollins commented 10 months ago

This means that we can change the values of the coefficients later on by modifying the Constant. This was already possible where you have direct access to the BilinearForm call, but not when this call was hidden further down the stack - e.g. inside the AuxiliaryBlockPC.