History log of /petsc/src/sys/objects/ (Results 101 – 125 of 2473)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1e98b04818-Oct-2024 Barry Smith <bsmith@mcs.anl.gov>

GCC diagonostics must be protected by #if


/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/PaStiX.py
/petsc/config/BuildSystem/config/packages/netlib-lapack.py
/petsc/config/examples/arch-ci-freebsd-pkgs-opt.py
/petsc/config/examples/arch-ci-linux-cxx-cmplx-pkgs-64idx.py
/petsc/config/examples/arch-ci-linux-pkgs-dbg.py
/petsc/doc/changes/dev.rst
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petscsystypes.h
/petsc/src/binding/petsc4py/src/lib-petsc/custom.h
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/Error.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/PETSc.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/libpetsc4py.pyx
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexextrude.c
/petsc/src/dm/impls/plex/plexproject.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/plex/tests/ex3.c
/petsc/src/dm/impls/plex/tests/output/ex1_1d_1.out
/petsc/src/dm/impls/plex/tests/output/ex1_glvis_3d_hyb_s2t.out
/petsc/src/dm/impls/plex/tests/output/ex3_q1_2d_plex_8.out
/petsc/src/dm/impls/plex/transform/interface/plextransform.c
/petsc/src/dm/impls/plex/tutorials/output/ex11_ref_segment.out
/petsc/src/ksp/ksp/impls/fcg/fcg.c
/petsc/src/ksp/ksp/tutorials/ex72.c
/petsc/src/mat/impls/aij/mpi/pastix/pastix.c
/petsc/src/snes/tests/ex8.c
/petsc/src/snes/tutorials/ex19.c
/petsc/src/snes/tutorials/output/ex12_glvis_2d_hex_p1.out
/petsc/src/snes/tutorials/output/ex12_glvis_2d_hex_p2.out
/petsc/src/sys/classes/viewer/impls/cgns/cgnsv.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errtrace.c
optionsyaml.c
/petsc/src/ts/tutorials/ex18.c
8c2ff9f717-Oct-2024 Barry Smith <bsmith@mcs.anl.gov>

Set proper defaults for GPU devices when running under PytTorch/niccl.

Use getenv("LOCAL_RANK")

Reported-by: Hong Zhang

b291397e16-Oct-2024 Barry Smith <bsmith@mcs.anl.gov>

fix naming of variable to prevent confusing code


/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/PaStiX.py
/petsc/config/BuildSystem/config/packages/netlib-lapack.py
/petsc/config/examples/arch-ci-freebsd-pkgs-opt.py
/petsc/config/examples/arch-ci-linux-cxx-cmplx-pkgs-64idx.py
/petsc/config/examples/arch-ci-linux-pkgs-dbg.py
/petsc/doc/changes/dev.rst
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/viewerimpl.h
/petsc/include/petscsystypes.h
/petsc/include/petscviewer.h
/petsc/src/binding/petsc4py/demo/python_types/petscviewerpython_protocol.py
/petsc/src/binding/petsc4py/docs/source/petsc_python_types.rst
/petsc/src/binding/petsc4py/setup.py
/petsc/src/binding/petsc4py/src/lib-petsc/custom.h
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/DMSwarm.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/Error.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/PETSc.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/Viewer.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/libpetsc4py.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscvwr.pxi
/petsc/src/binding/petsc4py/src/petsc4py/lib/__init__.py
/petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/__init__.py
/petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/viewer/__init__.py
/petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/viewer/petscpyvista.py
/petsc/src/binding/petsc4py/test/test_viewer_py.py
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexextrude.c
/petsc/src/dm/impls/plex/plexproject.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/plex/tests/ex3.c
/petsc/src/dm/impls/plex/tests/output/ex1_1d_1.out
/petsc/src/dm/impls/plex/tests/output/ex1_glvis_3d_hyb_s2t.out
/petsc/src/dm/impls/plex/tests/output/ex3_q1_2d_plex_8.out
/petsc/src/dm/impls/plex/transform/interface/plextransform.c
/petsc/src/dm/impls/plex/tutorials/output/ex11_ref_segment.out
/petsc/src/dm/impls/swarm/swarm.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/tutorials/ex72.c
/petsc/src/mat/impls/aij/mpi/pastix/pastix.c
/petsc/src/snes/tests/ex8.c
/petsc/src/snes/tutorials/ex19.c
/petsc/src/snes/tutorials/output/ex12_glvis_2d_hex_p1.out
/petsc/src/snes/tutorials/output/ex12_glvis_2d_hex_p2.out
/petsc/src/sys/classes/viewer/impls/cgns/cgnsv.c
/petsc/src/sys/classes/viewer/impls/python/makefile
/petsc/src/sys/classes/viewer/impls/python/pythonviewer.c
/petsc/src/sys/classes/viewer/impls/pyvista/makefile
/petsc/src/sys/classes/viewer/impls/pyvista/pyvistaviewer.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/classes/viewer/interface/viewregall.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errtrace.c
device/interface/device.cxx
a74a939a09-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

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

Merge branch 'stefanozampini/ci-compile-examples' into 'release'

compile examples in CI

See merge request petsc/petsc!7924

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

CI: enable compilation of examples in some stage-1 jobs

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

Options: Safer code

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

Merge remote-tracking branch 'origin/release'

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

Merge branch 'stefanozampini/release-3' into 'release'

GarbageCollector casting fixes

See merge request petsc/petsc!7916

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

Merge remote-tracking branch 'origin/release'

0cd8b6e202-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

Add PetscObjectHasFunction

45a61cde03-Oct-2024 Junchao Zhang <jczhang@anl.gov>

SYCL: use sycl/sycl.hpp since CL/sycl.hpp is deprecated

4f2d774529-Sep-2024 Stefano Zampini <stefano.zampini@gmail.com>

GarbageCollector: fix bug

2711dd0903-Oct-2024 Lisandro Dalcin <dalcinl@gmail.com>

Fix MPIU_Allreduce overflow check

The reduction can be done in int64 only if the Op handle is built-in,
otherwise a user-defined Op may not be able to handle dtype=MPIU_INT64.
From all the built-in

Fix MPIU_Allreduce overflow check

The reduction can be done in int64 only if the Op handle is built-in,
otherwise a user-defined Op may not be able to handle dtype=MPIU_INT64.
From all the built-in Ops, only MPI_SUM and MPI_PROD can overflow.

show more ...

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

Fix typos

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

release: set petsc v3.22.0 strings

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

Merge branch 'jczhang/2024-09-27/add-PetscOptionsGetBool3' into 'main'

Add PetscOptionsGetBool3()

See merge request petsc/petsc!7888

9e29609828-Sep-2024 Junchao Zhang <jczhang@mcs.anl.gov>

Sys: add PetscOptionsGetBool3()


/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-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/dt/fe/interface/fe.c
/petsc/src/dm/dt/fe/tests/ex1.c
/petsc/src/dm/dt/fe/tests/ex2.c
/petsc/src/dm/dt/fe/tests/ex3.c
/petsc/src/dm/impls/moab/dmmbvec.cxx
/petsc/src/dm/impls/plex/cgns/plexcgns2.c
/petsc/src/dm/impls/plex/plexhdf5.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/dm/tests/ex27.c
/petsc/src/dm/tests/ex28.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/tests/ex8.c
/petsc/src/ksp/ksp/tutorials/ex87.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/bjkokkos.kokkos.cxx
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/mat/impls/aij/seq/aij.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/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.cpp
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/ex108.c
/petsc/src/mat/tests/ex125.c
/petsc/src/snes/impls/vi/rs/virs.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/classes/viewer/impls/glvis/glvis.c
options.c
/petsc/src/ts/tests/ex30.c
/petsc/src/ts/utils/dmplexlandau/plexland.c
/petsc/src/vec/is/sf/tests/ex10.c
/petsc/src/vec/is/sf/tests/ex4.c
/petsc/src/vec/is/sf/tutorials/ex3.c
/petsc/src/vec/vec/utils/vecglvis.c
3531d33b28-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-21/add-mpiuni-allow-multiprocess-launch' into 'main'

Add -mpiuni-allow-multiprocess-launch with MPIUni for special use case.

See merge request petsc/petsc!7856


/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-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/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/dt/fe/interface/fe.c
/petsc/src/dm/dt/fe/tests/ex1.c
/petsc/src/dm/dt/fe/tests/ex2.c
/petsc/src/dm/dt/fe/tests/ex3.c
/petsc/src/dm/impls/moab/dmmbvec.cxx
/petsc/src/dm/impls/plex/cgns/plexcgns2.c
/petsc/src/dm/impls/plex/plexhdf5.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/dm/tests/ex27.c
/petsc/src/dm/tests/ex28.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/tests/ex8.c
/petsc/src/ksp/ksp/tutorials/ex87.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/bjkokkos.kokkos.cxx
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/mat/impls/aij/seq/aij.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/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.cpp
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/ex108.c
/petsc/src/mat/tests/ex125.c
/petsc/src/snes/impls/vi/rs/virs.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/classes/viewer/impls/glvis/glvis.c
pinit.c
/petsc/src/ts/tests/ex30.c
/petsc/src/ts/utils/dmplexlandau/plexland.c
/petsc/src/vec/is/sf/tests/ex10.c
/petsc/src/vec/is/sf/tests/ex4.c
/petsc/src/vec/is/sf/tutorials/ex3.c
/petsc/src/vec/vec/utils/vecglvis.c
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
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
/petsc/src/vec/vec/impls/hypre/vhyp.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/src/vec/vec/tests/ex48.c
57508ece17-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Remove unneeded parentheses


/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/doc/changes/dev.rst
/petsc/doc/petsc.bib
/petsc/include/petsc/finclude/petscsys.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/viewercgnsimpl.h
/petsc/include/petsc/private/viewerexodusiiimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscsystypes.h
/petsc/include/petscviewerexodusii.h
/petsc/share/petsc/datafiles/meshes/2x2x2_Q3_wave.cgns
/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/cgns/plexcgns2.c
/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/plexcgns.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/plex/tutorials/ex15.c
/petsc/src/dm/impls/plex/tutorials/output/ex15_cgns_parmetis.out
/petsc/src/dm/impls/plex/tutorials/output/ex15_cgns_ptscotch.out
/petsc/src/dm/impls/plex/tutorials/output/ex15_cgns_simple.out
/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/classes/viewer/impls/cgns/cgnsv.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
aoptions.c
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
/petsc/src/vec/is/section/interface/section.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/sf/tutorials/ex2.c
/petsc/src/vec/is/sf/utils/sfutils.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/psort.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/tagger/impls/cdf.c
7aa7e23325-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

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

Fix compilation with -DPETSC_SKIP_REAL___[FP16|FLOAT128]

src/sys/objects/pinit.c:265:25: error: use of undeclared identifier 'MPIU___FLOAT128'; did you mean 'PETSC___FLOAT128'?
265 | else if (*d

Fix compilation with -DPETSC_SKIP_REAL___[FP16|FLOAT128]

src/sys/objects/pinit.c:265:25: error: use of undeclared identifier 'MPIU___FLOAT128'; did you mean 'PETSC___FLOAT128'?
265 | else if (*datatype == MPIU___FLOAT128) {
| ^~~~~~~~~~~~~~~
| PETSC___FLOAT128
include/petscsystypes.h:677:3: note: 'PETSC___FLOAT128' declared here
677 | PETSC___FLOAT128 = 10,
| ^
src/sys/objects/pinit.c:269:27: error: use of undeclared identifier 'MPIU___COMPLEX128'
269 | } else if (*datatype == MPIU___COMPLEX128) {
| ^
src/sys/objects/pinit.c:911:52: error: use of undeclared identifier 'MPIU___FLOAT128'
911 | PetscCallMPI(MPI_Type_contiguous(2, MPI_DOUBLE, &MPIU___FLOAT128));
| ^
src/sys/objects/pinit.c:912:33: error: use of undeclared identifier 'MPIU___FLOAT128'
912 | PetscCallMPI(MPI_Type_commit(&MPIU___FLOAT128));
| ^
src/sys/objects/pinit.c:914:52: error: use of undeclared identifier 'MPIU___COMPLEX128'
914 | PetscCallMPI(MPI_Type_contiguous(4, MPI_DOUBLE, &MPIU___COMPLEX128));
| ^
src/sys/objects/pinit.c:915:33: error: use of undeclared identifier 'MPIU___COMPLEX128'
915 | PetscCallMPI(MPI_Type_commit(&MPIU___COMPLEX128));
| ^
src/sys/objects/pinit.c:1339:31: error: use of undeclared identifier 'MPIU___FLOAT128'
1339 | PetscCallMPI(MPI_Type_free(&MPIU___FLOAT128));
| ^
src/sys/objects/pinit.c:1341:31: error: use of undeclared identifier 'MPIU___COMPLEX128'
1341 | PetscCallMPI(MPI_Type_free(&MPIU___COMPLEX128));
| ^
8 errors generated.
gmake[3]: *** [gmakefile:197: arch-debug/obj/src/sys/objects/pinit.o] Error 1

show more ...


/petsc/.gitlab-ci.yml
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/c2html.py
/petsc/config/BuildSystem/config/packages/cuda.py
/petsc/config/BuildSystem/config/packages/hpddm.py
/petsc/config/examples/arch-ci-freebsd-c-single-opt.py
/petsc/config/examples/arch-ci-freebsd-cxx-cmplx-64idx-dbg.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-cuda-double-64idx.py
/petsc/doc/build_man_impls_links.py
/petsc/doc/build_manpages_c2html.py
/petsc/doc/changes/321.rst
/petsc/doc/conf.py
/petsc/doc/developers/contributing/developingmr.rst
/petsc/doc/developers/documentation.rst
/petsc/doc/developers/style.rst
/petsc/doc/ext/html5_petsc.py
/petsc/doc/index.rst
/petsc/doc/install/download.rst
/petsc/doc/makefile
/petsc/doc/manual/ksp.rst
/petsc/doc/manual/mat.rst
/petsc/doc/petsc.bib
/petsc/include/petsc/mpiuni/mpi.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petscblaslapack.h
/petsc/include/petscstring.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/lib/petsc/bin/PetscBinaryIO.py
/petsc/lib/petsc/bin/maint/builddist
/petsc/lib/petsc/bin/maint/runjobs.py
/petsc/lib/petsc/bin/maint/xclude
/petsc/src/binding/petsc4py/demo/legacy/poisson2d/poisson2d.py
/petsc/src/binding/petsc4py/docs/source/conf.py
/petsc/src/binding/petsc4py/makefile
/petsc/src/binding/petsc4py/setup.py
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/Vec.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscvec.pxi
/petsc/src/binding/petsc4py/src/petsc4py/__init__.py
/petsc/src/binding/petsc4py/test/test_object.py
/petsc/src/binding/petsc4py/test/test_vec.py
/petsc/src/dm/impls/da/dacreate.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/tests/ex1f.F90
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/tests/ex32.c
/petsc/src/ksp/ksp/tutorials/ex55.c
/petsc/src/ksp/ksp/tutorials/ex87.c
/petsc/src/ksp/ksp/tutorials/output/empty.out
/petsc/src/ksp/ksp/utils/schurm/schurm.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/factor.c
/petsc/src/mat/impls/aij/mpi/kokkos/mpiaijkok.kokkos.cxx
/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/seqcusparse/cusparsematimpl.h
/petsc/src/mat/impls/aij/seq/spqr/aijspqr.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/impls/normal/normmh.c
/petsc/src/mat/impls/sell/mpi/mpisell.c
/petsc/src/mat/impls/sell/seq/sell.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shell.h
/petsc/src/mat/impls/transpose/htransm.c
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/convert.c
/petsc/src/mat/utils/isltog.c
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/classes/viewer/impls/socket/send.c
pinit.c
/petsc/src/sys/utils/sortip.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/ts/event/tsevent.c
/petsc/src/ts/impls/eimex/eimex.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/vec/is/ao/impls/basic/aobasic.c
/petsc/src/vec/is/ao/impls/memscalable/aomemscalable.c
/petsc/src/vec/is/ao/interface/ao.c
/petsc/src/vec/is/ao/interface/aoreg.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/nest/vecnest.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/tutorials/ex18f.F90
/petsc/src/vec/vec/tutorials/ex9.c
/petsc/src/vec/vec/tutorials/output/ex9_6.out
f8d73cbd24-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Update inherit.c


/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/petsc/private/sfimpl.h
/petsc/lib/petsc/bin/petsc_gen_xdmf.py
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexhdf5.c
/petsc/src/dm/interface/dm.c
/petsc/src/mat/graphops/color/impls/greedy/greedy.c
/petsc/src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c
/petsc/src/sys/classes/viewer/impls/socket/send.c
/petsc/src/sys/fileio/sysio.c
inherit.c
/petsc/src/vec/is/sf/impls/basic/cupm/sfcupm_impl.hpp
/petsc/src/vec/is/sf/impls/basic/kokkos/sfkok.kokkos.cxx
/petsc/src/vec/is/sf/impls/basic/sfpack.c
/petsc/src/vec/is/sf/interface/sftype.c
/petsc/src/vec/is/sf/tests/ex25.c
c8025a5421-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Use NULL or nullptr instead of casted 0


/petsc/config/BuildSystem/config/functions.py
/petsc/src/dm/dt/tests/ex1.c
/petsc/src/dm/dt/tests/ex10.c
/petsc/src/dm/dt/tests/ex2.c
/petsc/src/dm/dt/tests/ex6.c
/petsc/src/dm/impls/plex/tests/ex15.c
/petsc/src/dm/impls/plex/tests/ex28.c
/petsc/src/dm/impls/stag/tests/ex1.c
/petsc/src/dm/impls/stag/tests/ex10.c
/petsc/src/dm/impls/stag/tests/ex11.c
/petsc/src/dm/impls/stag/tests/ex12.c
/petsc/src/dm/impls/stag/tests/ex13.c
/petsc/src/dm/impls/stag/tests/ex14.c
/petsc/src/dm/impls/stag/tests/ex15.c
/petsc/src/dm/impls/stag/tests/ex16.c
/petsc/src/dm/impls/stag/tests/ex17.c
/petsc/src/dm/impls/stag/tests/ex18.c
/petsc/src/dm/impls/stag/tests/ex19.c
/petsc/src/dm/impls/stag/tests/ex2.c
/petsc/src/dm/impls/stag/tests/ex20.c
/petsc/src/dm/impls/stag/tests/ex23.c
/petsc/src/dm/impls/stag/tests/ex3.c
/petsc/src/dm/impls/stag/tests/ex30.c
/petsc/src/dm/impls/stag/tests/ex32.c
/petsc/src/dm/impls/stag/tests/ex4.c
/petsc/src/dm/impls/stag/tests/ex40.c
/petsc/src/dm/impls/stag/tests/ex41.c
/petsc/src/dm/impls/stag/tests/ex42.c
/petsc/src/dm/impls/stag/tests/ex43.c
/petsc/src/dm/impls/stag/tests/ex5.c
/petsc/src/dm/impls/stag/tests/ex50.c
/petsc/src/dm/impls/stag/tests/ex51.c
/petsc/src/dm/impls/stag/tests/ex53.c
/petsc/src/dm/impls/stag/tests/ex6.c
/petsc/src/dm/impls/stag/tests/ex7.c
/petsc/src/dm/impls/stag/tests/ex8.c
/petsc/src/dm/impls/stag/tests/ex9.c
/petsc/src/dm/impls/stag/tutorials/ex1.c
/petsc/src/dm/impls/stag/tutorials/ex2.c
/petsc/src/dm/impls/stag/tutorials/ex3.c
/petsc/src/dm/impls/stag/tutorials/ex4.c
/petsc/src/dm/impls/stag/tutorials/ex8.c
/petsc/src/dm/tests/ex1.c
/petsc/src/dm/tests/ex11.c
/petsc/src/dm/tests/ex12.c
/petsc/src/dm/tests/ex13.c
/petsc/src/dm/tests/ex14.c
/petsc/src/dm/tests/ex15.c
/petsc/src/dm/tests/ex16.c
/petsc/src/dm/tests/ex19.c
/petsc/src/dm/tests/ex1k.kokkos.cxx
/petsc/src/dm/tests/ex2.c
/petsc/src/dm/tests/ex20.c
/petsc/src/dm/tests/ex22.c
/petsc/src/dm/tests/ex23.c
/petsc/src/dm/tests/ex24.c
/petsc/src/dm/tests/ex25.c
/petsc/src/dm/tests/ex26.c
/petsc/src/dm/tests/ex27.c
/petsc/src/dm/tests/ex28.c
/petsc/src/dm/tests/ex2k.kokkos.cxx
/petsc/src/dm/tests/ex3.c
/petsc/src/dm/tests/ex33.c
/petsc/src/dm/tests/ex35.c
/petsc/src/dm/tests/ex37.c
/petsc/src/dm/tests/ex38.c
/petsc/src/dm/tests/ex39.c
/petsc/src/dm/tests/ex4.c
/petsc/src/dm/tests/ex40.c
/petsc/src/dm/tests/ex41.c
/petsc/src/dm/tests/ex43.c
/petsc/src/dm/tests/ex44.c
/petsc/src/dm/tests/ex46.c
/petsc/src/dm/tests/ex49.c
/petsc/src/dm/tests/ex51.c
/petsc/src/dm/tests/ex52.c
/petsc/src/dm/tests/ex53.c
/petsc/src/dm/tests/ex6.c
/petsc/src/dm/tests/ex7.c
/petsc/src/dm/tests/ex9.c
/petsc/src/dm/tests/noflux_check.c
/petsc/src/dm/tutorials/ex1.c
/petsc/src/dm/tutorials/ex10.c
/petsc/src/dm/tutorials/ex12.c
/petsc/src/dm/tutorials/ex14.c
/petsc/src/dm/tutorials/ex15.c
/petsc/src/dm/tutorials/ex19.c
/petsc/src/dm/tutorials/ex2.c
/petsc/src/dm/tutorials/ex20.c
/petsc/src/dm/tutorials/ex21.c
/petsc/src/dm/tutorials/ex22.c
/petsc/src/dm/tutorials/ex25.c
/petsc/src/dm/tutorials/ex3.c
/petsc/src/dm/tutorials/ex4.c
/petsc/src/dm/tutorials/ex5.c
/petsc/src/dm/tutorials/ex6.c
/petsc/src/dm/tutorials/ex7.c
/petsc/src/dm/tutorials/ex9.c
/petsc/src/dm/tutorials/swarm_ex1.c
/petsc/src/dm/tutorials/swarm_ex2.c
/petsc/src/dm/tutorials/swarm_ex3.c
/petsc/src/ksp/ksp/impls/cgs/cgs.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/tests/benchmarkscatters/ex1.c
/petsc/src/ksp/ksp/tests/benchmarkscatters/ex2.c
/petsc/src/ksp/ksp/tests/ex1.c
/petsc/src/ksp/ksp/tests/ex10.c
/petsc/src/ksp/ksp/tests/ex13.c
/petsc/src/ksp/ksp/tests/ex14.c
/petsc/src/ksp/ksp/tests/ex15.c
/petsc/src/ksp/ksp/tests/ex17.c
/petsc/src/ksp/ksp/tests/ex18.c
/petsc/src/ksp/ksp/tests/ex2.c
/petsc/src/ksp/ksp/tests/ex20.c
/petsc/src/ksp/ksp/tests/ex22.c
/petsc/src/ksp/ksp/tests/ex24.c
/petsc/src/ksp/ksp/tests/ex25.c
/petsc/src/ksp/ksp/tests/ex26.c
/petsc/src/ksp/ksp/tests/ex27.c
/petsc/src/ksp/ksp/tests/ex28.c
/petsc/src/ksp/ksp/tests/ex3.c
/petsc/src/ksp/ksp/tests/ex30.c
/petsc/src/ksp/ksp/tests/ex31.c
/petsc/src/ksp/ksp/tests/ex32.c
/petsc/src/ksp/ksp/tests/ex33.c
/petsc/src/ksp/ksp/tests/ex34.c
/petsc/src/ksp/ksp/tests/ex37.c
/petsc/src/ksp/ksp/tests/ex38.c
/petsc/src/ksp/ksp/tests/ex39.c
/petsc/src/ksp/ksp/tests/ex4.c
/petsc/src/ksp/ksp/tests/ex40.c
/petsc/src/ksp/ksp/tests/ex42.c
/petsc/src/ksp/ksp/tests/ex44.c
/petsc/src/ksp/ksp/tests/ex48.c
/petsc/src/ksp/ksp/tests/ex49.c
/petsc/src/ksp/ksp/tests/ex5.c
/petsc/src/ksp/ksp/tests/ex50.c
/petsc/src/ksp/ksp/tests/ex51.c
/petsc/src/ksp/ksp/tests/ex53.c
/petsc/src/ksp/ksp/tests/ex55.c
/petsc/src/ksp/ksp/tests/ex57.c
/petsc/src/ksp/ksp/tests/ex58.c
/petsc/src/ksp/ksp/tests/ex6.c
/petsc/src/ksp/ksp/tests/ex7.c
/petsc/src/ksp/ksp/tests/ex70.c
/petsc/src/ksp/ksp/tests/ex8.c
/petsc/src/ksp/ksp/tests/ex80.c
/petsc/src/ksp/ksp/tests/ex81.c
/petsc/src/ksp/ksp/tests/ex83.c
/petsc/src/ksp/ksp/tests/ex85.c
/petsc/src/ksp/ksp/tests/ex9.c
/petsc/src/ksp/ksp/tutorials/bench_kspsolve.c
/petsc/src/ksp/ksp/tutorials/ex1.c
/petsc/src/ksp/ksp/tutorials/ex10.c
/petsc/src/ksp/ksp/tutorials/ex11.c
/petsc/src/ksp/ksp/tutorials/ex12.c
/petsc/src/ksp/ksp/tutorials/ex13.c
/petsc/src/ksp/ksp/tutorials/ex15.c
/petsc/src/ksp/ksp/tutorials/ex16.c
/petsc/src/ksp/ksp/tutorials/ex18.c
/petsc/src/ksp/ksp/tutorials/ex19.c
/petsc/src/ksp/ksp/tutorials/ex2.c
/petsc/src/ksp/ksp/tutorials/ex21.c
/petsc/src/ksp/ksp/tutorials/ex23.c
/petsc/src/ksp/ksp/tutorials/ex25.c
/petsc/src/ksp/ksp/tutorials/ex27.c
/petsc/src/ksp/ksp/tutorials/ex28.c
/petsc/src/ksp/ksp/tutorials/ex29.c
/petsc/src/ksp/ksp/tutorials/ex3.c
/petsc/src/ksp/ksp/tutorials/ex32.c
/petsc/src/ksp/ksp/tutorials/ex34.c
/petsc/src/ksp/ksp/tutorials/ex35.cxx
/petsc/src/ksp/ksp/tutorials/ex36.cxx
/petsc/src/ksp/ksp/tutorials/ex4.c
/petsc/src/ksp/ksp/tutorials/ex41.c
/petsc/src/ksp/ksp/tutorials/ex42.c
/petsc/src/ksp/ksp/tutorials/ex43.c
/petsc/src/ksp/ksp/tutorials/ex45.c
/petsc/src/ksp/ksp/tutorials/ex46.c
/petsc/src/ksp/ksp/tutorials/ex49.c
/petsc/src/ksp/ksp/tutorials/ex5.c
/petsc/src/ksp/ksp/tutorials/ex50.c
/petsc/src/ksp/ksp/tutorials/ex51.c
/petsc/src/ksp/ksp/tutorials/ex52.c
/petsc/src/ksp/ksp/tutorials/ex53.c
/petsc/src/ksp/ksp/tutorials/ex54.c
/petsc/src/ksp/ksp/tutorials/ex55.c
/petsc/src/ksp/ksp/tutorials/ex56.c
/petsc/src/ksp/ksp/tutorials/ex59.c
/petsc/src/ksp/ksp/tutorials/ex6.c
/petsc/src/ksp/ksp/tutorials/ex60.c
/petsc/src/ksp/ksp/tutorials/ex62.c
/petsc/src/ksp/ksp/tutorials/ex64.c
/petsc/src/ksp/ksp/tutorials/ex65.c
/petsc/src/ksp/ksp/tutorials/ex66.c
/petsc/src/ksp/ksp/tutorials/ex67.c
/petsc/src/ksp/ksp/tutorials/ex7.c
/petsc/src/ksp/ksp/tutorials/ex70.c
/petsc/src/ksp/ksp/tutorials/ex71.c
/petsc/src/ksp/ksp/tutorials/ex72.c
/petsc/src/ksp/ksp/tutorials/ex73.c
/petsc/src/ksp/ksp/tutorials/ex74.c
/petsc/src/ksp/ksp/tutorials/ex8.c
/petsc/src/ksp/ksp/tutorials/ex84.c
/petsc/src/ksp/ksp/tutorials/ex86.c
/petsc/src/ksp/ksp/tutorials/ex9.c
/petsc/src/ksp/ksp/tutorials/network/ex1.c
/petsc/src/ksp/ksp/tutorials/network/ex1_nest.c
/petsc/src/ksp/ksp/tutorials/network/ex2.c
/petsc/src/ksp/ksp/tutorials/network/ex3.c
/petsc/src/ksp/ksp/tutorials/network/ex4.c
/petsc/src/ksp/pc/tests/ex1.c
/petsc/src/ksp/pc/tests/ex2.c
/petsc/src/ksp/pc/tests/ex3.c
/petsc/src/ksp/pc/tests/ex4.c
/petsc/src/ksp/pc/tests/ex5.c
/petsc/src/ksp/pc/tests/ex6.c
/petsc/src/ksp/pc/tests/ex7.c
/petsc/src/ksp/pc/tests/ex8.c
/petsc/src/ksp/pc/tutorials/ex3.c
/petsc/src/ksp/pc/tutorials/ex4.c
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/scalapack/matscalapack.c
/petsc/src/mat/tests/bench_spmv.c
/petsc/src/mat/tests/ex1.c
/petsc/src/mat/tests/ex10.c
/petsc/src/mat/tests/ex100.c
/petsc/src/mat/tests/ex101.c
/petsc/src/mat/tests/ex102.c
/petsc/src/mat/tests/ex103.c
/petsc/src/mat/tests/ex104.c
/petsc/src/mat/tests/ex106.c
/petsc/src/mat/tests/ex107.c
/petsc/src/mat/tests/ex108.c
/petsc/src/mat/tests/ex109.c
/petsc/src/mat/tests/ex11.c
/petsc/src/mat/tests/ex110.c
/petsc/src/mat/tests/ex112.c
/petsc/src/mat/tests/ex113.c
/petsc/src/mat/tests/ex114.c
/petsc/src/mat/tests/ex115.c
/petsc/src/mat/tests/ex116.c
/petsc/src/mat/tests/ex118.c
/petsc/src/mat/tests/ex119.c
/petsc/src/mat/tests/ex12.c
/petsc/src/mat/tests/ex120.c
/petsc/src/mat/tests/ex121.c
/petsc/src/mat/tests/ex122.c
/petsc/src/mat/tests/ex123.c
/petsc/src/mat/tests/ex124.c
/petsc/src/mat/tests/ex125.c
/petsc/src/mat/tests/ex127.c
/petsc/src/mat/tests/ex128.c
/petsc/src/mat/tests/ex129.c
/petsc/src/mat/tests/ex13.c
/petsc/src/mat/tests/ex130.c
/petsc/src/mat/tests/ex131.c
/petsc/src/mat/tests/ex132.c
/petsc/src/mat/tests/ex133.c
/petsc/src/mat/tests/ex136.c
/petsc/src/mat/tests/ex137.c
/petsc/src/mat/tests/ex138.c
/petsc/src/mat/tests/ex14.c
/petsc/src/mat/tests/ex140.c
/petsc/src/mat/tests/ex141.c
/petsc/src/mat/tests/ex142.c
/petsc/src/mat/tests/ex143.c
/petsc/src/mat/tests/ex144.c
/petsc/src/mat/tests/ex145.c
/petsc/src/mat/tests/ex146.c
/petsc/src/mat/tests/ex147.c
/petsc/src/mat/tests/ex148.c
/petsc/src/mat/tests/ex149.c
/petsc/src/mat/tests/ex15.c
/petsc/src/mat/tests/ex150.c
/petsc/src/mat/tests/ex151.c
/petsc/src/mat/tests/ex153.c
/petsc/src/mat/tests/ex154.c
/petsc/src/mat/tests/ex155.c
/petsc/src/mat/tests/ex157.c
/petsc/src/mat/tests/ex158.c
/petsc/src/mat/tests/ex160.c
/petsc/src/mat/tests/ex161.c
/petsc/src/mat/tests/ex162.c
/petsc/src/mat/tests/ex163.c
/petsc/src/mat/tests/ex164.c
/petsc/src/mat/tests/ex165.c
/petsc/src/mat/tests/ex166.c
/petsc/src/mat/tests/ex167.c
/petsc/src/mat/tests/ex168.c
/petsc/src/mat/tests/ex169.c
/petsc/src/mat/tests/ex17.c
/petsc/src/mat/tests/ex171.c
/petsc/src/mat/tests/ex172.c
/petsc/src/mat/tests/ex173.c
/petsc/src/mat/tests/ex175.c
/petsc/src/mat/tests/ex177.c
/petsc/src/mat/tests/ex178.c
/petsc/src/mat/tests/ex179.c
/petsc/src/mat/tests/ex18.c
/petsc/src/mat/tests/ex180.c
/petsc/src/mat/tests/ex181.c
/petsc/src/mat/tests/ex182.c
/petsc/src/mat/tests/ex183.c
/petsc/src/mat/tests/ex184.c
/petsc/src/mat/tests/ex185.c
/petsc/src/mat/tests/ex19.c
/petsc/src/mat/tests/ex190.c
/petsc/src/mat/tests/ex191.c
/petsc/src/mat/tests/ex192.c
/petsc/src/mat/tests/ex193.c
/petsc/src/mat/tests/ex194.c
/petsc/src/mat/tests/ex195.c
/petsc/src/mat/tests/ex197.c
/petsc/src/mat/tests/ex198.c
/petsc/src/mat/tests/ex199.c
/petsc/src/mat/tests/ex1k.kokkos.cxx
/petsc/src/mat/tests/ex2.c
/petsc/src/mat/tests/ex20.c
/petsc/src/mat/tests/ex202.c
/petsc/src/mat/tests/ex203.c
/petsc/src/mat/tests/ex204.c
/petsc/src/mat/tests/ex205.c
/petsc/src/mat/tests/ex206.c
/petsc/src/mat/tests/ex207.c
/petsc/src/mat/tests/ex208.c
/petsc/src/mat/tests/ex209.c
/petsc/src/mat/tests/ex21.c
/petsc/src/mat/tests/ex211.c
/petsc/src/mat/tests/ex213.c
/petsc/src/mat/tests/ex214.c
/petsc/src/mat/tests/ex215.c
/petsc/src/mat/tests/ex218.c
/petsc/src/mat/tests/ex22.c
/petsc/src/mat/tests/ex220.c
/petsc/src/mat/tests/ex221.c
/petsc/src/mat/tests/ex222.c
/petsc/src/mat/tests/ex225.c
/petsc/src/mat/tests/ex226.c
/petsc/src/mat/tests/ex228.c
/petsc/src/mat/tests/ex229.c
/petsc/src/mat/tests/ex23.c
/petsc/src/mat/tests/ex230.c
/petsc/src/mat/tests/ex231.cxx
/petsc/src/mat/tests/ex232.c
/petsc/src/mat/tests/ex235.c
/petsc/src/mat/tests/ex236.c
/petsc/src/mat/tests/ex238.c
/petsc/src/mat/tests/ex24.c
/petsc/src/mat/tests/ex242.c
/petsc/src/mat/tests/ex243.c
/petsc/src/mat/tests/ex244.cxx
/petsc/src/mat/tests/ex245.c
/petsc/src/mat/tests/ex247.c
/petsc/src/mat/tests/ex248.c
/petsc/src/mat/tests/ex249.c
/petsc/src/mat/tests/ex25.c
/petsc/src/mat/tests/ex250.c
/petsc/src/mat/tests/ex251.c
/petsc/src/mat/tests/ex252.c
/petsc/src/mat/tests/ex253.c
/petsc/src/mat/tests/ex254.c
/petsc/src/mat/tests/ex255.c
/petsc/src/mat/tests/ex259.c
/petsc/src/mat/tests/ex26.c
/petsc/src/mat/tests/ex260.c
/petsc/src/mat/tests/ex263.c
/petsc/src/mat/tests/ex264.c
/petsc/src/mat/tests/ex266.c
/petsc/src/mat/tests/ex267.c
/petsc/src/mat/tests/ex27.c
/petsc/src/mat/tests/ex28.c
/petsc/src/mat/tests/ex29.c
/petsc/src/mat/tests/ex2k.kokkos.cxx
/petsc/src/mat/tests/ex3.c
/petsc/src/mat/tests/ex30.c
/petsc/src/mat/tests/ex300.c
/petsc/src/mat/tests/ex301.c
/petsc/src/mat/tests/ex31.c
/petsc/src/mat/tests/ex32.c
/petsc/src/mat/tests/ex33.c
/petsc/src/mat/tests/ex34.c
/petsc/src/mat/tests/ex35.c
/petsc/src/mat/tests/ex37.c
/petsc/src/mat/tests/ex38.c
/petsc/src/mat/tests/ex39.c
/petsc/src/mat/tests/ex4.c
/petsc/src/mat/tests/ex40.c
/petsc/src/mat/tests/ex41.c
/petsc/src/mat/tests/ex42.c
/petsc/src/mat/tests/ex43.c
/petsc/src/mat/tests/ex46.c
/petsc/src/mat/tests/ex47.c
/petsc/src/mat/tests/ex48.c
/petsc/src/mat/tests/ex49.c
/petsc/src/mat/tests/ex5.c
/petsc/src/mat/tests/ex51.c
/petsc/src/mat/tests/ex52.c
/petsc/src/mat/tests/ex53.c
/petsc/src/mat/tests/ex54.c
/petsc/src/mat/tests/ex55.c
/petsc/src/mat/tests/ex56.c
/petsc/src/mat/tests/ex57.c
/petsc/src/mat/tests/ex58.c
/petsc/src/mat/tests/ex59.c
/petsc/src/mat/tests/ex6.c
/petsc/src/mat/tests/ex60.c
/petsc/src/mat/tests/ex61.c
/petsc/src/mat/tests/ex62.c
/petsc/src/mat/tests/ex64.c
/petsc/src/mat/tests/ex65.c
/petsc/src/mat/tests/ex66.c
/petsc/src/mat/tests/ex68.c
/petsc/src/mat/tests/ex69.c
/petsc/src/mat/tests/ex7.c
/petsc/src/mat/tests/ex71.c
/petsc/src/mat/tests/ex73.c
/petsc/src/mat/tests/ex74.c
/petsc/src/mat/tests/ex75.c
/petsc/src/mat/tests/ex76.c
/petsc/src/mat/tests/ex77.c
/petsc/src/mat/tests/ex78.c
/petsc/src/mat/tests/ex8.c
/petsc/src/mat/tests/ex80.c
/petsc/src/mat/tests/ex81.c
/petsc/src/mat/tests/ex82.c
/petsc/src/mat/tests/ex83.c
/petsc/src/mat/tests/ex86.c
/petsc/src/mat/tests/ex87.c
/petsc/src/mat/tests/ex88.c
/petsc/src/mat/tests/ex9.c
/petsc/src/mat/tests/ex91.c
/petsc/src/mat/tests/ex92.c
/petsc/src/mat/tests/ex93.c
/petsc/src/mat/tests/ex94.c
/petsc/src/mat/tests/ex95.c
/petsc/src/mat/tests/ex98.c
/petsc/src/mat/tests/tmpbench.c
/petsc/src/mat/tutorials/ex1.c
/petsc/src/mat/tutorials/ex10.c
/petsc/src/mat/tutorials/ex11.c
/petsc/src/mat/tutorials/ex12.c
/petsc/src/mat/tutorials/ex15.c
/petsc/src/mat/tutorials/ex16.c
/petsc/src/mat/tutorials/ex17.c
/petsc/src/mat/tutorials/ex18.c
/petsc/src/mat/tutorials/ex7.c
/petsc/src/mat/tutorials/ex8.c
/petsc/src/mat/tutorials/ex9.c
/petsc/src/snes/tests/ex1.c
/petsc/src/snes/tests/ex17.c
/petsc/src/snes/tests/ex241.cxx
/petsc/src/snes/tests/ex4.c
/petsc/src/snes/tests/ex5.c
/petsc/src/snes/tests/ex69.c
/petsc/src/snes/tests/ex7.c
/petsc/src/snes/tutorials/ex1.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/ex2.c
/petsc/src/snes/tutorials/ex21.c
/petsc/src/snes/tutorials/ex3.c
/petsc/src/snes/tutorials/ex30.c
/petsc/src/snes/tutorials/ex31.c
/petsc/src/snes/tutorials/ex35.c
/petsc/src/snes/tutorials/ex3k.kokkos.cxx
/petsc/src/snes/tutorials/ex4.c
/petsc/src/snes/tutorials/ex42.c
/petsc/src/snes/tutorials/ex46.c
/petsc/src/snes/tutorials/ex47cu.cu
/petsc/src/snes/tutorials/ex5.c
/petsc/src/snes/tutorials/ex55.c
/petsc/src/snes/tutorials/ex56.c
/petsc/src/snes/tutorials/ex58.c
/petsc/src/snes/tutorials/ex59.c
/petsc/src/snes/tutorials/ex6.c
/petsc/src/snes/tutorials/ex78.c
/petsc/src/snes/tutorials/ex9.c
/petsc/src/snes/tutorials/ex99.c
/petsc/src/sys/classes/random/tutorials/ex1.c
/petsc/src/sys/classes/random/tutorials/ex2.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/classes/viewer/tests/ex3.c
/petsc/src/sys/classes/viewer/tests/ex4.c
/petsc/src/sys/classes/viewer/tests/ex5.c
/petsc/src/sys/classes/viewer/tutorials/ex1.c
/petsc/src/sys/classes/viewer/tutorials/ex2.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/error/tests/ex1.c
/petsc/src/sys/error/tests/ex2.c
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/mpiuni/mpitime.c
device/tests/ex1kok.kokkos.cxx
device/tests/ex2cu.cu
device/tests/ex2hip.hip.cpp
init.c
pinit.c
/petsc/src/sys/tests/ex1.c
/petsc/src/sys/tests/ex10.c
/petsc/src/sys/tests/ex11.c
/petsc/src/sys/tests/ex12.c
/petsc/src/sys/tests/ex14.c
/petsc/src/sys/tests/ex16.c
/petsc/src/sys/tests/ex17.c
/petsc/src/sys/tests/ex18.c
/petsc/src/sys/tests/ex2.c
/petsc/src/sys/tests/ex22.c
/petsc/src/sys/tests/ex24.c
/petsc/src/sys/tests/ex25.c
/petsc/src/sys/tests/ex26.c
/petsc/src/sys/tests/ex27.c
/petsc/src/sys/tests/ex28.c
/petsc/src/sys/tests/ex29.c
/petsc/src/sys/tests/ex3.c
/petsc/src/sys/tests/ex30.c
/petsc/src/sys/tests/ex31.c
/petsc/src/sys/tests/ex33.c
/petsc/src/sys/tests/ex35.c
/petsc/src/sys/tests/ex37.c
/petsc/src/sys/tests/ex44.cxx
/petsc/src/sys/tests/ex45.cxx
/petsc/src/sys/tests/ex46.cxx
/petsc/src/sys/tests/ex49.c
/petsc/src/sys/tests/ex5.c
/petsc/src/sys/tests/ex50.c
/petsc/src/sys/tests/ex51.c
/petsc/src/sys/tests/ex52.c
/petsc/src/sys/tests/ex53.c
/petsc/src/sys/tests/ex57.c
/petsc/src/sys/tests/ex58.c
/petsc/src/sys/tests/ex59.c
/petsc/src/sys/tests/ex62.c
/petsc/src/sys/tests/ex63.c
/petsc/src/sys/tests/ex66.c
/petsc/src/sys/tests/ex7.c
/petsc/src/sys/tests/ex70.c
/petsc/src/sys/tests/ex74.c
/petsc/src/sys/tests/ex76.c
/petsc/src/sys/tests/ex77.c
/petsc/src/sys/tests/ex78.c
/petsc/src/sys/tests/ex8.c
/petsc/src/sys/time/fdate.c
/petsc/src/sys/tutorials/ex1.c
/petsc/src/sys/tutorials/ex16.c
/petsc/src/sys/tutorials/ex17.c
/petsc/src/sys/tutorials/ex19.c
/petsc/src/sys/tutorials/ex20.c
/petsc/src/sys/tutorials/ex4.c
/petsc/src/sys/tutorials/ex5.c
/petsc/src/sys/utils/server.c
/petsc/src/tao/bound/tutorials/jbearing2.c
/petsc/src/tao/bound/tutorials/plate2.c
/petsc/src/tao/complementarity/tutorials/blackscholes.c
/petsc/src/tao/complementarity/tutorials/minsurf1.c
/petsc/src/tao/constrained/tutorials/ex1.c
/petsc/src/tao/constrained/tutorials/maros.c
/petsc/src/tao/constrained/tutorials/tomographyADMM.c
/petsc/src/tao/leastsquares/tests/chwirut2.c
/petsc/src/tao/leastsquares/tutorials/chwirut1.c
/petsc/src/tao/leastsquares/tutorials/chwirut2.c
/petsc/src/tao/leastsquares/tutorials/cs1.c
/petsc/src/tao/leastsquares/tutorials/matlab/matlab_ls_test.c
/petsc/src/tao/leastsquares/tutorials/tomography.c
/petsc/src/tao/pde_constrained/tutorials/elliptic.c
/petsc/src/tao/pde_constrained/tutorials/hyperbolic.c
/petsc/src/tao/pde_constrained/tutorials/parabolic.c
/petsc/src/tao/unconstrained/tutorials/burgers_spectral.c
/petsc/src/tao/unconstrained/tutorials/eptorsion1.c
/petsc/src/tao/unconstrained/tutorials/eptorsion2.c
/petsc/src/tao/unconstrained/tutorials/eptorsion3.c
/petsc/src/tao/unconstrained/tutorials/minsurf1.c
/petsc/src/tao/unconstrained/tutorials/minsurf2.c
/petsc/src/tao/unconstrained/tutorials/rosenbrock1.c
/petsc/src/tao/unconstrained/tutorials/rosenbrock2.c
/petsc/src/tao/unconstrained/tutorials/rosenbrock3.c
/petsc/src/tao/unconstrained/tutorials/rosenbrock4.c
/petsc/src/tao/unconstrained/tutorials/rosenbrock4cu.cu
/petsc/src/tao/unconstrained/tutorials/spectraladjointassimilation.c
/petsc/src/ts/event/tests/ex1.c
/petsc/src/ts/event/tests/ex16.c
/petsc/src/ts/event/tests/ex1sin.c
/petsc/src/ts/event/tests/ex2.c
/petsc/src/ts/event/tests/ex3.c
/petsc/src/ts/event/tests/ex3span.c
/petsc/src/ts/event/tests/ex4.c
/petsc/src/ts/event/tests/ex5.c
/petsc/src/ts/tests/ex10.c
/petsc/src/ts/tests/ex11.c
/petsc/src/ts/tests/ex12.c
/petsc/src/ts/tests/ex13.c
/petsc/src/ts/tests/ex17.c
/petsc/src/ts/tests/ex18.c
/petsc/src/ts/tests/ex2.c
/petsc/src/ts/tests/ex24.c
/petsc/src/ts/tests/ex25.c
/petsc/src/ts/tests/ex26.c
/petsc/src/ts/tests/ex3.c
/petsc/src/ts/tests/ex4.c
/petsc/src/ts/tests/ex5.c
/petsc/src/ts/tests/ex6.c
/petsc/src/ts/tests/ex7.c
/petsc/src/ts/tests/ex8.c
/petsc/src/ts/tests/ex9.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex1.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex2.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex3.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex4.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex5.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex5adj.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex5adj_mf.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex5opt_ic.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex6.c
/petsc/src/ts/tutorials/ex11.c
/petsc/src/ts/tutorials/ex11_sa.c
/petsc/src/ts/tutorials/ex12.c
/petsc/src/ts/tutorials/ex13.c
/petsc/src/ts/tutorials/ex15.c
/petsc/src/ts/tutorials/ex17.c
/petsc/src/ts/tutorials/ex18.c
/petsc/src/ts/tutorials/ex2.c
/petsc/src/ts/tutorials/ex21.c
/petsc/src/ts/tutorials/ex22.c
/petsc/src/ts/tutorials/ex24.c
/petsc/src/ts/tutorials/ex25.c
/petsc/src/ts/tutorials/ex26.c
/petsc/src/ts/tutorials/ex27.c
/petsc/src/ts/tutorials/ex29.c
/petsc/src/ts/tutorials/ex3.c
/petsc/src/ts/tutorials/ex31.c
/petsc/src/ts/tutorials/ex32.c
/petsc/src/ts/tutorials/ex35.cxx
/petsc/src/ts/tutorials/ex36.c
/petsc/src/ts/tutorials/ex4.c
/petsc/src/ts/tutorials/ex40.c
/petsc/src/ts/tutorials/ex41.c
/petsc/src/ts/tutorials/ex5.c
/petsc/src/ts/tutorials/ex50.c
/petsc/src/ts/tutorials/ex51.c
/petsc/src/ts/tutorials/ex52.c
/petsc/src/ts/tutorials/ex6.c
/petsc/src/ts/tutorials/ex7.c
/petsc/src/ts/tutorials/ex74.c
/petsc/src/ts/tutorials/ex8.c
/petsc/src/ts/tutorials/extchem.c
/petsc/src/ts/tutorials/extchemfield.c
/petsc/src/ts/tutorials/hybrid/ex1.c
/petsc/src/ts/tutorials/hybrid/ex1adj.c
/petsc/src/ts/tutorials/hybrid/ex1fd.c
/petsc/src/ts/tutorials/hybrid/ex1fwd.c
/petsc/src/ts/tutorials/multirate/ex1.c
/petsc/src/ts/tutorials/multirate/ex2.c
/petsc/src/ts/tutorials/multirate/ex3.c
/petsc/src/ts/tutorials/multirate/ex3fastslowsplit.c
/petsc/src/ts/tutorials/phasefield/biharmonic.c
/petsc/src/ts/tutorials/phasefield/biharmonic2.c
/petsc/src/ts/tutorials/phasefield/biharmonic3.c
/petsc/src/ts/tutorials/phasefield/heat.c
/petsc/src/ts/tutorials/power_grid/ex1.c
/petsc/src/ts/tutorials/power_grid/ex2.c
/petsc/src/ts/tutorials/power_grid/ex3.c
/petsc/src/ts/tutorials/power_grid/ex3sa.c
/petsc/src/ts/tutorials/power_grid/ex5.c
/petsc/src/ts/tutorials/power_grid/ex9.c
/petsc/src/ts/tutorials/power_grid/ex9adj.c
/petsc/src/vec/is/ao/tests/ex1.c
/petsc/src/vec/is/ao/tests/ex2.c
/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx
/petsc/src/vec/is/ao/tests/ex4.c
/petsc/src/vec/is/ao/tests/ex5.c
/petsc/src/vec/is/ao/tests/ex7.c
/petsc/src/vec/is/is/tests/ex1.c
/petsc/src/vec/is/is/tests/ex10.c
/petsc/src/vec/is/is/tests/ex11.c
/petsc/src/vec/is/is/tests/ex12.c
/petsc/src/vec/is/is/tests/ex13.c
/petsc/src/vec/is/is/tests/ex2.c
/petsc/src/vec/is/is/tests/ex3.c
/petsc/src/vec/is/is/tests/ex4.c
/petsc/src/vec/is/is/tests/ex5.c
/petsc/src/vec/is/is/tests/ex6.c
/petsc/src/vec/is/is/tests/ex8.c
/petsc/src/vec/is/is/tests/ex9.c
/petsc/src/vec/is/is/tutorials/ex1.c
/petsc/src/vec/is/is/tutorials/ex2.c
/petsc/src/vec/is/is/tutorials/ex3.c
/petsc/src/vec/is/is/tutorials/ex4.c
/petsc/src/vec/is/is/tutorials/ex5.c
/petsc/src/vec/is/sf/tests/ex11.c
/petsc/src/vec/is/sf/tests/ex12.c
/petsc/src/vec/is/sf/tests/ex13.c
/petsc/src/vec/is/sf/tests/ex14.c
/petsc/src/vec/is/sf/tests/ex15.c
/petsc/src/vec/is/sf/tests/ex2.c
/petsc/src/vec/is/sf/tests/ex3.c
/petsc/src/vec/is/sf/tests/ex6.c
/petsc/src/vec/is/sf/tests/ex7.c
/petsc/src/vec/is/sf/tests/ex8.c
/petsc/src/vec/is/sf/tests/ex9.c
/petsc/src/vec/is/sf/tutorials/ex1.c
/petsc/src/vec/is/tests/ex1.c
/petsc/src/vec/is/tests/ex3.c
/petsc/src/vec/is/tests/ex7.c
/petsc/src/vec/pf/impls/string/tests/ex1.c
/petsc/src/vec/vec/impls/shared/shvec.c
/petsc/src/vec/vec/tests/benchmark_veccreate.c
/petsc/src/vec/vec/tests/ex1.c
/petsc/src/vec/vec/tests/ex10.c
/petsc/src/vec/vec/tests/ex100.cu
/petsc/src/vec/vec/tests/ex11.c
/petsc/src/vec/vec/tests/ex12.c
/petsc/src/vec/vec/tests/ex13.c
/petsc/src/vec/vec/tests/ex14.c
/petsc/src/vec/vec/tests/ex15.c
/petsc/src/vec/vec/tests/ex16.c
/petsc/src/vec/vec/tests/ex17.c
/petsc/src/vec/vec/tests/ex18.c
/petsc/src/vec/vec/tests/ex1k.kokkos.cxx
/petsc/src/vec/vec/tests/ex2.c
/petsc/src/vec/vec/tests/ex21.c
/petsc/src/vec/vec/tests/ex22.c
/petsc/src/vec/vec/tests/ex23.c
/petsc/src/vec/vec/tests/ex24.c
/petsc/src/vec/vec/tests/ex25.c
/petsc/src/vec/vec/tests/ex28.c
/petsc/src/vec/vec/tests/ex29.c
/petsc/src/vec/vec/tests/ex2k.c
/petsc/src/vec/vec/tests/ex3.c
/petsc/src/vec/vec/tests/ex33.c
/petsc/src/vec/vec/tests/ex35.c
/petsc/src/vec/vec/tests/ex36.c
/petsc/src/vec/vec/tests/ex37.c
/petsc/src/vec/vec/tests/ex39.c
/petsc/src/vec/vec/tests/ex4.c
/petsc/src/vec/vec/tests/ex40.c
/petsc/src/vec/vec/tests/ex41.c
/petsc/src/vec/vec/tests/ex42.c
/petsc/src/vec/vec/tests/ex43.c
/petsc/src/vec/vec/tests/ex45.c
/petsc/src/vec/vec/tests/ex46.c
/petsc/src/vec/vec/tests/ex47.c
/petsc/src/vec/vec/tests/ex48.c
/petsc/src/vec/vec/tests/ex5.c
/petsc/src/vec/vec/tests/ex50.c
/petsc/src/vec/vec/tests/ex51.c
/petsc/src/vec/vec/tests/ex55.c
/petsc/src/vec/vec/tests/ex56.c
/petsc/src/vec/vec/tests/ex57.cxx
/petsc/src/vec/vec/tests/ex58.c
/petsc/src/vec/vec/tests/ex59.cxx
/petsc/src/vec/vec/tests/ex6.c
/petsc/src/vec/vec/tests/ex60.c
/petsc/src/vec/vec/tests/ex61.c
/petsc/src/vec/vec/tests/ex62.c
/petsc/src/vec/vec/tests/ex7.c
/petsc/src/vec/vec/tests/ex8.c
/petsc/src/vec/vec/tests/ex9.c
/petsc/src/vec/vec/tutorials/ex1.c
/petsc/src/vec/vec/tutorials/ex10.c
/petsc/src/vec/vec/tutorials/ex11.c
/petsc/src/vec/vec/tutorials/ex12.c
/petsc/src/vec/vec/tutorials/ex13.c
/petsc/src/vec/vec/tutorials/ex16.c
/petsc/src/vec/vec/tutorials/ex18.c
/petsc/src/vec/vec/tutorials/ex19.c
/petsc/src/vec/vec/tutorials/ex2.c
/petsc/src/vec/vec/tutorials/ex3.c
/petsc/src/vec/vec/tutorials/ex31.c
/petsc/src/vec/vec/tutorials/ex42.c
/petsc/src/vec/vec/tutorials/ex42a.c
/petsc/src/vec/vec/tutorials/ex44.c
/petsc/src/vec/vec/tutorials/ex5.c
/petsc/src/vec/vec/tutorials/ex6.c
/petsc/src/vec/vec/tutorials/ex7.c
/petsc/src/vec/vec/tutorials/ex8.c
/petsc/src/vec/vec/tutorials/ex9.c
/petsc/src/vec/vec/tutorials/performance.c

12345678910>>...99