- May 15, 2023
-
-
Jaswant Panchumarti (Kitware) authored
- Adds missing RenderingOpenGL2 component. - Earlier, RenderingVtkJS optionally depended on RenderingOpenGL2 and the IOExport component depended on RenderingVtkJS, so everything just worked.
-
Jaswant Panchumarti (Kitware) authored
- useful to skip when mesa version is lower than required
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- functionality moved to vtkCompositePolyDataMapper - the unit tests will still be around until CPDM2 is removed.
-
Jaswant Panchumarti (Kitware) authored
- instead of vtkCompositePolyDataMapper2
-
Jaswant Panchumarti (Kitware) authored
- instead of vtkCompositePolyDataMapper2
-
Jaswant Panchumarti (Kitware) authored
- The corresponding CPDM2 test was already excluded. - Comment reason for exclusion.
-
Jaswant Panchumarti (Kitware) authored
- instead of vtkCompositePolyDataMapper2 - code from vtkOSPRayCompositePolyDataMapper2Node was copied into vtkOSPRayCompositePolyDataMapperNode after dropping the `2` suffix. - mark vtkOSPRayCompositePolyDataMapper2Node for deprecation in next VTK release.
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- Rename included header.
-
Jaswant Panchumarti (Kitware) authored
- instead of `vtkCompositePolyDataMapper2` - OSPRay tests continue to use CPDM2 for now.
-
Jaswant Panchumarti (Kitware) authored
- instead of vtkCompositePolyDataMapper2
-
Jaswant Panchumarti (Kitware) authored
- Copy unit test programs from Rendering/OpenGL2 to Rendering/Core. - These tests use the abstract class `vtkCompositePolyDataMapper` and exercise the delegator mechanisms on OpenGL2 for now. - WebGPU delegator needs work. When ready, these tests can run against WebGPU.
-
Jaswant Panchumarti (Kitware) authored
- Use `vtkCompositePolyDataMapperDelegator` to achieve efficient rendering of huge composite polydata. - This refactor brings the performance of `vtkCompositePolyDataMapper` on par with `vtkCompositePolyDataMapper2`. - Since most of the prep-work is done in Rendering/Core; outside of Rendering/OpenGL2, VTK in general benefits from this code. New derived composite mappers no longer have to restrict themselves to OpenGL2 module.
-
Jaswant Panchumarti (Kitware) authored
- This mapper can render multiple vtkPolyData with similar signature in one shot. - Code copy pasted from vtkCompositePolyDataMapper2.cxx
-
Jaswant Panchumarti (Kitware) authored
- The `GLDelegate` member is an instance of `vtkOpenGLBatchedPolyDataMapper` which will be added in next commit. - This factory override trampolines all function calls to the `GLDelegate` instance.
-
Jaswant Panchumarti (Kitware) authored
- This class will help `vtkCompositePolyDataMapper` render multiple instances of vtkPolyData. - The `Delegate` will be used for actual rendering. - Factory overrides of this abstract delegator are required to create the `Delegate` using a concrete mapper which supports batched rendering. Ex: `vtkOpenGLPolyDataMapper` derived class. - Factory overrides are required to trampoline function calls to the concrete `Delegate` to do any meaningful rendering.
-
Jaswant Panchumarti (Kitware) authored
- Moved from vtkOpenGLVertexBufferObject into vtkPolyDataMapper - All users of this definition are derived instances of vtkPolyDataMapper. - Allows access to ShiftScaleMethod enum from Rendering/Core without linking to Rendering/OpenGL2 module
-
Jaswant Panchumarti (Kitware) authored
- The hash is a signature of a vtkPolyData in terms of rendering. - vtkPolyData with similar signature can be batched together in draw calls by a graphics implementation.
-
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
-