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

tools/paraview_meshio_plugin made working with the latest meshio #1423

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

i-l-s-h-a-t
Copy link

…t the error "TypeError: cannot unpack non-iterable CellBlock object" for the line "for meshio_type, data in cells:" fixed.

Example of
"cells": [<meshio CellBlock, type: triangle, num cells: 2, tags: []>, <meshio CellBlock, type: quad, num cells: 1, tags: []>] "cells_dict":
{'triangle': array([[0, 1, 2],
[1, 3, 2]]), 'quad': array([[1, 4, 5, 3]])}

…t the error "TypeError: cannot unpack non-iterable CellBlock object" for the line "for meshio_type, data in cells:" fixed.

Example of
"cells": [<meshio CellBlock, type: triangle, num cells: 2, tags: []>, <meshio CellBlock, type: quad, num cells: 1, tags: []>]
"cells_dict":
{'triangle': array([[0, 1, 2],
       [1, 3, 2]]), 'quad': array([[1, 4, 5, 3]])}
…w Load plugin and it doesn't load new plugin with it. Ideally, Paraview should deliver it with itself.
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

Successfully merging this pull request may close these issues.

None yet

1 participant