mesh-adaptation / goalie

Goal-oriented error estimation and mesh adaptation for finite element problems solved using Firedrake
Other
1 stars 1 forks source link

Remnant `adjoint` variables after removal? #83

Closed acse-ej321 closed 8 months ago

acse-ej321 commented 8 months ago

@jwallwork23 - I ran into an issue when running the burgers demo with what looks like a bool variable called adjoint passed to the solve_adjoint function. It looks like this may have been deleted from the interpolation.py project function in commit: [779c5cd] ?(https://github.com/pyroteus/goalie/commit/779c5cd74f6b2257908d38fa9ba7fd1c4a401b5a)

https://github.com/pyroteus/goalie/blob/1c1ed0707650b440b6f16e19d6ec186fa79b9a69/goalie/adjoint.py#L315

https://github.com/pyroteus/goalie/blob/1c1ed0707650b440b6f16e19d6ec186fa79b9a69/goalie/adjoint.py#L394