Closed Telos4 closed 1 year ago
cc @akaszynski?
Sorry @Telos4 for the delay.
I need to fix the docs here, because it should read that you can output the result to pyansys/pymapdl-reader in the Archive class in save_as_archive.
Leaving this open as an issue until the docs are resolved.
The documentation of the
write()
method claims that meshes can be output in Ansys.cdb
format:However, I think this is not actually possible with the most recent version of
tetgen==0.6.2
andpyvista==0.38.3
. Am I missing something?Here's a short demo:
This gives the error:
I suggest the documentation should be fixed or (preferably) the
.cdb
output should be implemented inpyvista
.