partially constructing Force matrix from vector & optimization #1027
DanielBoigk
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I have a Bilinearform like this:
As one can see the Forcematrix$K$ of this linear PDE is assembled from some function $\gamma$ .
End goals:
assemble_matrix_and_vector
given thatFor example via Regularization, something like:
for some data$(u_i,f_i)$ and some Regularizer $\mathcal{R}$ .
Is there any hope of making such a map$\gamma \mapsto K_\gamma$ differentiable?
(I want to solve EIT (Electrical Impedance Tomography) right now. I could assemble everything myself but I find the weakform notation of Gridap convenient since it could allow one to easily assemble everything for another problem with other parameters.)
Sorry, that my question is not so specific right now. But I'm digging through your source code right now trying to get Gridap to serve my purpose.
Beta Was this translation helpful? Give feedback.
All reactions