History log of /petsc/src/dm/impls/plex/plexvtu.c (Results 1 – 25 of 206)
Revision Date Author Comments
# ae1ee551 23-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/more-petscdefined' into 'main'

Minor housekeeping

See merge request petsc/petsc!9058


# fc2fb351 21-Feb-2026 Pierre Jolivet <pierre@joliv.et>

Switch some defined(PETSC_ to PetscDefined(


# 5d418981 09-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 7255df78 09-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-vtu-nodmfields' into 'release'

DMPlexVTKWriteAll_VTU: do not assume the DM has fields attached

See merge request petsc/petsc!7930


# 6b8451b4 08-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

DMPlexVTKWriteAll_VTU: do not assume the DM has fields attached


# c3e1cf4f 24-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-18/fix-some-clang-tidy' into 'main'

Fix some code issues exposed by make clang-tidy

See merge request petsc/petsc!7845


# 63bfac88 24-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix some code issues exposed by make clang-tidy


# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# 6497c311 25-Aug-2024 Barry Smith <bsmith@mcs.anl.gov>

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in th

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in the CI

show more ...


# 3d1e08db 30-Aug-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/vtu-barrier' into 'main'

VecView logging times

See merge request petsc/petsc!7791


# 17bfc685 28-Aug-2024 Stefano Zampini <stefano.zampini@gmail.com>

DMPlexVTKWriteAll_VTU: issue barrier to prevent unbalanced logs


# a4da37cc 27-Aug-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/dmplex-mass' into 'main'

Fixes/enhancements for mass matrix support

See merge request petsc/petsc!7649


# c29ce622 21-Aug-2024 Stefano Zampini <stefano.zampini@gmail.com>

DMPLEXVTU: fix for empty processes

add test


# 75970e76 30-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 37efeb20 29-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-dmplexview-vtk' into 'release'

DMPlex: add VTK tests

See merge request petsc/petsc!6500


# 6f98e5d0 24-May-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix for VTU with empty process


# 539d1ec1 17-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/viewer-vtk-binary-64bit' into 'main'

ViewerVTK: use header_type="UInt64" to use 64-bit byte counts in binary appended

See merge request petsc/petsc!6081


# 7d903c4d 17-Feb-2023 Jed Brown <jed@jedbrown.org>

ViewerVTK: fix connectivity offset calculation for PetscVTKInt

Reported-by: Mike Michell <mi.mike1021@gmail.com>


# 4a8c153f 17-Feb-2023 Jed Brown <jed@jedbrown.org>

ViewerVTK: use header_type="UInt64" to use 64-bit byte counts in binary appended

This feature is mentioned under `HeaderType` in these docs, and seems to
have been supported for a long time.

http

ViewerVTK: use header_type="UInt64" to use 64-bit byte counts in binary appended

This feature is mentioned under `HeaderType` in these docs, and seems to
have been supported for a long time.

https://kitware.github.io/paraview-docs/v5.7.0/python/paraview.simple.XMLPUnstructuredGridWriter.html

It was not documented in the usual file format docs, which have not been
updated in ages.

https://vtk.org/wp-content/uploads/2015/04/file-formats.pdf (PDF was created in 2003)
https://kitware.github.io/vtk-examples/site/VTKFileFormats/#xml-file-formats

I've tested that these files work in Paraview and VisIt.

Thanks-to: Dave May <dave.mayhem23@gmail.com>

show more ...


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# 43cdf1eb 21-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 76ebf7e1 15-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/plex-vtk-offset64' into 'release'

DM VTK: fix binary appended offsets to use 64-bit indices

See merge request petsc/petsc!5918


# 0f2609c8 14-Dec-2022 Jed Brown <jed@jedbrown.org>

DM VTK: fix binary appended offsets to use 64-bit indices

This fixes writing VTK files with negative offsets when the file written
will exceed 2 GiB. A sample run that will create such a file (the l

DM VTK: fix binary appended offsets to use 64-bit indices

This fixes writing VTK files with negative offsets when the file written
will exceed 2 GiB. A sample run that will create such a file (the last
Pieces will have negative offsets without this commit):

mpiexec -n 64 ./example -dm_plex_simplex 0 -dm_plex_dim 3 -dm_plex_box_faces 22,22,22 -dm_view vtk:foo.vtu -dm_refine 4

show more ...


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


123456789