- Jun 17, 2023
-
-
David Gobbi authored
These changes allow vtkImageResliceMapper to give correct results for oriented input images (that is, when the Direction isn't the identity matrix). The vtkImageSliceMapper already supported these oriented images. At the same time, the mapper was reformulated so that it now uses the new vtkImageReslice::SetOutputDirection() method instead of using vtkImageReslice::SetResliceAxes().
-
- Jun 15, 2023
-
-
David Gobbi authored
The vtkOpenGLImageSliceMapper::RenderPolygon() method was not accounting for the Direction of the image in the case where the polygon points were set via the SetPoints() method. Direction was only working when rendering to the default rectangle.
-
- May 29, 2023
-
-
David Gobbi authored
-
- May 22, 2023
-
-
David Gobbi authored
-
David Gobbi authored
This tests the ability of vtkImageReslice to produce multi-planar reformats using the SetOutputDirection method.
-
David Gobbi authored
With these changes, vtkImageReslice no longer ignores the Direction of oriented images. For oriented images, the SetOutputDirection() method replaces many of the use cases that were previously handled by the SetResliceAxes() method.
-
- May 19, 2023
-
-
David Gobbi authored
-
- May 17, 2023
-
-
David Gobbi authored
-
David Gobbi authored
Previously, the vtkImageChangeInformation filter always set the DirectionMatrix of its output image to identity. Now it can either pass through the input direction, or set the output direction.
-
- May 15, 2023
-
-
3fa45236 vtkIOSSReader/Writer: MPI support fixes 362759d9 vtkIOSSModel: Simplify GetFields d887649f vtkIOSSWriter: Add dbase properties to ensure unchanged output 1d3ab4f2 Add TestIOSSExodusParallelWriter 4aa8f119 Add TestIOSSExodusWriterClip eb982f7c Add changelog 8bbc31c1 vtkIOSSModel: Fix point ordering for some cell types 38af539c vtkIOSSWriter: Improve Documentation ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10171
-
93a57daa openfoam: add a test for decomposed GGI / global face zone 82cba36c openfoam: ignore extended number of faces (fixes paraview#14235) Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Acked-by:
Sergey Lesnik <sergey.lesnik@gmail.com> Acked-by:
olesen <mark.olesen@esi-group.com> Merge-request: !10174
-
-
c8faa1a9 Multiple bug fixes in VTK FluentCFF Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10109
-
Kitware Robot authored
-
- May 14, 2023
-
-
55118abd Use /utf-8 option when compiling with MSVC Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10194
-
Kitware Robot authored
-
- May 13, 2023
-
-
Kitware Robot authored
-
- May 12, 2023
-
-
Spiros Tsalikis authored
As of now netcdf mpi support is not working for IOSSReader/Writer because mpi calls are called inside the reader/writer instead of the ioss library so we are using comm_null(), instead of comm_world(). In the future, when using comm_world() is used when and SEACAS_HAVE_MPI is on my_processor and processor_count properties should be removed for exodus. For more info. see Ioex::DatabaseIO::DatabaseIO in the ioss library.
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
Add support for EdgeBlock, FaceBlock, EdgeSet, FaceSet, ElementSet
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
The Entity Array Selection are for Node Blocks, Element Blocks, NodeSets, SideSets.
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
If no selector is specified, all blocks will be processed as element blocks unless the input was generated from IOSS, which aids in identifying element/sideset/nodeset blocks.
-
Spiros Tsalikis authored
Also enable vtkIOSSReader to read the original block ids.
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
Also fix some variable naming conventions for consistency.
-