Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
00c979e
Functional transformation for mesh-independent optimization
jrmaddison Aug 29, 2025
a5ce82b
Mass inverse test for L2TransformedFunctional
jrmaddison Aug 29, 2025
bdae3bc
Optionally resolve ill-posedness introduced by the extension to a dis…
jrmaddison Aug 29, 2025
4bb0ef4
Tidying
jrmaddison Aug 29, 2025
b13b64d
Adding missing functional term
jrmaddison Sep 1, 2025
a2e0a06
Poisson equation constrained optimization unit test
jrmaddison Sep 1, 2025
0bf7882
Add checks for number of forward evaluations
jrmaddison Sep 1, 2025
9af0c95
Tidying
jrmaddison Sep 1, 2025
60b5734
Fix + tidying
jrmaddison Sep 2, 2025
898578a
DG optimization
jrmaddison Sep 2, 2025
829232a
Add comment
jrmaddison Sep 2, 2025
26f4f9a
Minor fix
jrmaddison Sep 2, 2025
b2461f4
Add L2TransformedFunctional.hessian, add TAO test using tao_type_nls,…
jrmaddison Sep 4, 2025
5291549
Add L2TransformedFunctional.tlm, minor updates
jrmaddison Sep 4, 2025
cb6c737
Tidying
jrmaddison Sep 4, 2025
3d48291
Use a RieszMap for the projection and adjoint projection, update imports
jrmaddison Sep 18, 2025
a7e8457
Add reference
jrmaddison Sep 19, 2025
fd2b58f
Docstring updates
jrmaddison Sep 19, 2025
8a0850b
Remove some comments (notes to myself)
jrmaddison Sep 19, 2025
081571e
Minor tidying
jrmaddison Sep 22, 2025
e0a3ef8
Parallelize
jrmaddison Sep 22, 2025
73d980a
Control L2Cholesky caching
jrmaddison Sep 22, 2025
fe20ba8
Defensively hold references to matrices
jrmaddison Sep 22, 2025
c5201f0
Docstring update, minor edits
jrmaddison Sep 23, 2025
90903a7
Add optional space_D argument
jrmaddison Sep 23, 2025
751bca1
Tidying
jrmaddison Sep 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions firedrake/adjoint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
from firedrake.adjoint.ufl_constraints import UFLInequalityConstraint, \
UFLEqualityConstraint # noqa F401
from firedrake.adjoint.ensemble_reduced_functional import EnsembleReducedFunctional # noqa F401
from firedrake.adjoint.transformed_functional import L2RieszMap, L2TransformedFunctional # noqa: F401
import numpy_adjoint # noqa F401
import firedrake.ufl_expr
import types
Expand Down
Loading
Loading