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

Wrong output of cell_data in job.evaluate(x0=field, mesh=some_mesh.as_meshio()) if the field contains a mesh with different cells #433

Closed
adtzlr opened this issue Apr 9, 2023 · 0 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@adtzlr
Copy link
Owner

adtzlr commented Apr 9, 2023

because the cell_data refers to the field of the x0-argument (and the cells of its mesh). Hence, the cell-data results are wrongly addressed to the cells of the given mesh.

The only case which is okay is a trimmed mesh, i.e. a mesh where some of the last cells are deleted.

This won't be fixed soon due to limited available time.

@adtzlr adtzlr added bug Something isn't working wontfix This will not be worked on labels Apr 9, 2023
@adtzlr adtzlr closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant