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

[VTK] Missing biquadratic element - 9 noded quads #11703

Open
jginternational opened this issue Oct 20, 2023 · 0 comments
Open

[VTK] Missing biquadratic element - 9 noded quads #11703

jginternational opened this issue Oct 20, 2023 · 0 comments
Labels

Comments

@jginternational
Copy link
Member

Description
When using biquadratic quadrilaterals, (9-nodes) Kratos can not find the element for VTK.

  File "E:\GiD\GiD 16.1.6d\scripts\tohil\python\lib\site-packages\KratosMultiphysics\vtk_output_process.py", line 67, in PrintOutput
    self.vtk_io.PrintOutput()
RuntimeError: Error: Modelpart contains elements or conditions with geometries for which no VTK-output is implemented!
Cell type: 10

I've seen in https://github.com/KratosMultiphysics/Kratos/blob/master/kratos/input_output/vtk_definition.cpp that we have not defined this element for VTK, that corresponds to VTK_BIQUADRATIC_QUAD, cell type 28 in:
https://kitware.github.io/vtk-js/api/Common_DataModel_CellTypes.html

@jginternational jginternational changed the title [VTK] MIssing biquadratic element - 9 noded quads [VTK] Missing biquadratic element - 9 noded quads Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant