History log of /petsc/src/vec/ (Results 251 – 275 of 6950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5d41898109-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

0ce28ce809-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-is-compress-default' into 'release'

IS: Change default for I/O compression to PETSC_FALSE

See merge request petsc/petsc!7932

de20161408-Oct-2024 Matthew G. Knepley <knepley@gmail.com>

IS: Change default for I/O compression to PETSC_FALSE

44be734908-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-10-03/mpiwait-all-debug' into 'main'

Add -sf_monitor to print out process activities in neighborhood communication

See merge request petsc/petsc!7921

f933434008-Oct-2024 Junchao Zhang <jczhang@mcs.anl.gov>

Add -sf_monitor to print out process activities in neighborhood communication

a90a69a707-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-10-04/fix-veckok-gpu-log' into 'release'

Fix logging for gpu/cpu memory copying and VecMDot gpu timing

See merge request petsc/petsc!7922

6827d6b307-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/asan' into 'release'

address sanitizer fixes

See merge request petsc/petsc!7927

ea17275a05-Oct-2024 Jose E. Roman <jroman@dsic.upv.es>

Fix compiler warnings from NVIDIA nvc 24.7

"src/vec/is/section/interface/section.c", line 1268: warning: pointless comparison of unsigned integer with zero [unsigned_compare_with_zero]
PetscCa

Fix compiler warnings from NVIDIA nvc 24.7

"src/vec/is/section/interface/section.c", line 1268: warning: pointless comparison of unsigned integer with zero [unsigned_compare_with_zero]
PetscCall(PetscMalloc1(last >= 0 ? s->bc->atlasOff[last] + s->bc->atlasDof[last] : 0, &s->bcIndices));
^

"src/mat/impls/aij/mpi/mumps/mumps.c", line 2101: warning: loop is not reachable [loop_not_reachable]
PetscCheck(!schur, PETSC_COMM_SELF, PETSC_ERR_SUP, "Cannot use -%smat_mumps_use_omp_threads with the Schur complement feature", ((PetscObject)F)->prefix ? ((PetscObject)F)->prefix : "");
^

"src/dm/impls/swarm/swarm.c", line 217: warning: variable "flg" was set but never used [set_but_not_used]
PetscBool flg;
^

"src/ts/utils/dmplexlandau/plexland.c", line 1848: warning: loop is not reachable [loop_not_reachable]
PetscCall(PetscFree4(ww, xx, yy, invJ_a));
^

show more ...

887451b305-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

PFString: fix asan warnings

6dd40b4c04-Oct-2024 Junchao Zhang <jczhang@anl.gov>

VecKokkos: fix logging for gpu/cpu memory copy and VecMDot gpu timing

PetscLogGpuTime is only used for Kokkos kernel execution, excluding time for moving data to GPU

8a40300803-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

Fix missing initializer for member errors [-Werror=missing-field-initializers]

fef1ebd030-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Fix -Wshorten-64-to-32

src/vec/is/utils/hdf5/hdf5io.c:120:46: warning: implicit conversion loses integer precision: 'PetscInt' (aka 'long long') to 'int' [-Wshorten-64-to-32]
120 | PetscCallMP

Fix -Wshorten-64-to-32

src/vec/is/utils/hdf5/hdf5io.c:120:46: warning: implicit conversion loses integer precision: 'PetscInt' (aka 'long long') to 'int' [-Wshorten-64-to-32]
120 | PetscCallMPI(MPI_Allgatherv(lcind, cmap->n, MPIU_INT, ctx->cind, counts, displs, MPIU_INT, comm));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/petsclog.h:541:123: note: expanded from macro 'MPI_Allgatherv'
541 | (PetscAddLogDouble(&petsc_gather_ct, &petsc_gather_ct_th, PetscMPIParallelComm(comm)) || MPI_Allgatherv((sendbuf), (sendcount), (sendtype), (recvbuf), (recvcount), (displs), (recvtype), (comm)))
| ~~~~~~~~~~~~~~ ^~~~~~~~~
include/petscerror.h:784:102: note: expanded from macro 'PetscCallMPI'
784 | #define PetscCallMPI(...) PetscCallMPI_Private(PetscStackPop, SETERRQ, PETSC_COMM_SELF, __VA_ARGS__)
| ^~~~~~~~~~~
include/petscerror.h:774:32: note: expanded from macro 'PetscCallMPI_Private'
774 | ierr_petsc_call_mpi_ = __VA_ARGS__; \
| ^~~~~~~~~~~

show more ...

d7c1f44029-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Fix typos

f180259e28-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-hdf5-opt' into 'main'

IS+HDF5: Add run-length compression to IS I/O

See merge request petsc/petsc!7862

7ada2a5128-Sep-2024 Mark Adams <524115-markadams4@users.noreply.gitlab.com>

CUVEC: fix copy from device to default to copy to device


/petsc/.gitlab-ci.yml
/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/functions.py
/petsc/config/BuildSystem/config/libraries.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/MPICH.py
/petsc/config/BuildSystem/config/packages/hpddm.py
/petsc/config/BuildSystem/config/utilities/cacheDetails.py
/petsc/config/examples/arch-ci-linux-pkgs-opt.py
/petsc/config/examples/arch-ci-linux-pkgs-valgrind.py
/petsc/config/gmakegentest.py
/petsc/config/testparse.py
/petsc/doc/changes/dev.rst
/petsc/doc/developers/testing.rst
/petsc/include/petsc/private/cupmatomics.hpp
/petsc/include/petsc/private/pcbjkokkosimpl.h
/petsc/include/petscoptions.h
/petsc/include/petscsystypes.h
/petsc/src/binding/petsc4py/src/lib-petsc/compat/plexexodusii.h
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/DMPlex.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscdmplex.pxi
/petsc/src/dm/impls/plex/cgns/plexcgns2.c
/petsc/src/dm/impls/plex/tests/ex3.c
/petsc/src/dm/impls/plex/tests/ex34.c
/petsc/src/dm/impls/plex/tests/ex37.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/tutorials/ex87.c
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/bjkokkos.kokkos.cxx
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/ex108.c
/petsc/src/mat/tests/ex125.c
/petsc/src/snes/tutorials/ex12.c
/petsc/src/snes/tutorials/ex55k.kokkos.cxx
/petsc/src/snes/tutorials/ex69.c
/petsc/src/sys/classes/viewer/impls/cgns/cgnsv.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/ts/utils/dmplexlandau/plexland.c
vec/impls/seq/cupm/vecseqcupm_impl.hpp
21c4222602-Sep-2024 Matthew G. Knepley <knepley@gmail.com>

IS+HDF5: Add run-length compression for arithmetic progressions to IS I/O
- Add DMPlexGetDepthStratumGlobalSize()
- Add name and compression info to HDF5ReadCtx
- Add compression argument to PetscVie

IS+HDF5: Add run-length compression for arithmetic progressions to IS I/O
- Add DMPlexGetDepthStratumGlobalSize()
- Add name and compression info to HDF5ReadCtx
- Add compression argument to PetscViewerHDF5ReadSizes_Private() and PetscViewerHDF5Load_Internal()
- Gather compressed info to all procs when loading
- Set name for local coordinates
- Add logging
- Add -is_view_compress to turn off compression
- Add -dm_plex_view_coordinate_section to just output coordinates
- Add -dm_plex_view_labels to turn off label output
- Support loading coordinates without section

show more ...

bd15874425-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Fix wrong PetscErrorCode

03e7620725-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Use PetscObjectContainerCompose() when applicable

0d5ef98a18-Sep-2024 Satish Balay <balay@mcs.anl.gov>

CI: update checkclangformat to use clang-format-19.1.0


/petsc/.clang-format
/petsc/.gitlab-ci.yml
/petsc/include/petscsys.h
/petsc/lib/petsc/conf/rules_util.mk
/petsc/src/dm/dt/interface/dtweakform.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgmsh.c
/petsc/src/dm/impls/plex/plexproject.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gcr/pipegcr/pipegcr.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/modpcf.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres2.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitfuncf.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/tutorials/ex59.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bddc/bddcschurs.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/ksp/pc/impls/mat/pcmat.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mpi/pcmpi.c
/petsc/src/ksp/pc/impls/patch/pcpatch.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/tfs/ivec.c
/petsc/src/ksp/pc/impls/tfs/tfs.c
/petsc/src/ksp/pc/impls/tfs/tfs.h
/petsc/src/ksp/pc/impls/tfs/xxt.c
/petsc/src/ksp/pc/impls/tfs/xyt.c
/petsc/src/mat/graphops/partition/impls/chaco/chaco.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.cpp
/petsc/src/mat/impls/hypre/mhypre.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/ex23.c
/petsc/src/mat/utils/axpy.c
/petsc/src/snes/impls/fas/fasfunc.c
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/snes/impls/shell/snesshell.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/tests/ex1.c
/petsc/src/snes/tests/ex69.c
/petsc/src/snes/tests/ex7.c
/petsc/src/snes/tutorials/ex10d/ex10.c
/petsc/src/snes/tutorials/ex14.c
/petsc/src/snes/tutorials/ex15.c
/petsc/src/snes/tutorials/ex16.c
/petsc/src/snes/tutorials/ex19.c
/petsc/src/snes/tutorials/ex22.c
/petsc/src/snes/tutorials/ex25.c
/petsc/src/snes/tutorials/ex30.c
/petsc/src/snes/tutorials/ex33.c
/petsc/src/snes/tutorials/ex46.c
/petsc/src/snes/tutorials/ex55k.kokkos.cxx
/petsc/src/snes/tutorials/ex58.c
/petsc/src/snes/utils/dm/dmadapt.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmlocalsnes.c
/petsc/src/snes/utils/ftn-custom/zdmdasnesf.c
/petsc/src/sys/classes/draw/utils/cmap.c
/petsc/src/sys/classes/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/classes/viewer/impls/vtk/vtkv.c
/petsc/src/sys/classes/viewer/interface/viewers.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/mpiuni/mpitime.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/utils/psleep.c
/petsc/src/tao/interface/fdiff.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/tao/unconstrained/tutorials/minsurf2.c
/petsc/src/tao/unconstrained/tutorials/spectraladjointassimilation.c
/petsc/src/ts/impls/implicit/discgrad/tsdiscgrad.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ftn-custom/ztsf.c
/petsc/src/ts/interface/sensitivity/tssen.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tseig.c
/petsc/src/ts/interface/tsmon.c
/petsc/src/ts/tests/ex17.c
/petsc/src/ts/tests/ex3.c
/petsc/src/ts/tests/ex4.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex1.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex3.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex6.c
/petsc/src/ts/tutorials/autodiff/adr_ex1.cxx
/petsc/src/ts/tutorials/ex11.h
/petsc/src/ts/tutorials/ex12.c
/petsc/src/ts/tutorials/ex29.c
/petsc/src/ts/tutorials/ex50.c
/petsc/src/ts/tutorials/ex52.c
/petsc/src/ts/tutorials/ex7.c
/petsc/src/ts/tutorials/extchem.c
/petsc/src/ts/tutorials/extchemfield.c
/petsc/src/ts/tutorials/phasefield/biharmonic2.c
/petsc/src/ts/tutorials/phasefield/biharmonic3.c
/petsc/src/ts/tutorials/power_grid/ex3opt.c
/petsc/src/ts/tutorials/power_grid/ex3opt_fd.c
/petsc/src/ts/utils/dmlocalts.c
vec/impls/hypre/vhyp.c
vec/interface/vecreg.c
vec/tests/ex48.c
57508ece17-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Remove unneeded parentheses


/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/doc/petsc.bib
/petsc/include/petsc/finclude/petscsys.h
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/viewerexodusiiimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscsystypes.h
/petsc/include/petscviewerexodusii.h
/petsc/src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
/petsc/src/dm/dt/fe/interface/fe.c
/petsc/src/dm/dt/space/impls/ptrimmed/spaceptrimmed.c
/petsc/src/dm/dt/tests/ex7.c
/petsc/src/dm/field/impls/da/dmfieldda.c
/petsc/src/dm/field/interface/dmfield.c
/petsc/src/dm/impls/moab/dmmbfem.cxx
/petsc/src/dm/impls/moab/dmmbfield.cxx
/petsc/src/dm/impls/moab/dmmbio.cxx
/petsc/src/dm/impls/moab/dmmbmat.cxx
/petsc/src/dm/impls/moab/dmmbmg.cxx
/petsc/src/dm/impls/moab/dmmbutil.cxx
/petsc/src/dm/impls/moab/dmmbvec.cxx
/petsc/src/dm/impls/moab/dmmoab.cxx
/petsc/src/dm/impls/moab/tests/ex2.cxx
/petsc/src/dm/impls/moab/tests/ex3.cxx
/petsc/src/dm/impls/plex/exodusii/plexexodusii2.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexceed.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexexodusii.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexorient.c
/petsc/src/dm/impls/plex/plexproject.c
/petsc/src/dm/impls/plex/plextree.c
/petsc/src/dm/impls/plex/tests/ex26.c
/petsc/src/dm/impls/plex/tests/ex26f90.F90
/petsc/src/dm/impls/plex/tests/ex95.c
/petsc/src/dm/impls/plex/tests/ex95f90.F90
/petsc/src/dm/impls/plex/tests/ex96.c
/petsc/src/dm/impls/stag/stagstencil.c
/petsc/src/dm/impls/swarm/data_bucket.c
/petsc/src/dm/impls/swarm/swarmpic_plex.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmres.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/gmres/pipefgmres/pipefgmres.c
/petsc/src/ksp/ksp/tests/ex22.c
/petsc/src/ksp/ksp/tests/raja/ex1.raja.cxx
/petsc/src/ksp/ksp/tutorials/ex28.c
/petsc/src/ksp/ksp/tutorials/ex32.c
/petsc/src/ksp/ksp/tutorials/ex34.c
/petsc/src/ksp/ksp/tutorials/ex43.c
/petsc/src/ksp/ksp/tutorials/ex49.c
/petsc/src/ksp/ksp/tutorials/ex50.c
/petsc/src/ksp/ksp/tutorials/ex66.c
/petsc/src/ksp/ksp/tutorials/ex70.c
/petsc/src/ksp/ksp/tutorials/ex73.c
/petsc/src/ksp/ksp/tutorials/ex76.c
/petsc/src/ksp/pc/impls/bddc/bddcgraph.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/bjkokkoskernels.kokkos.cxx
/petsc/src/ksp/pc/impls/chowiluviennacl/chowiluviennacl.cxx
/petsc/src/ksp/pc/impls/gamg/geo.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/pbjacobi/cuda/pbjacobi_cuda.cu
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/rowscalingviennacl/rowscalingviennacl.cxx
/petsc/src/ksp/pc/impls/saviennacl/saviennacl.cxx
/petsc/src/ksp/pc/impls/telescope/telescope.c
/petsc/src/ksp/pc/impls/telescope/telescope_dmda.c
/petsc/src/ksp/pc/impls/tfs/comm.c
/petsc/src/ksp/pc/impls/tfs/ivec.c
/petsc/src/mat/graphops/coarsen/impls/hem/hem.c
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/mpb_aij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/pastix/pastix.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijperm/aijperm.c
/petsc/src/mat/impls/aij/seq/bas/basfactor.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/klu/klu.c
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/baij/seq/baijfact81.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/cupm/matseqdensecupm.hpp
/petsc/src/mat/impls/fft/fftw/fftw.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/tests/ex120.c
/petsc/src/mat/tests/ex23.c
/petsc/src/mat/tests/ex38.c
/petsc/src/mat/utils/pheap.c
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/snes/impls/fas/fasfunc.c
/petsc/src/snes/linesearch/impls/nleqerr/linesearchnleqerr.c
/petsc/src/snes/tutorials/ex3.c
/petsc/src/snes/tutorials/ex30.c
/petsc/src/snes/tutorials/network/ex1.c
/petsc/src/snes/tutorials/network/power/pffunctions.c
/petsc/src/snes/tutorials/network/power/power.c
/petsc/src/snes/tutorials/network/power/power2.c
/petsc/src/snes/tutorials/network/water/waterfunctions.c
/petsc/src/snes/utils/convest.c
/petsc/src/sys/classes/bag/bag.c
/petsc/src/sys/classes/draw/impls/win32/win32draw.c
/petsc/src/sys/classes/random/tests/ex3.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/error/ftn-custom/zerrf.c
/petsc/src/sys/fileio/fretrieve.c
/petsc/src/sys/fileio/mpiuopen.c
/petsc/src/sys/ftn-custom/zutils.c
/petsc/src/sys/logging/handler/impls/default/logdefault.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/memory/mem.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/device/interface/device.cxx
/petsc/src/sys/tests/ex62.c
/petsc/src/sys/tests/ex63.c
/petsc/src/sys/utils/sorti.c
/petsc/src/tao/constrained/impls/ipm/pdipm.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.c
/petsc/src/tao/tutorials/ex4.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/impls/implicit/alpha/alpha1.c
/petsc/src/ts/impls/implicit/alpha/alpha2.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tshistory.c
/petsc/src/ts/tests/ex17.c
/petsc/src/ts/tests/ex27.c
/petsc/src/ts/tests/ex30.c
/petsc/src/ts/tests/ex5.c
/petsc/src/ts/tests/ex80.c
/petsc/src/ts/tests/ex81.c
/petsc/src/ts/tests/output/ex80_a.out
/petsc/src/ts/tests/output/ex80_b.out
/petsc/src/ts/tests/output/ex80_c.out
/petsc/src/ts/tests/output/ex81_a.out
/petsc/src/ts/tests/output/ex81_b.out
/petsc/src/ts/tests/output/ex81_c.out
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex5.c
/petsc/src/ts/tutorials/autodiff/adr_ex5adj.cxx
/petsc/src/ts/tutorials/ex14.c
/petsc/src/ts/tutorials/ex24.c
/petsc/src/ts/tutorials/ex9.c
/petsc/src/ts/tutorials/extchem.c
/petsc/src/ts/tutorials/extchemfield.c
/petsc/src/ts/tutorials/hamiltonian/ex2.c
/petsc/src/ts/tutorials/multirate/ex4.c
/petsc/src/ts/tutorials/power_grid/ex5.c
/petsc/src/ts/tutorials/power_grid/ex7.c
/petsc/src/ts/tutorials/power_grid/ex8.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9bus.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9busadj.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9busdmnetwork.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9busopt.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9busoptfd.c
/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c
/petsc/src/ts/utils/tsconvest.c
is/section/interface/section.c
is/sf/interface/sf.c
is/sf/tutorials/ex2.c
is/sf/utils/sfutils.c
is/utils/isltog.c
is/utils/psort.c
vec/impls/mpi/pbvec.c
vec/impls/seq/seqviennacl/vecviennacl.cxx
vec/utils/tagger/impls/cdf.c
83d0d50725-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/cgns_parallel_io' into 'main'

CGNS: Add parallel Plex building, VecLoad, and more

See merge request petsc/petsc!7826

7aa7e23325-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

e1ba2e3b25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-Wshorten-64-to-32' into 'main'

Fix -Wshorten-64-to-32

See merge request petsc/petsc!7869

c3e1cf4f24-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


/petsc/config/BuildSystem/config/packages/Triangle.py
/petsc/config/BuildSystem/config/packages/tetgen.py
/petsc/config/examples/arch-ci-freebsd-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-ci-freebsd-cxx-pkgs-opt.py
/petsc/config/examples/arch-ci-freebsd-pkgs-opt.py
/petsc/config/examples/arch-ci-linux-analyzer.py
/petsc/config/examples/arch-ci-linux-cuda-pkgs.py
/petsc/config/examples/arch-ci-linux-gcc-pkgs-opt.py
/petsc/config/examples/arch-ci-linux-intel-cmplx.py
/petsc/config/examples/arch-ci-linux-intel.py
/petsc/config/examples/arch-ci-linux-opt-arm.py
/petsc/config/examples/arch-ci-linux-pkgs-64idx.py
/petsc/config/examples/arch-ci-linux-pkgs-cxx-mlib.py
/petsc/config/examples/arch-ci-linux-pkgs-dbg-ftn-interfaces.py
/petsc/config/examples/arch-ci-linux-pkgs-dbg.py
/petsc/config/examples/arch-ci-linux-pkgs-opt.py
/petsc/config/examples/arch-ci-linux-pkgs-valgrind.py
/petsc/config/examples/arch-ci-osx-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-ci-osx-cxx-pkgs-opt-arm.py
/petsc/config/examples/arch-ci-osx-xsdk-opt.py
/petsc/doc/index.rst
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petscerror.h
/petsc/lib/petsc/bin/petsc_gen_xdmf.py
/petsc/src/dm/impls/da/dadd.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexhdf5.c
/petsc/src/dm/impls/plex/plexvtu.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/utils/lmvm/lmvmutils.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/mat/graphops/coarsen/impls/hem/hem.c
/petsc/src/sys/objects/inherit.c
is/sf/interface/sf.c
63bfac8824-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix some code issues exposed by make clang-tidy

1...<<11121314151617181920>>...278