Skip to content

Understand "reduction_error_analysis" results #2248

Answered by sdrave
CheLamVien asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @CheLamVien, I'm not sure if I understand your question correctly, but error_estimates contains a posteriori error estimates for the model reduction error contained in errors. Those estimates are always upper bounds and generally larger than the true error. (Good estimators have the property that the error is never overestimated by more than a fixed factor.) However, the crucial benefit of such an error estimator is that it can be computed from the reduced solution without knowing the actual full-order solution. To compute the true error, you to compute both the reduced-order and full-order solution.

In pyMOR, a posterior error estimates are computed using the estimate_error method of …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@CheLamVien
Comment options

@sdrave
Comment options

@CheLamVien
Comment options

@CheLamVien
Comment options

Answer selected by sdrave
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