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

Modified PointData and CellData VTK export #1389

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

Commits on Nov 25, 2022

  1. Modified PointData and CellData export

    This is necessary, since vtk requires HigherOrderDegrees and
    RationaLWeights as attributes of CellData and PointData, respectively.
    Jonas Harsch committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    071a984 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Added kwarg for vtu file version.

    The current default value is raised to version 2.2 since a version<2.0
    does not support new edges ordering of VTK_BEZIER_HEXAHEDRON cells.
    Jonas Harsch committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    a0e349c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Update _vtu.py

    add version 2.2  in vtu reader
    lisaeb committed May 30, 2023
    Configuration menu
    Copy the full SHA
    99669a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Make pip installable

    Jonas Harsch committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    9b2f23c View commit details
    Browse the repository at this point in the history
  2. Added install requires.

    Jonas Harsch committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    e35977b View commit details
    Browse the repository at this point in the history
  3. Added rich dependency to porject.toml

    Jonas Harsch committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    efb0c40 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. paraview doesn't know vtktypeint32

    Lisa Eberhardt committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7ff7ed7 View commit details
    Browse the repository at this point in the history
  2. add polyline

    Lisa Eberhardt committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e46e738 View commit details
    Browse the repository at this point in the history