You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend adjoint action to work with mixed spaces (#352)
* Update version number.
* Fix
* Correct tag ref
* Use BaseArgument.__eq__ in Argument (#147)
(cherry picked from commit e683148)
* Oops! Bump version number.
* Fix.
* Bump version.
* Updated to .md README (#275)
* Kebab case in build-wheels.yml (#276)
* Fixes for pypa packaging.
* Correct documentation links (#277)
* Remove unecessary pip pinning (#278)
* Bump version.
* Update version to 2024.2.0
* Extending ufl.lhs and ufl.rhs to mixed domains variational forms
* Add arity optional argument to extract_blocks to be used in compute_form_rhs/lhs
* Fix ruff
* Fix ruff
* Fix lhs / rhs : No need to extract blocks if parts=()
* Extend `MixedFunctionSpace with `ufl.rhs`, `ufl.lhs` and thus `ufl.system`.
* Add `ufl.action` for MixedFunctionSpace
* Extend adjoint action to work with mixed spaces
---------
Co-authored-by: Jack S. Hale <mail@jackhale.co.uk>
Co-authored-by: Chris Richardson <chris@bpi.cam.ac.uk>
Co-authored-by: Michal Habera <michal.habera@gmail.com>
Co-authored-by: Garth N. Wells <gnw20@cam.ac.uk>
Co-authored-by: Cécile <cecile@simula.no>
0 commit comments