Skip to content
Discussion options

You must be logged in to vote

The solution to this was actually simple. I forgot to project the reduced order model solution back to the full solution space before converting it into a fenics vector.

To fix it I simply needed setup_rom to also return reductor and then add the line U2 = reductor.reconstruct(U2) after U2,data2 = solve_rom(rom,alpha).

This gets the norms (technically the square of the norms) to agree.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Frostyant
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Frostyant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants