style-fixes
Merge remote-tracking branch 'origin/release'
Merge branch 'jczhang/vecscatter-view-as-mat' into 'main'Add an option to view the Mvctx of a sparse matrix in matlab, draw or binarySee merge request petsc/petsc!4427
SF: add support to view the communication pattern as a matrix
vec/vec/tests/ex48: reuse viewer, test flushing
Vec: fix bugs in Min/Max and friends when MPIUNI is usedadd tests
add test vec_is_is_tests-ex9%
ISLocalToGlobalMappingCreate: support PETSC_USE_POINTER
ISLocalToGlobalMappingCreate: remove redundant initializations
ISLocalToGlobalMappingCreateSF: allow start = PETSC_DECIDE
Merge branch 'haplav/plex-hdf5-remove-redundant-timestepping-attribs' into 'main'HDF5: save timestepping attribute only if it is trueSee merge request petsc/petsc!4398
HDF5: save timestepping attribute only if it is true;it is false by default so no need to infest all datasets with that
PetscSFCreateByMatchingIndices: minor manpage fix
improve manpages of ISEqual,ISEqualUnsorted
PetscSFSetGraphLayout manpage: clarify iremote
doc fixes
Lazy allocation of the CPU array for Viennacl vectors
Lazy allocation of the CPU array for CUDA vectorsNo need to allocate space on CPU when creating CUDA vectors.
Add VecBoundtoCPU and MatBoundToCpu queries
SF: revise manual of PetscSFGetGraph close #999 Reported-by: Eric Chamberland (@eric.chamberland)
Add VecMean() to calculate arithmetic mean of the elements of a vector.This is just a convenience wrapper around VecSum(), but having it is consistent with having MatGetColumnMeans().
Style: replace "!rank" with "rank == 0"In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les
Style: replace "!rank" with "rank == 0"In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds lesstightly, so the result of the computation would otherwise change.
show more ...
Merge remote-tracking branch 'origin/jose/fix-manpages'Fix manpages to avoid errors reported by doctextSee merge request petsc/petsc!4309
Fix manpages: more errors reported by doctext
Fix manpages: Argument --> Parameter (required to enable sowing checks)
1...<<41424344454647484950>>...278