Commits on Source (60)
-
Kees van Kooten authored
-
Kees van Kooten authored
-
Kees van Kooten authored
-
Kees van Kooten authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
Most variables were associated to either the whole dataset or only the subpart that belongs to the current MPI rank. Move them to dedicated structures to make it clearer. It also helps with name consistency
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
This limits the number of nested scopes, which is better for readability
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
Each rank should have the correct spacing set for the whole structure, not only for the blocks belonging to it.
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
Specially distributed testing of Conduit to AMR conversion
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
The (anonymous) namespace contains method for AMR manipulation. Name it to reflect that.
-
Nicolas Vuaille authored
vtkOverlappingAMR offers an `Audit` (debug) method. Update it to also catch spacing vs refinement consistency.
-
Nicolas Vuaille authored
-
Kees van Kooten authored
-
Kees van Kooten authored
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Kitware Robot authored
-
Louis Gombert authored
-
47c86dc5 Tests: Improve ParticlesTracers test and add testing for UG 66ac7a64 vtkParticleTracer: Fix a crash with unstructured input Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !11949
-
9d967be1 Readability: avoid single letter variables 2a1e821a Add spacing/refinement consistency check e2457871 Move to named namespace bb9a58ee Add safe guard to access conduit node a0d953a7 Improve AMR testing ba1bf6d7 Modernize memory management in AMR examples 1244ff34 Update AMR class documentation 180b6344 Initialize spacing for each block on each rank ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !11959
-
Kitware Robot authored
-
Sankhesh Jhaveri authored
PBR light calculations treated all lights as positional lights when directional and positional lights were intermixed.
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
5feaa844 VTKHDF testing: only use 1 polydata transient file efd0b31f VTKHDF Writer: Fix external links error catching for composite datasets e7757ef0 VTKHDFWriter composite: add release note cb0cc57a VTKHDF Writer testing: add new testing data 0df1562e VTKHDF writer: force not using external datasets with composite+temporal 2b60b86b VTKHDF writer: fix temporal composite test c3db4571 VTKHDFWriter: fix temporal multiblock 9962a98b VTKHDFWriter Composite temporal: fix creating hierarchy for PDC ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !11958
-
Ben Boeckel authored
This makes it easy to go from CDash back to the CI infrastructure.
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Code extracted from: https://gitlab.kitware.com/third-party/fast_float.git at commit edf3589848bcb134cee67df62de292db16ab1ef5 (for/vtk-20250313-8.0.2).
-
Spiros Tsalikis authored
# By fast_float Upstream * upstream-fast_float: fast_float 2025-03-12 (edf35898)
-
7d6d0239 More compile warnings removed 8bacbc1e Added virtual destructor to vtkAnariPolyDataMapperInheritInterface 632649c4 Interface consistency of vtkAnariRendere SetParameter 6f4af434 Updated Glyph mapper and device for better compliance b640ce5a Added vtkGlyphmapper3D support cdd02f32 Added support for ANARI backends supporting a scenegraph workflow Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Acked-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !11824
-
Sankhesh Jhaveri authored
PBR light calculations treated all lights as positional lights when directional and positional lights were intermixed.
-
David Gobbi authored
This provides compatability between Qt and the native interactors, which all generate ConfigureEvent in response to X11/Win32/macOS window resize event.
-
David Gobbi authored
This improves compatability between vtkWebAssemblyRenderWindowInteractor and the native interactors, which all generate ConfigureEvent in response to X11/Win32/macOS window resize events.
-
David Gobbi authored
The vtkRenderWindowInteractor generates ConfigureEvent when it is notified by the UI that the window size has changed (the ConfigureEvent was added in VTK 3.2), so the recent addition of WindowResizeEvent to the interactor was unnecessary and has caused problems because it was not correctly generated by X11. The ConfigureEvent, unlike WindowResizeEvent, is observed by and customizable via the vtkInteractorStyle classes. The ConfigureEvent itself is not deprecated, only its use with vtkRenderWindowInteractor is deprecated. This event was added in VTK 8.2 to check when vtkWindow::Size is modified, and it is still serves this purpose (particularly for programs that do not have an interactor).
-
69df00cc Merge branch 'upstream-fast_float' into update-fast_float_8.0.2 8aa09616 fast_float 2025-03-12 (edf35898) 85168b83 Add changelog 730fd48e fast_float: update.sh to 8.0.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11975
-
Kitware Robot authored
-
d481b0aa cmake: report CI information in the configure output Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11980
-
9213e50f Fix light calculations for PBR interpolation with wasm c861d94e Release note for pbr lighting fixes 34e23a4b Testing for intermixed light types with PBR 3046b481 Fix light calculations for PBR interpolation Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !11978
-
Kitware Robot authored
-
84e97fc8 Deprecate interactor WindowResizeEvent a50de5df Invoke ConfigureEvent for WebAssembly EVENT_RESIZE 623f771f Generate ConfigureEvent from Qt QResizeEvent Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11969
-
Kitware Robot authored
Showing
- CMake/vtkCI.cmake 21 additions, 0 deletionsCMake/vtkCI.cmake
- CMake/vtkVersion.cmake 1 addition, 1 deletionCMake/vtkVersion.cmake
- CMakeLists.txt 1 addition, 0 deletionsCMakeLists.txt
- Common/Core/vtkObject.cxx 12 additions, 0 deletionsCommon/Core/vtkObject.cxx
- Common/DataModel/vtkAMRInformation.cxx 21 additions, 0 deletionsCommon/DataModel/vtkAMRInformation.cxx
- Common/DataModel/vtkOverlappingAMR.h 25 additions, 6 deletionsCommon/DataModel/vtkOverlappingAMR.h
- Common/DataModel/vtkUniformGridAMR.h 6 additions, 3 deletionsCommon/DataModel/vtkUniformGridAMR.h
- Documentation/release/dev/add-qt-configure-event.md 6 additions, 0 deletionsDocumentation/release/dev/add-qt-configure-event.md
- Documentation/release/dev/fix-particle-tracer-unstructured.md 9 additions, 0 deletions...mentation/release/dev/fix-particle-tracer-unstructured.md
- Documentation/release/dev/pbr-lighting.md 17 additions, 0 deletionsDocumentation/release/dev/pbr-lighting.md
- Documentation/release/dev/pbr_light_before.png 0 additions, 0 deletionsDocumentation/release/dev/pbr_light_before.png
- Documentation/release/dev/update-fast_float-8.0.2.md 4 additions, 0 deletionsDocumentation/release/dev/update-fast_float-8.0.2.md
- Documentation/release/dev/vtkhdf-writer-composite-temporal.md 3 additions, 0 deletions...mentation/release/dev/vtkhdf-writer-composite-temporal.md
- Examples/AMR/Cxx/AMRCommon.h 7 additions, 11 deletionsExamples/AMR/Cxx/AMRCommon.h
- Examples/AMR/Cxx/Generate2DAMRDataSetWithPulse.cxx 10 additions, 15 deletionsExamples/AMR/Cxx/Generate2DAMRDataSetWithPulse.cxx
- Examples/AMR/Cxx/Generate3DAMRDataSetWithPulse.cxx 15 additions, 14 deletionsExamples/AMR/Cxx/Generate3DAMRDataSetWithPulse.cxx
- Filters/FlowPaths/Testing/CMakeLists.txt 6 additions, 3 deletionsFilters/FlowPaths/Testing/CMakeLists.txt
- Filters/FlowPaths/Testing/Cxx/TestParticleTracers.cxx 38 additions, 8 deletionsFilters/FlowPaths/Testing/Cxx/TestParticleTracers.cxx
- Filters/FlowPaths/vtkParticleTracerBase.cxx 25 additions, 25 deletionsFilters/FlowPaths/vtkParticleTracerBase.cxx
- Filters/FlowPaths/vtkParticleTracerBase.h 8 additions, 3 deletionsFilters/FlowPaths/vtkParticleTracerBase.h
CMake/vtkCI.cmake
0 → 100644
Documentation/release/dev/pbr-lighting.md
0 → 100644
283 KiB