Skip to content

Support for prism and hexahedron

Kanato Kono requested to merge import_avs_penta_hexa into master
  • Added features related to reading avs files with prism or hexahedron elements.
  • This revision only refers importing results. Informations about how to make prism/hexahedron meshes are provided by another code/instruction.
  • In importfistrAvsResults.py, file readings, surface extractions and node renumberings are modified for prism/hexahedron.
  • All candidates (1st-order prism, 2nd-order prism, 1st hexa and 2nd hexa) are available.

  • Discussion: at extract_surface(), initializations of tables (dict) and operations for used nodes can be merged.
    • Until these commits, we have only used tetrahedrons, so writing initializations/operations separately was easier to understand.

References

Edited by Kanato Kono

Merge request reports