Projection of FE solution on RB space #7
niravshah241
started this conversation in
General
Replies: 1 comment
-
You should be able to mimic what is done in the reduced solve, no? It is enough to precompute the reduced matrix associated to the L^2 inner product (very much like matrices associated to the lhs operator are precomputed) and compute on the fly the reduced vector associated to the L^2 product between the FE solution and the reduced basis. Afterwards, you can solve that system using petsc4py, as done in the reduced solve. |
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
-
I have a problem similar to tutorial 03_hole with scheme similar to following:
I would like to know whether there is method for projecting the FE "solution" on the reduced basis space such as reduced_problem.project .
Beta Was this translation helpful? Give feedback.
All reactions