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

Jacobian computations are inexact on curved meshes #65

Open
jlchan opened this issue Dec 15, 2022 · 0 comments
Open

Jacobian computations are inexact on curved meshes #65

jlchan opened this issue Dec 15, 2022 · 0 comments

Comments

@jlchan
Copy link
Owner

jlchan commented Dec 15, 2022

Currently, we compute J at interpolation points. This is exact when J is a low enough degree polynomial, but in general it is degree d(N-2) in d dimensions so this approximation may not be exact on curved isoparametric meshes.

This probably isn't a big issue now, but if exactness of the global quadrature wJq is needed, this can be problematic.

@jlchan jlchan changed the title Inexact Jacobian computations on curved meshes Jacobian computations are inexact on curved meshes May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant