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

Inverted Inner Product matrices on Curvilinear Mesh #260

Open
jcapriot opened this issue Aug 16, 2021 · 0 comments
Open

Inverted Inner Product matrices on Curvilinear Mesh #260

jcapriot opened this issue Aug 16, 2021 · 0 comments

Comments

@jcapriot
Copy link
Member

The inner product matrices on CurvilinearMesh all require a full matrix inverse, as none of them are actually diagonal.
This means that
mesh.get_face_inner_product(invert_matrix=True)
should fail on CurvilinearMesh.
Currently it silently proceeds in a manner that is incorrect; it takes the inverse of the diagonal of the inner product Matrix.
image

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