Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with recovered field in SPR #349

Open
mortezah opened this issue Jul 29, 2021 · 2 comments
Open

Issue with recovered field in SPR #349

mortezah opened this issue Jul 29, 2021 · 2 comments

Comments

@mortezah
Copy link
Contributor

There seems to be a bug inside SPR routines, that causes the successively adapted meshes to not converge for some examples. For example, attached is a picture of adaptive-solve (with MFEM and PUMI) for a linear elasticity problem on the upright model. In this picture going from the 1st adapted mesh (middle mesh in the top row) to the 2nd adapted mesh (right mesh in the top row), the mesh gets coarsened a lot.

pumi_mfem_successive_adapted_meshes_upright_model

The following picture shows the recovered fields (computed inside SPR routines) on the same meshes. Note the extremely high value of the recovered field on the 1st adapted mesh (middle mesh in the top row).

pumi_mfem_successive_recovered_field_upright_model

@cwsmith
Copy link
Contributor

cwsmith commented Oct 19, 2022

I think this may have been an off-by-one error. SCOREC/mfem@2d055eb

@mortezah
Copy link
Contributor Author

That could be the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants