Add Level: to manual pages currently missing itCommit-type: documentation
Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
ViewerVTK: use header_type="UInt64" to use 64-bit byte counts in binary appendedThis feature is mentioned under `HeaderType` in these docs, and seems tohave been supported for a long time. http
ViewerVTK: use header_type="UInt64" to use 64-bit byte counts in binary appendedThis feature is mentioned under `HeaderType` in these docs, and seems tohave been supported for a long time. https://kitware.github.io/paraview-docs/v5.7.0/python/paraview.simple.XMLPUnstructuredGridWriter.htmlIt was not documented in the usual file format docs, which have not beenupdated 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-formatsI've tested that these files work in Paraview and VisIt.Thanks-to: Dave May <dave.mayhem23@gmail.com>
show more ...
Move error checking for 3d DMDA Jacobi coloring to coloring location from matrix locationThus the error will only be triggered when it is truly an issueCommit-type: error-checking, usability
Replace use of SETERRQ() with modern PetscCheck styleCommit-type: style
Completely trivial code formatting
Merge remote-tracking branch 'origin/release'
Fix Typos
Make PetscErrorCode a non-discardable enum
Cleaned up manual pages for DMDAVecGet/Restore*() to also discuss F90 interfaces (F90 manpages refer to Fortran section of C manpages).
Merge branch 'knepley/fix-da-point-location' into 'main'Swarm: Add DMSwarmGetMigrateType() and DMSwarmSetMigrateType()See merge request petsc/petsc!5941
DA: Fixed 3D point location
DM VTK: fix binary appended offsets to use 64-bit indicesThis fixes writing VTK files with negative offsets when the file writtenwill exceed 2 GiB. A sample run that will create such a file (the l
DM VTK: fix binary appended offsets to use 64-bit indicesThis fixes writing VTK files with negative offsets when the file writtenwill exceed 2 GiB. A sample run that will create such a file (the lastPieces 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
Fix manual pages in a variety of parts of src/dmStill many other parts of DM need to have their manual pages updatedCommit-type: housekeeping/spend 4h
Merge branch 'hongzh/improve-fd-coloring' into 'main'Add MatEliminateZerosSee merge request petsc/petsc!5816
Add MatEliminateZeros
DA ex1: Added point location test
DMDA: Fix for point location with ghosted boundaries- I think someone just put the changes in the wrong location
DM: Rework options handling for coordinate DM- DMSetFromOptions() also calls it for the coordinate DM- Give coordinate DM the prefix cdm_ + DM prefix- Plex turns off reordering and calls SetFromOp
DM: Rework options handling for coordinate DM- DMSetFromOptions() also calls it for the coordinate DM- Give coordinate DM the prefix cdm_ + DM prefix- Plex turns off reordering and calls SetFromOptions- PlexTransform marks setfromoptionscalled on the transformed DM- Fix options prefix and setfromoptions in DMPlexProjectCoordinates()
Purge sprintf() from the repo
A few more codespell fixes
housekeeping: remove last mentions of PetscNewLog from source
12345678910>>...48