Changes

Version 1.1.1

  • [SRC] Updated MeshTool.

  • [SRC] Bug fix in Mesh.query_idxlist function.
    • The default threshold array was initialized with the wrong size.

    • The threshold argument can be a single value.

    • Return the index not an array if only one index was found.

  • [DOC] Updated documentation for pymeshtool.query_idxlist function.

  • [DOC] Added preprint to online documentation.

Version 1.1.0

  • [SRC] Added Mesh.extract_elements to extract a sub-mesh based on a list of element indices.

  • [SRC] Bug fix in pymeshtool.save_vtx function.

  • [DOC] Updated documentation for pymeshtool.save_vtx function.

Version 1.0.0

  • [GEN] Published version 1.0.0 to PyPi.