Covariance Operator in Reduced Functional #4462
Unanswered
casanovamaxime
asked this question in
Firedrake support
Replies: 1 comment
-
This is possible by adding additional terms to the cost function. If you have a coefficient Jhat = assemble(inner(u, u)*dx) + assemble(inner(sqrt(nu)*grad(u), grad(u)*sqrt(nu))*dx) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I was wondering if it was possible to add covariance operator in the cost function J we enter in ReducedFunctional(J,m) function
, with m control parameter for optimization problem,
namely instead having the inner product <u,u>_M we have <u,Au>_M where A is an operator we built such as the laplacian one, and M denote the mass matrix,
thanks a lot !
Beta Was this translation helpful? Give feedback.
All reactions