History log of /petsc/src/vec/ (Results 26 – 50 of 6950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2a8381b213-Jan-2026 Barry Smith <bsmith@mcs.anl.gov>

Add automatic generated fortran support for setting and returning contexts

Major cleanup of the code for setting and returning application (previously called user) contexts
- PetscCtx ctx is now t

Add automatic generated fortran support for setting and returning contexts

Major cleanup of the code for setting and returning application (previously called user) contexts
- PetscCtx ctx is now the standard for passing in contexts
- PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFn

Both of these are typedef to void*

Also removed most use of user and userctx for context arguments now consistently named ctx

Improved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

show more ...


/petsc/config/BuildSystem/config/packages/MFEM.py
/petsc/config/BuildSystem/config/packages/PFLARE.py
/petsc/config/BuildSystem/config/packages/SLEPc.py
/petsc/doc/changes/dev.md
/petsc/doc/community/bofs/2026_Feb_CASS.md
/petsc/doc/community/bofs/bofs.md
/petsc/doc/community/index.md
/petsc/doc/developers/callbacks.md
/petsc/doc/index.md
/petsc/doc/install/download.md
/petsc/doc/manual/fe.md
/petsc/doc/manual/fortran.md
/petsc/doc/manual/getting_started.md
/petsc/doc/manual/ksp.md
/petsc/doc/manual/mat.md
/petsc/doc/manual/other.md
/petsc/doc/manual/snes.md
/petsc/doc/manual/tao.md
/petsc/doc/manual/ts.md
/petsc/doc/manual/vec.md
/petsc/include/petsc/private/cpp/register_finalize.hpp
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petsc/private/pcpatchimpl.h
/petsc/include/petsc/private/petscdsimpl.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petsc/private/snesimpl.h
/petsc/include/petsc/private/taoimpl.h
/petsc/include/petscbag.h
/petsc/include/petscdm.h
/petsc/include/petscdmadaptor.h
/petsc/include/petscdmfield.h
/petsc/include/petscdmforest.h
/petsc/include/petscdmshell.h
/petsc/include/petscds.h
/petsc/include/petscdstypes.h
/petsc/include/petscfe.h
/petsc/include/petscksp.h
/petsc/include/petsclandau.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petsctao.h
/petsc/include/petsctao_deprecations.h
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/lib/petsc/bin/generatefortranbindings.py
/petsc/lib/petsc/bin/maint/runjobs.py
/petsc/src/binding/petsc4py/demo/legacy/perftest/driver.c
/petsc/src/binding/petsc4py/src/lib-petsc/compat/tao.h
/petsc/src/binding/petsc4py/src/lib-petsc/custom.h
/petsc/src/binding/petsc4py/src/petsc4py/__init__.py
/petsc/src/dm/dt/dualspace/impls/lagrange/tutorials/ex2.c
/petsc/src/dm/dt/dualspace/interface/dualspace.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/dt/interface/dt.c
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtprob.c
/petsc/src/dm/dt/interface/ftn-custom/zdsf.c
/petsc/src/dm/dt/tests/ex10.c
/petsc/src/dm/dt/tests/ex3.c
/petsc/src/dm/field/impls/ds/dmfieldds.c
/petsc/src/dm/field/impls/shell/dmfieldshell.c
/petsc/src/dm/field/tutorials/ex1.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/da/grglvis.c
/petsc/src/dm/impls/da/hypre/mhyp.c
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/forest/tests/ex2.c
/petsc/src/dm/impls/moab/dmmbvec.cxx
/petsc/src/dm/impls/network/network.c
/petsc/src/dm/impls/network/tests/ex1.c
/petsc/src/dm/impls/network/tests/ex2.c
/petsc/src/dm/impls/network/tests/ex3.c
/petsc/src/dm/impls/plex/generators/ctetgen/ctetgenerate.c
/petsc/src/dm/impls/plex/generators/tetgen/tetgenerate.cxx
/petsc/src/dm/impls/plex/hdf5/plexhdf5.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexegads.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexglvis.c
/petsc/src/dm/impls/plex/plexsfc.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/tests/ex100.c
/petsc/src/dm/impls/plex/tests/ex101.c
/petsc/src/dm/impls/plex/tests/ex19.c
/petsc/src/dm/impls/plex/tests/ex22.c
/petsc/src/dm/impls/plex/tests/ex23.c
/petsc/src/dm/impls/plex/tests/ex3.c
/petsc/src/dm/impls/plex/tests/ex38.c
/petsc/src/dm/impls/plex/tests/ex39.c
/petsc/src/dm/impls/plex/tests/ex42.c
/petsc/src/dm/impls/plex/tests/ex44.c
/petsc/src/dm/impls/plex/tests/ex46.c
/petsc/src/dm/impls/plex/tests/ex5.c
/petsc/src/dm/impls/plex/tests/ex60.c
/petsc/src/dm/impls/plex/tests/ex61.c
/petsc/src/dm/impls/plex/tests/ex73.c
/petsc/src/dm/impls/plex/transform/impls/refine/sbr/plexrefsbr.c
/petsc/src/dm/impls/plex/tutorials/ex18.c
/petsc/src/dm/impls/plex/tutorials/ex19.c
/petsc/src/dm/impls/shell/dmshell.c
/petsc/src/dm/impls/stag/tests/ex40.c
/petsc/src/dm/impls/swarm/data_bucket.c
/petsc/src/dm/impls/swarm/swarm.c
/petsc/src/dm/impls/swarm/swarm_migrate.c
/petsc/src/dm/impls/swarm/swarmpic_view.c
/petsc/src/dm/impls/swarm/tests/ex11.c
/petsc/src/dm/impls/swarm/tests/ex4.c
/petsc/src/dm/impls/swarm/tests/ex5.c
/petsc/src/dm/impls/swarm/tests/ex6.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmceed.c
/petsc/src/dm/interface/dmcoordinates.c
/petsc/src/dm/interface/dmgenerate.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/dm/partitioner/impls/chaco/partchaco.c
/petsc/src/dm/partitioner/impls/gather/partgather.c
/petsc/src/dm/tests/ex37.c
/petsc/src/dm/tutorials/ex4.c
/petsc/src/dm/tutorials/ex7.c
/petsc/src/dm/tutorials/swarm_ex1.c
/petsc/src/ksp/ksp/impls/fetidp/fetidp.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/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/ftn-custom/zmodpcff.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/modpcf.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/interface/dmksp.c
/petsc/src/ksp/ksp/interface/ftn-custom/zdmkspf.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitfuncf.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/saws/kspsaws.c
/petsc/src/ksp/ksp/tests/ex6.c
/petsc/src/ksp/ksp/tests/ex88.c
/petsc/src/ksp/ksp/tutorials/bench_kspsolve.c
/petsc/src/ksp/ksp/tutorials/ex1f.F90
/petsc/src/ksp/ksp/tutorials/ex21.c
/petsc/src/ksp/ksp/tutorials/ex25.c
/petsc/src/ksp/ksp/tutorials/ex28.c
/petsc/src/ksp/ksp/tutorials/ex29.c
/petsc/src/ksp/ksp/tutorials/ex2f.F90
/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/ex42.c
/petsc/src/ksp/ksp/tutorials/ex43.c
/petsc/src/ksp/ksp/tutorials/ex45.c
/petsc/src/ksp/ksp/tutorials/ex45f.F90
/petsc/src/ksp/ksp/tutorials/ex50.c
/petsc/src/ksp/ksp/tutorials/ex57f.F90
/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/ex73.c
/petsc/src/ksp/ksp/tutorials/ex76.c
/petsc/src/ksp/ksp/tutorials/ex82.c
/petsc/src/ksp/ksp/tutorials/ex9.c
/petsc/src/ksp/ksp/utils/dm/dmproject.c
/petsc/src/ksp/ksp/utils/lmvm/tests/ex1.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcgraph.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/bjkokkos.kokkos.cxx
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/h2opus/pch2opus.c
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/ksp/pc/impls/mg/mgadapt.c
/petsc/src/ksp/pc/impls/mpi/pcmpi.c
/petsc/src/ksp/pc/impls/patch/pcpatch.c
/petsc/src/ksp/pc/impls/shell/ftn-custom/zshellpcf.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/impls/aij/mpi/kokkos/mpiaijkok.kokkos.cxx
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mpihipsparse/mpiaijhipsparse.hip.cpp
/petsc/src/mat/impls/aij/mpi/mpimatmatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpimattransposematmult.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijmkl/aijmkl.c
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
/petsc/src/mat/impls/aij/seq/matmatmatmult.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/matrart.c
/petsc/src/mat/impls/aij/seq/mattransposematmult.c
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.cpp
/petsc/src/mat/impls/aij/seq/symtranspose.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/h2opus/cuda/math2opus.cu
/petsc/src/mat/impls/htool/htool.cxx
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/mffd/ftn-custom/zmffdf.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/mffd/mffdimpl.h
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/impls/transpose/htransm.c
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matproduct.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/ftn-custom/zfdmatrixf.c
/petsc/src/mat/tests/ex218.c
/petsc/src/mat/tests/ex229.c
/petsc/src/mat/tests/ex241.c
/petsc/src/mat/tests/ex246.cxx
/petsc/src/mat/tests/ex268.c
/petsc/src/mat/tests/ex66.c
/petsc/src/mat/tests/ex70.c
/petsc/src/mat/tutorials/ex20f.F90
/petsc/src/mat/tutorials/ex6f.F90
/petsc/src/mat/utils/matstash.c
/petsc/src/snes/ftn-mod/petscsnes.h90
/petsc/src/snes/ftn-mod/petscsnesmod.F90
/petsc/src/snes/impls/al/al.c
/petsc/src/snes/impls/fas/fasgalerkin.c
/petsc/src/snes/impls/gs/gssecant.c
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/snes/impls/ntrdc/ntrdc.c
/petsc/src/snes/impls/patch/snespatch.c
/petsc/src/snes/impls/shell/snesshell.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/rs/virsimpl.h
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/interface/saws/snessaws.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/interface/snesob.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c
/petsc/src/snes/linesearch/impls/shell/ftn-custom/zlinesearchshellf.c
/petsc/src/snes/linesearch/impls/shell/linesearchshell.c
/petsc/src/snes/linesearch/interface/ftn-custom/zlinesearchf.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/tests/ex1.c
/petsc/src/snes/tests/ex13.c
/petsc/src/snes/tests/ex15.c
/petsc/src/snes/tests/ex18f90.F90
/petsc/src/snes/tests/ex1f.F90
/petsc/src/snes/tests/ex2.c
/petsc/src/snes/tests/ex20.c
/petsc/src/snes/tests/ex5.c
/petsc/src/snes/tests/ex68.c
/petsc/src/snes/tests/ex69.c
/petsc/src/snes/tests/ex8.c
/petsc/src/snes/tutorials/ex1.c
/petsc/src/snes/tutorials/ex11.c
/petsc/src/snes/tutorials/ex12.c
/petsc/src/snes/tutorials/ex13.c
/petsc/src/snes/tutorials/ex15.c
/petsc/src/snes/tutorials/ex17.c
/petsc/src/snes/tutorials/ex18.c
/petsc/src/snes/tutorials/ex19.c
/petsc/src/snes/tutorials/ex2.c
/petsc/src/snes/tutorials/ex20.c
/petsc/src/snes/tutorials/ex22.c
/petsc/src/snes/tutorials/ex23.c
/petsc/src/snes/tutorials/ex24.c
/petsc/src/snes/tutorials/ex26.c
/petsc/src/snes/tutorials/ex27.c
/petsc/src/snes/tutorials/ex28.c
/petsc/src/snes/tutorials/ex3.c
/petsc/src/snes/tutorials/ex30.c
/petsc/src/snes/tutorials/ex31.c
/petsc/src/snes/tutorials/ex34.c
/petsc/src/snes/tutorials/ex35.c
/petsc/src/snes/tutorials/ex36.c
/petsc/src/snes/tutorials/ex3k.kokkos.cxx
/petsc/src/snes/tutorials/ex42.c
/petsc/src/snes/tutorials/ex47cu.cu
/petsc/src/snes/tutorials/ex48.c
/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/ex5f90.F90
/petsc/src/snes/tutorials/ex5f90t.F90
/petsc/src/snes/tutorials/ex6.c
/petsc/src/snes/tutorials/ex62.c
/petsc/src/snes/tutorials/ex69.c
/petsc/src/snes/tutorials/ex7.c
/petsc/src/snes/tutorials/ex71.c
/petsc/src/snes/tutorials/ex73f90t.F90
/petsc/src/snes/tutorials/ex75.c
/petsc/src/snes/tutorials/ex76.c
/petsc/src/snes/tutorials/ex77.c
/petsc/src/snes/tutorials/ex78.c
/petsc/src/snes/tutorials/ex8.c
/petsc/src/snes/tutorials/ex99.c
/petsc/src/snes/tutorials/network/water/waterreaddata.c
/petsc/src/snes/tutorials/output/ex5f90_1.out
/petsc/src/snes/tutorials/output/ex5f90_3.out
/petsc/src/snes/tutorials/output/ex5f90_4.out
/petsc/src/snes/utils/convest.c
/petsc/src/snes/utils/dm/dmadapt.c
/petsc/src/snes/utils/dm/dminterpolatesnes.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmlocalsnes.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/snes/utils/ftn-custom/zdmdasnesf.c
/petsc/src/snes/utils/ftn-custom/zdmlocalsnesf.c
/petsc/src/snes/utils/ftn-custom/zdmsnesf.c
/petsc/src/snes/utils/libceed/dmplexsnesceed.c
/petsc/src/sys/classes/bag/bag.c
/petsc/src/sys/classes/draw/impls/x/xioerr.c
/petsc/src/sys/classes/draw/interface/drect.c
/petsc/src/sys/classes/draw/tests/ex6.c
/petsc/src/sys/classes/draw/utils/ftn-custom/zzoomf.c
/petsc/src/sys/classes/draw/utils/zoom.c
/petsc/src/sys/classes/viewer/impls/glvis/glvis.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errabort.c
/petsc/src/sys/error/errstop.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/ftn-custom/zerrf.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/error/tests/ex1.c
/petsc/src/sys/ftn-custom/zutils.c
/petsc/src/sys/ftn-mod/petscsysmod.F90
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/ftn-custom/zinheritf.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/tests/ex8.c
/petsc/src/sys/tests/linter/output/testValidFunctionDocStrings.out
/petsc/src/sys/tests/linter/output/testValidFunctionDocStrings.patch
/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c
/petsc/src/sys/tests/options/ex55.c
/petsc/src/sys/tutorials/ex5.c
/petsc/src/sys/tutorials/ex5f90.F90
/petsc/src/sys/utils/ftn-custom/zsortsof.c
/petsc/src/sys/utils/mpits.c
/petsc/src/sys/utils/server.c
/petsc/src/sys/utils/sortso.c
/petsc/src/tao/bound/impls/bnk/bnk.h
/petsc/src/tao/bound/tutorials/jbearing2.c
/petsc/src/tao/bound/tutorials/plate2.c
/petsc/src/tao/complementarity/tutorials/blackscholes.c
/petsc/src/tao/constrained/impls/admm/admm.c
/petsc/src/tao/constrained/impls/admm/ftn-custom/zadmmf.c
/petsc/src/tao/constrained/impls/almm/almm.c
/petsc/src/tao/constrained/impls/ipm/pdipm.c
/petsc/src/tao/constrained/tutorials/ex1.c
/petsc/src/tao/constrained/tutorials/maros.c
/petsc/src/tao/interface/fdiff.c
/petsc/src/tao/interface/ftn-custom/ztaosolverf.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/interface/taosolver_bounds.c
/petsc/src/tao/interface/taosolver_fg.c
/petsc/src/tao/interface/taosolver_hj.c
/petsc/src/tao/leastsquares/impls/brgn/brgn.c
/petsc/src/tao/leastsquares/impls/brgn/ftn-custom/zbrgnf.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.c
/petsc/src/tao/linesearch/interface/ftn-custom/ztaolinesearchf.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/tao/shell/taoshell.c
/petsc/src/tao/snes/taosnes.c
/petsc/src/tao/tutorials/ex1.c
/petsc/src/tao/tutorials/ex2.c
/petsc/src/tao/tutorials/ex3.c
/petsc/src/tao/tutorials/ex4.c
/petsc/src/tao/unconstrained/tutorials/burgers_spectral.c
/petsc/src/tao/unconstrained/tutorials/eptorsion2.c
/petsc/src/tao/unconstrained/tutorials/minsurf2.c
/petsc/src/tao/unconstrained/tutorials/spectraladjointassimilation.c
/petsc/src/ts/characteristic/interface/characteristic.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/event/tsevent.c
/petsc/src/ts/ftn-mod/petsctsmod.F90
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/bdf/bdf.c
/petsc/src/ts/impls/eimex/eimex.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/glee/glee.c
/petsc/src/ts/impls/implicit/alpha/alpha2.c
/petsc/src/ts/impls/implicit/discgrad/tsdiscgrad.c
/petsc/src/ts/impls/implicit/glle/glle.c
/petsc/src/ts/impls/implicit/irk/irk.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/multirate/mprk.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.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/tsmon.c
/petsc/src/ts/interface/tsrhssplit.c
/petsc/src/ts/tests/ex10.c
/petsc/src/ts/tests/ex11.c
/petsc/src/ts/tests/ex12.c
/petsc/src/ts/tests/ex14.c
/petsc/src/ts/tests/ex15.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/ex27.c
/petsc/src/ts/tests/ex28.c
/petsc/src/ts/tests/ex29.c
/petsc/src/ts/tests/ex3.c
/petsc/src/ts/tests/ex4.c
/petsc/src/ts/tests/ex5.c
/petsc/src/ts/tests/ex80.c
/petsc/src/ts/tests/ex81.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex3.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/advection-diffusion-reaction/reaction_diffusion.c
/petsc/src/ts/tutorials/autodiff/adolc-utils/drivers.cxx
/petsc/src/ts/tutorials/autodiff/adr_ex5adj.cxx
/petsc/src/ts/tutorials/autodiff/adr_ex5adj_mf.cxx
/petsc/src/ts/tutorials/autodiff/ex16adj.cxx
/petsc/src/ts/tutorials/autodiff/ex16adj_tl.cxx
/petsc/src/ts/tutorials/autodiff/ex16opt_ic.cxx
/petsc/src/ts/tutorials/eimex/allen_cahn.c
/petsc/src/ts/tutorials/ex10.c
/petsc/src/ts/tutorials/ex11.c
/petsc/src/ts/tutorials/ex11.h
/petsc/src/ts/tutorials/ex12.c
/petsc/src/ts/tutorials/ex13.c
/petsc/src/ts/tutorials/ex14.c
/petsc/src/ts/tutorials/ex15.c
/petsc/src/ts/tutorials/ex16.c
/petsc/src/ts/tutorials/ex16fwd.c
/petsc/src/ts/tutorials/ex17.c
/petsc/src/ts/tutorials/ex18.c
/petsc/src/ts/tutorials/ex19.c
/petsc/src/ts/tutorials/ex2.c
/petsc/src/ts/tutorials/ex20.c
/petsc/src/ts/tutorials/ex20adj.c
/petsc/src/ts/tutorials/ex20fwd.c
/petsc/src/ts/tutorials/ex20opt_ic.c
/petsc/src/ts/tutorials/ex20opt_p.c
/petsc/src/ts/tutorials/ex20td.c
/petsc/src/ts/tutorials/ex21.c
/petsc/src/ts/tutorials/ex22.c
/petsc/src/ts/tutorials/ex22f.F90
/petsc/src/ts/tutorials/ex22f_mf.F90
/petsc/src/ts/tutorials/ex23fwdadj.c
/petsc/src/ts/tutorials/ex25.c
/petsc/src/ts/tutorials/ex29.c
/petsc/src/ts/tutorials/ex3.c
/petsc/src/ts/tutorials/ex30.c
/petsc/src/ts/tutorials/ex32.c
/petsc/src/ts/tutorials/ex34.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/ex43.c
/petsc/src/ts/tutorials/ex44.c
/petsc/src/ts/tutorials/ex45.c
/petsc/src/ts/tutorials/ex46.c
/petsc/src/ts/tutorials/ex47.c
/petsc/src/ts/tutorials/ex48.c
/petsc/src/ts/tutorials/ex49.c
/petsc/src/ts/tutorials/ex5.c
/petsc/src/ts/tutorials/ex50.c
/petsc/src/ts/tutorials/ex52.c
/petsc/src/ts/tutorials/ex53.c
/petsc/src/ts/tutorials/ex6.c
/petsc/src/ts/tutorials/ex7.c
/petsc/src/ts/tutorials/ex74.c
/petsc/src/ts/tutorials/ex76.c
/petsc/src/ts/tutorials/ex77.c
/petsc/src/ts/tutorials/ex8.c
/petsc/src/ts/tutorials/extchem.c
/petsc/src/ts/tutorials/extchemfield.c
/petsc/src/ts/tutorials/hamiltonian/ex1.c
/petsc/src/ts/tutorials/hamiltonian/ex2.c
/petsc/src/ts/tutorials/hamiltonian/ex3.c
/petsc/src/ts/tutorials/hamiltonian/ex4.c
/petsc/src/ts/tutorials/hamiltonian/output/ex2_coulomb_1d.out
/petsc/src/ts/tutorials/hamiltonian/output/ex2_landau_damping_1d_c0.out
/petsc/src/ts/tutorials/hamiltonian/output/ex2_landau_damping_1d_dg.out
/petsc/src/ts/tutorials/hamiltonian/output/ex2_landau_damping_1d_mixed.out
/petsc/src/ts/tutorials/hamiltonian/output/ex2_none_1d.out
/petsc/src/ts/tutorials/hamiltonian/output/ex2_two_stream_c0.out
/petsc/src/ts/tutorials/hamiltonian/output/ex2_two_stream_rt.out
/petsc/src/ts/tutorials/hamiltonian/output/ex2_uniform_equilibrium_1d.out
/petsc/src/ts/tutorials/hamiltonian/output/ex2_uniform_equilibrium_1d_real.out
/petsc/src/ts/tutorials/hamiltonian/output/ex2_uniform_primal_1d_real.out
/petsc/src/ts/tutorials/hamiltonian/output/ex2_uniform_primal_1d_real_pfak.out
/petsc/src/ts/tutorials/hamiltonian/output/ex3_landau_damping_1d.out
/petsc/src/ts/tutorials/hamiltonian/output/ex3_landau_damping_2d.out
/petsc/src/ts/tutorials/hamiltonian/output/ex3_landau_damping_3d.out
/petsc/src/ts/tutorials/hamiltonian/output/ex3_sphere_3d.out
/petsc/src/ts/tutorials/hamiltonian/output/ex4_landau_damping_1d_bs.out
/petsc/src/ts/tutorials/hamiltonian/output/ex4_landau_damping_1d_dg.out
/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/network/pipes.c
/petsc/src/ts/tutorials/optimal_control/ex1.c
/petsc/src/ts/tutorials/phasefield/biharmonic.c
/petsc/src/ts/tutorials/phasefield/heat.c
/petsc/src/ts/tutorials/power_grid/ex3.h
/petsc/src/ts/tutorials/power_grid/ex3opt.c
/petsc/src/ts/tutorials/power_grid/ex3opt_fd.c
/petsc/src/ts/tutorials/power_grid/ex6.c
/petsc/src/ts/tutorials/power_grid/ex7.c
/petsc/src/ts/tutorials/power_grid/ex8.c
/petsc/src/ts/tutorials/power_grid/ex9adj.c
/petsc/src/ts/tutorials/power_grid/ex9opt.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/dmdats.c
/petsc/src/ts/utils/dmlocalts.c
/petsc/src/ts/utils/dmplexlandau/kokkos/landau.kokkos.cxx
/petsc/src/ts/utils/dmplexlandau/plexland.c
/petsc/src/ts/utils/dmplexlandau/tutorials/ex2.c
/petsc/src/ts/utils/dmplexlandau/tutorials/output/ex2_sphere_3d.out
/petsc/src/ts/utils/dmplexts.c
/petsc/src/ts/utils/dmts.c
/petsc/src/ts/utils/libceed/dmplextsceed.c
/petsc/src/ts/utils/tsconvest.c
is/utils/kdtree.c
pf/interface/pf.c
vec/impls/mpi/pdvec.c
vec/impls/seq/bvec2.c
vec/utils/vecglvis.c
c46fcffb26-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/sf_user_inputs' into 'main'

PetscSF: Add input checking to SF routines

See merge request petsc/petsc!8971


/petsc/.gitlab-ci.yml
/petsc/config/BuildSystem/config/packages/kokkos-kernels.py
/petsc/config/BuildSystem/config/packages/kokkos.py
/petsc/config/petsc_harness.sh
/petsc/doc/changes/dev.md
/petsc/doc/developers/style.md
/petsc/doc/install/windows.md
/petsc/gmakefile
/petsc/gmakefile.test
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscsystypes.h
/petsc/lib/petsc/bin/maint/check-ci-settings.sh
/petsc/lib/petsc/bin/maint/check-each-commit.sh
/petsc/lib/petsc/bin/maint/check-fortran-coverage.sh
/petsc/lib/petsc/bin/maint/check-merge-branch.sh
/petsc/lib/petsc/bin/maint/toclapack.sh
/petsc/lib/petsc/bin/petsc-mpiexec.uni
/petsc/lib/petsc/bin/petscfreesharedmemory.sh
/petsc/lib/petsc/bin/petscmpiexec
/petsc/lib/petsc/bin/petscversion
/petsc/lib/petsc/conf/rules_util.mk
/petsc/makefile
/petsc/src/benchmarks/run_petsc_benchmarks.sh
/petsc/src/binding/petsc4py/conf/confpetsc.py
/petsc/src/binding/petsc4py/conf/cythonize.sh
/petsc/src/binding/petsc4py/conf/requirements-stubtest.txt
/petsc/src/binding/petsc4py/conf/stubgen.py
/petsc/src/binding/petsc4py/conf/stubtest-allowlist
/petsc/src/binding/petsc4py/makefile
/petsc/src/binding/petsc4py/src/petsc4py/PETSc.pyi
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/Device.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/IS.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/TAO.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscvec.pxi
/petsc/src/binding/petsc4py/src/petsc4py/typing.py
/petsc/src/dm/impls/plex/kokkos/makefile
/petsc/src/dm/impls/plex/kokkos/plexlocalizationletkf.kokkos.cxx
/petsc/src/dm/impls/plex/tutorials/ex20.c
/petsc/src/dm/impls/plex/tutorials/output/ex20_1.out
/petsc/src/dm/impls/plex/tutorials/output/ex20_2.out
/petsc/src/dm/impls/plex/tutorials/output/ex20_3.out
/petsc/src/dm/impls/plex/tutorials/output/ex20_da2.out
/petsc/src/ksp/ksp/tests/ex28.c
/petsc/src/ksp/ksp/tests/output/ex28_4.out
/petsc/src/ksp/ksp/tutorials/bench_kspsolve.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/sys/utils/server.c
/petsc/src/ts/tutorials/extchem.sh
/petsc/src/ts/tutorials/hybrid/run.sh
is/sf/interface/sf.c
is/sf/utils/sfutils.c
18aa820821-Jan-2026 James Wright <james@jameswright.xyz>

fix(sf): Add input checking to SF routines

cc6b3d4818-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/sfcoord_userinputs' into 'main'

sfcoord: Validate user input

See merge request petsc/petsc!8942

011b1c6526-Dec-2025 James Wright <james@jameswright.xyz>

refactor(sf): Minor edits to PetscSFCreateByMatchingIndices()

a90d8e3808-Jan-2026 Satish Balay <balay@mcs.anl.gov>

CI: avoid duplicate file names with cuda/kokkos sources, add a test to checkbadSource

cuda+coverage uses 'nvcc --keep-dir=DIR' option - this creates
conflicts with 'make -j' where intermediate gener

CI: avoid duplicate file names with cuda/kokkos sources, add a test to checkbadSource

cuda+coverage uses 'nvcc --keep-dir=DIR' option - this creates
conflicts with 'make -j' where intermediate generated files in DIR
during compilation of one source-file might affect the compile of
another source file - with the same name.

CI: linux-cuda-pkgs can now run all tests - so remove the 'vec*' restriction

show more ...

896e5da212-Jan-2026 Satish Balay <balay@mcs.anl.gov>

tests: use exNNcu.cu and exNNk.kokkos.cxx names

77cf324309-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

e2535b2107-Jan-2026 Junchao Zhang <jczhang@anl.gov>

CI: test-harness - add a check for "'requires' within a 'testset' also needs a 'suffix'"

And MPIX_STREAM test in vec/is/sf/tests/ex1k reqires MPICH with CUDA/GPU_AWARE support.
Set MPIR_CVAR_CH4_RES

CI: test-harness - add a check for "'requires' within a 'testset' also needs a 'suffix'"

And MPIX_STREAM test in vec/is/sf/tests/ex1k reqires MPICH with CUDA/GPU_AWARE support.
Set MPIR_CVAR_CH4_RESERVE_VCIS=1 to fix the following error:

[1]PETSC ERROR: MPI error 135495183 Other MPI error, error stack:
internalX_Stream_create(91).: MPIX_Stream_create(info=0x9c000000, stream=0x55ab3b7dcbd0) failed
MPIR_Stream_create_impl(207):
MPID_Allocate_vci(149)......: No streams available. Use MPIR_CVAR_CH4_RESERVE_VCIS to reserve the number of streams can be allocated.

Co-authored-by: Satish Balay <balay@mcs.anl.gov>

show more ...

f14a7c2908-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-12-27/ftn-rm-funname-interface-definition' into 'main'

Remove the function name from generated Fortran interface definitions.

Closes #1838

See merge request petsc/petsc!89

Merge branch 'barry/2025-12-27/ftn-rm-funname-interface-definition' into 'main'

Remove the function name from generated Fortran interface definitions.

Closes #1838

See merge request petsc/petsc!8921

show more ...

9b6401ad05-Jan-2026 James Wright <james@jameswright.xyz>

sfcoord: Validate user input

a4e01a8b07-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

bd89dbf207-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-12-24/improve-snes-domain-error-handling' into 'main'

Improve the propagation of function domain error handling in SNES, especially...

See merge request petsc/petsc!8914


/petsc/config/BuildSystem/config/packages/Eigen.py
/petsc/config/BuildSystem/config/packages/MOAB.py
/petsc/config/BuildSystem/config/packages/grid.py
/petsc/config/BuildSystem/config/packages/pragmatic.py
/petsc/doc/changes/dev.md
/petsc/doc/developers/style.md
/petsc/doc/manual/snes.md
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petsc/private/linesearchimpl.h
/petsc/include/petsc/private/snesimpl.h
/petsc/include/petscmat.h
/petsc/include/petscsnes.h
/petsc/src/binding/petsc4py/src/lib-petsc/custom.h
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/SNES.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscsnes.pxi
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/tutorials/ex52.c
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/vpbjacobi/vpbjacobi.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/tests/cJSON.c
/petsc/src/snes/impls/al/al.c
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/gs/snesgs.c
/petsc/src/snes/impls/ksponly/ksponly.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/multiblock/multiblock.c
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/ngmres/anderson.c
/petsc/src/snes/impls/ngmres/ngmresfunc.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/ntrdc/ntrdc.c
/petsc/src/snes/impls/patch/snespatch.c
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj.c
/petsc/src/snes/interface/snesob.c
/petsc/src/snes/interface/snespc.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/linesearch/impls/basic/linesearchbasic.c
/petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/impls/cp/linesearchcp.c
/petsc/src/snes/linesearch/impls/nleqerr/linesearchnleqerr.c
/petsc/src/snes/linesearch/impls/secant/linesearchsecant.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/tests/ex241.cxx
/petsc/src/snes/tests/ex4.c
/petsc/src/snes/tests/output/ex241_1.out
/petsc/src/snes/tests/output/ex4_1.out
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/device/impls/segmentedmempool.hpp
/petsc/src/tao/bound/impls/blmvm/blmvm.c
/petsc/src/tao/bound/impls/bncg/bncg.c
/petsc/src/tao/bound/impls/bnk/bnk.c
/petsc/src/tao/bound/impls/bnk/bnls.c
/petsc/src/tao/bound/impls/bnk/bntl.c
/petsc/src/tao/bound/impls/bnk/bntr.c
/petsc/src/tao/bound/impls/tron/tron.c
/petsc/src/tao/constrained/impls/ipm/pdipm.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.c
/petsc/src/tao/linesearch/impls/armijo/armijo.c
/petsc/src/tao/linesearch/impls/morethuente/morethuente.c
/petsc/src/tao/linesearch/impls/owarmijo/owarmijo.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/tao/quadratic/impls/bqpip/bqpip.c
/petsc/src/tao/unconstrained/impls/cg/taocg.c
/petsc/src/tao/unconstrained/impls/lmvm/lmvm.c
/petsc/src/tao/unconstrained/impls/nls/nls.c
/petsc/src/tao/unconstrained/impls/ntl/ntl.c
/petsc/src/tao/unconstrained/impls/ntr/ntr.c
/petsc/src/tao/unconstrained/impls/owlqn/owlqn.c
vec/interface/rvector.c
vec/utils/projection.c
bc8bae3907-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2026-01-02/fix-ftn-doc-vecplacearray-vecresetarray/release' into 'release'

VecPlaceArray() can be used from Fortran

See merge request petsc/petsc!8928

5d4b16a506-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

65d0d44305-Jan-2026 Pierre Jolivet <pierre@joliv.et>

MatConjugate(): no need to check for USE_COMPLEX in implementations

f0edcda502-Jan-2026 James Wright <james@jameswright.xyz>

fix(layout): Remove erroneous 'break' statement

This break was added in error in !5655. When using PETSC_OWN_POINTER,
map->range is never set. The original fall-through mechanic was
intentional and

fix(layout): Remove erroneous 'break' statement

This break was added in error in !5655. When using PETSC_OWN_POINTER,
map->range is never set. The original fall-through mechanic was
intentional and should have been kept

Co-authored-by: Pierre Jolivet <pierre@joliv.et>

show more ...

1c4a1a5b02-Jan-2026 Martin Diehl <mail@martin-diehl.net>

Fortran 2008 has unlimited polymorphic/'*'

3d1372b202-Jan-2026 Martin Diehl <mail@martin-diehl.net>

Fortran: removed interface names

named interfaces are used to overload subroutines

7259423702-Jan-2026 Barry Smith <bsmith@mcs.anl.gov>

VecPlaceArray() and VecResetArray() can be used from Fortran

76c6338924-Dec-2025 Barry Smith <bsmith@mcs.anl.gov>

Improve the propagation of function domain error handling in SNES, especially in the line search routines.

Due to the object layering of SNESLineSearch under SNES there is some code duplication incl

Improve the propagation of function domain error handling in SNES, especially in the line search routines.

Due to the object layering of SNESLineSearch under SNES there is some code duplication include both SNESLineSearchReason and SNESConvergedReason and SNESCheckFunctionNorm() and SNESLineSearchCheckFunctionNorm() and Jacobian friends

Reported-by: david.knezevic@akselos.com

show more ...


/petsc/.gitlab-ci.yml
/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/packages/amgx.py
/petsc/config/BuildSystem/config/packages/kokkos-kernels.py
/petsc/config/BuildSystem/config/packages/kokkos.py
/petsc/config/examples/arch-ci-linux-cuda-pkgs.py
/petsc/config/examples/arch-ci-linux-cuda112-omp.py
/petsc/config/examples/arch-ci-linux-hip-cmplx.py
/petsc/config/examples/arch-ci-linux-hip-double.py
/petsc/config/examples/arch-ci-linux-kokkos-cuda.py
/petsc/config/examples/arch-ci-linux-pkgs-valgrind.py
/petsc/config/examples/arch-ci-linux-sycl-double.py
/petsc/doc/changes/dev.md
/petsc/doc/developers/style.md
/petsc/doc/manual/snes.md
/petsc/gmakefile.test
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petsc/private/linesearchimpl.h
/petsc/include/petsc/private/snesimpl.h
/petsc/include/petscsnes.h
/petsc/lib/petsc/conf/rules
/petsc/src/binding/petsc4py/src/lib-petsc/custom.h
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/SNES.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscsnes.pxi
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/vpbjacobi/vpbjacobi.c
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/tests/cJSON.c
/petsc/src/snes/impls/al/al.c
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/gs/snesgs.c
/petsc/src/snes/impls/ksponly/ksponly.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/multiblock/multiblock.c
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/ngmres/anderson.c
/petsc/src/snes/impls/ngmres/ngmresfunc.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/ntrdc/ntrdc.c
/petsc/src/snes/impls/patch/snespatch.c
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj.c
/petsc/src/snes/interface/snesob.c
/petsc/src/snes/interface/snespc.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/linesearch/impls/basic/linesearchbasic.c
/petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/impls/cp/linesearchcp.c
/petsc/src/snes/linesearch/impls/nleqerr/linesearchnleqerr.c
/petsc/src/snes/linesearch/impls/secant/linesearchsecant.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/tests/ex241.cxx
/petsc/src/snes/tests/ex4.c
/petsc/src/snes/tests/output/ex241_1.out
/petsc/src/snes/tests/output/ex4_1.out
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/device/impls/segmentedmempool.hpp
/petsc/src/tao/bound/impls/blmvm/blmvm.c
/petsc/src/tao/bound/impls/bncg/bncg.c
/petsc/src/tao/bound/impls/bnk/bnk.c
/petsc/src/tao/bound/impls/bnk/bnls.c
/petsc/src/tao/bound/impls/bnk/bntl.c
/petsc/src/tao/bound/impls/bnk/bntr.c
/petsc/src/tao/bound/impls/tron/tron.c
/petsc/src/tao/constrained/impls/ipm/pdipm.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.c
/petsc/src/tao/linesearch/impls/armijo/armijo.c
/petsc/src/tao/linesearch/impls/morethuente/morethuente.c
/petsc/src/tao/linesearch/impls/owarmijo/owarmijo.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/tao/quadratic/impls/bqpip/bqpip.c
/petsc/src/tao/unconstrained/impls/cg/taocg.c
/petsc/src/tao/unconstrained/impls/lmvm/lmvm.c
/petsc/src/tao/unconstrained/impls/nls/nls.c
/petsc/src/tao/unconstrained/impls/ntl/ntl.c
/petsc/src/tao/unconstrained/impls/ntr/ntr.c
/petsc/src/tao/unconstrained/impls/owlqn/owlqn.c
vec/interface/rvector.c
vec/utils/projection.c
f1957bc301-Jan-2026 Pierre Jolivet <pierre@joliv.et>

Minor cleanup: use MPI_IN_PLACE when possible and avoid extra allocation

45eca2a828-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/kdtree-doc' into 'main'

doc(kdtree): Minor comments added

See merge request petsc/petsc!8922

c87b6f5f28-Dec-2025 James Wright <james@jameswright.xyz>

doc(kdtree): Minor comments added


/petsc/config/BuildSystem/config/packages/Caliper.py
/petsc/config/BuildSystem/config/packages/hypre.py
/petsc/config/examples/arch-ci-linux-cuda-pkgs.py
/petsc/doc/changes/dev.md
/petsc/include/petsc/private/tsimpl.h
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/TS.pyx
/petsc/src/dm/impls/swarm/tests/ex4.c
/petsc/src/dm/impls/swarm/tests/ex5.c
/petsc/src/dm/impls/swarm/tests/ex6.c
/petsc/src/ksp/ksp/tests/ex3.c
/petsc/src/ksp/ksp/tests/output/ex3_caliper.out
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/tao/unconstrained/tutorials/burgers_spectral.c
/petsc/src/tao/unconstrained/tutorials/spectraladjointassimilation.c
/petsc/src/ts/event/tests/ex16.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/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/tests/ex18.c
/petsc/src/ts/tests/ex21.c
/petsc/src/ts/tests/ex30.c
/petsc/src/ts/tests/ex4.c
/petsc/src/ts/tests/output/ex21_1_bdf_ngmres_fas_ms.out
/petsc/src/ts/tests/output/ex21_1_bdf_ngmres_fas_ngs.out
/petsc/src/ts/tests/output/ex21_2_bdf_ngmres_fas_ms.out
/petsc/src/ts/tests/output/ex21_2_bdf_ngmres_fas_ngs.out
/petsc/src/ts/tests/output/ex4_8.out
/petsc/src/ts/tests/output/ex6_1.out
/petsc/src/ts/tests/output/ex6_1_alt.out
/petsc/src/ts/tests/output/ex7_1.out
/petsc/src/ts/tests/output/ex7_1_alt.out
/petsc/src/ts/tests/output/ex8_1.out
/petsc/src/ts/tests/output/ex8_2.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex5adj.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex1_1.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex1_3.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex2_1.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex2_1_alt.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex2_1_alt_2.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex2_1_alt_3.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex2_1_alt_4.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex3_1.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex3_1_alt_2.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex3_1_alt_3.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex4_1.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex5_1.out
/petsc/src/ts/tutorials/eimex/allen_cahn.c
/petsc/src/ts/tutorials/eimex/ct_vdp_imex.c
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-1000_ts_eimex_row_col-1__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-1000_ts_eimex_row_col-2__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-1000_ts_eimex_row_col-2__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-1000_ts_eimex_row_col-3__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-1000_ts_eimex_row_col-3__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-1000_ts_eimex_row_col-3__3.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-100_ts_eimex_row_col-1__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-100_ts_eimex_row_col-2__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-100_ts_eimex_row_col-2__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-100_ts_eimex_row_col-3__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-100_ts_eimex_row_col-3__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-100_ts_eimex_row_col-3__3.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-500_ts_eimex_row_col-1__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-500_ts_eimex_row_col-2__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-500_ts_eimex_row_col-2__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-500_ts_eimex_row_col-3__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-500_ts_eimex_row_col-3__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.0005_ts_max_steps-500_ts_eimex_row_col-3__3.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-1000_ts_eimex_row_col-1__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-1000_ts_eimex_row_col-2__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-1000_ts_eimex_row_col-2__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-1000_ts_eimex_row_col-3__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-1000_ts_eimex_row_col-3__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-1000_ts_eimex_row_col-3__3.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-100_ts_eimex_row_col-1__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-100_ts_eimex_row_col-2__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-100_ts_eimex_row_col-2__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-100_ts_eimex_row_col-3__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-100_ts_eimex_row_col-3__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-100_ts_eimex_row_col-3__3.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-500_ts_eimex_row_col-1__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-500_ts_eimex_row_col-2__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-500_ts_eimex_row_col-2__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-500_ts_eimex_row_col-3__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-500_ts_eimex_row_col-3__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.001_ts_max_steps-500_ts_eimex_row_col-3__3.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-1000_ts_eimex_row_col-1__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-1000_ts_eimex_row_col-2__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-1000_ts_eimex_row_col-2__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-1000_ts_eimex_row_col-3__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-1000_ts_eimex_row_col-3__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-1000_ts_eimex_row_col-3__3.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-100_ts_eimex_row_col-1__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-100_ts_eimex_row_col-2__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-100_ts_eimex_row_col-2__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-100_ts_eimex_row_col-3__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-100_ts_eimex_row_col-3__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-100_ts_eimex_row_col-3__3.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-500_ts_eimex_row_col-1__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-500_ts_eimex_row_col-2__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-500_ts_eimex_row_col-2__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-500_ts_eimex_row_col-3__1.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-500_ts_eimex_row_col-3__2.out
/petsc/src/ts/tutorials/eimex/output/ct_vdp_imex_loop_ts_time_step-0.005_ts_max_steps-500_ts_eimex_row_col-3__3.out
/petsc/src/ts/tutorials/ex10.c
/petsc/src/ts/tutorials/ex12.c
/petsc/src/ts/tutorials/ex18.c
/petsc/src/ts/tutorials/ex19.c
/petsc/src/ts/tutorials/ex2.c
/petsc/src/ts/tutorials/ex20adj.c
/petsc/src/ts/tutorials/ex20opt_ic.c
/petsc/src/ts/tutorials/ex20opt_p.c
/petsc/src/ts/tutorials/ex22.c
/petsc/src/ts/tutorials/ex24.c
/petsc/src/ts/tutorials/ex25.c
/petsc/src/ts/tutorials/ex3.c
/petsc/src/ts/tutorials/ex31.c
/petsc/src/ts/tutorials/ex35.cxx
/petsc/src/ts/tutorials/ex40.c
/petsc/src/ts/tutorials/ex44.c
/petsc/src/ts/tutorials/ex45.c
/petsc/src/ts/tutorials/ex46.c
/petsc/src/ts/tutorials/ex47.c
/petsc/src/ts/tutorials/ex48.c
/petsc/src/ts/tutorials/ex53.c
/petsc/src/ts/tutorials/ex76.c
/petsc/src/ts/tutorials/ex77.c
/petsc/src/ts/tutorials/extchem.c
/petsc/src/ts/tutorials/extchemfield.c
/petsc/src/ts/tutorials/hamiltonian/ex2.c
/petsc/src/ts/tutorials/hamiltonian/ex4.c
/petsc/src/ts/tutorials/multirate/ex4.c
/petsc/src/ts/tutorials/multirate/ex5.c
/petsc/src/ts/tutorials/multirate/ex6.c
/petsc/src/ts/tutorials/multirate/ex7.c
/petsc/src/ts/tutorials/multirate/ex8.c
/petsc/src/ts/tutorials/output/ex18_adv_0.out
/petsc/src/ts/tutorials/output/ex18_adv_1.out
/petsc/src/ts/tutorials/output/ex18_adv_3_ex.out
/petsc/src/ts/tutorials/output/ex19_bdf_reject_ts_max_step_rejections-0.out
/petsc/src/ts/tutorials/output/ex19_bdf_reject_ts_max_step_rejections-1.out
/petsc/src/ts/tutorials/output/ex19_bdf_reject_ts_max_step_rejections-2.out
/petsc/src/ts/tutorials/output/ex19_pi42.out
/petsc/src/ts/tutorials/output/ex3_1.out
/petsc/src/ts/tutorials/output/ex3_2.out
/petsc/src/ts/tutorials/output/ex3_3.out
/petsc/src/ts/tutorials/output/ex3_4.out
/petsc/src/ts/tutorials/output/ex3_5.out
/petsc/src/ts/tutorials/output/ex3_fischer_guess.out
/petsc/src/ts/tutorials/output/ex3_fischer_guess_2.out
/petsc/src/ts/tutorials/output/ex3_fischer_guess_3.out
/petsc/src/ts/tutorials/output/ex3_pod_guess.out
/petsc/src/ts/tutorials/output/ex3_pod_guess_Ainner.out
/petsc/src/ts/tutorials/output/ex40_n_ts_max_step_rejections-0.out
/petsc/src/ts/tutorials/output/ex40_n_ts_max_step_rejections-1.out
/petsc/src/ts/tutorials/output/ex40_n_ts_max_step_rejections-2.out
/petsc/src/ts/tutorials/output/ex43_a.out
/petsc/src/ts/tutorials/output/ex44_ts_max_step_rejections-0.out
/petsc/src/ts/tutorials/output/ex44_ts_max_step_rejections-1.out
/petsc/src/ts/tutorials/output/ex44_ts_max_step_rejections-2.out
/petsc/src/ts/tutorials/output/ex4_1.out
/petsc/src/ts/tutorials/output/ex4_2.out
/petsc/src/ts/tutorials/output/ex4_3.out
/petsc/src/ts/tutorials/output/ex4_4.out
/petsc/src/ts/tutorials/output/ex50_3.out
/petsc/src/ts/tutorials/output/ex50_4.out
/petsc/src/ts/tutorials/output/ex5_1.out
/petsc/src/ts/tutorials/output/ex5_nox.out
/petsc/src/ts/tutorials/output/ex6_1.out
/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/biharmonictest.m
/petsc/src/ts/tutorials/phasefield/heat.c
/petsc/src/ts/tutorials/phasefield/heattest.m
/petsc/src/ts/tutorials/power_grid/ex2.c
/petsc/src/ts/tutorials/power_grid/petscopt_ex8
/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c
/petsc/src/ts/utils/dmplexlandau/tutorials/ex1f90.F90
/petsc/src/ts/utils/dmplexlandau/tutorials/ex2.c
is/utils/kdtree.c
749c190b25-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-12-04/fix-use-mpi-f08' into 'main'

Replace -with-mpi-f90module-visibility with -with-mpi-ftn-module=mpi_f08

See merge request petsc/petsc!8885


/petsc/.gitlab-ci.yml
/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/PFLARE.py
/petsc/config/BuildSystem/config/packages/amgx.py
/petsc/config/BuildSystem/config/packages/kokkos-kernels.py
/petsc/config/BuildSystem/config/packages/kokkos.py
/petsc/config/PETSc/Configure.py
/petsc/config/examples/arch-ci-freebsd-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-ci-linux-64idx-i8.py
/petsc/config/examples/arch-ci-linux-clang-avx.py
/petsc/config/examples/arch-ci-linux-cuda-cmplx.py
/petsc/config/examples/arch-ci-linux-cuda-pkgs.py
/petsc/config/examples/arch-ci-linux-cuda112-omp.py
/petsc/config/examples/arch-ci-linux-hip-cmplx.py
/petsc/config/examples/arch-ci-linux-hip-double.py
/petsc/config/examples/arch-ci-linux-kokkos-cuda.py
/petsc/config/examples/arch-ci-linux-opt-cxx-quad.py
/petsc/config/examples/arch-ci-linux-pkgs-valgrind.py
/petsc/config/examples/arch-ci-linux-sycl-double.py
/petsc/config/examples/arch-ci-macos-cxx-cmplx-pkgs-dbg-arm.py
/petsc/config/examples/arch-ci-mswin-intel-cxx-cmplx.py
/petsc/doc/changes/dev.md
/petsc/doc/manual/fortran.md
/petsc/gmakefile
/petsc/gmakefile.test
/petsc/include/petsc/finclude/petscsysbase.h
/petsc/lib/petsc/bin/generatefortranbindings.py
/petsc/lib/petsc/conf/rules
/petsc/src/dm/impls/plex/tests/ex26f90.F90
/petsc/src/dm/impls/plex/tests/ex62f90.F90
/petsc/src/dm/impls/plex/tests/ex98f90.F90
/petsc/src/dm/impls/plex/tutorials/ex14f90.F90
/petsc/src/dm/tutorials/ex13f90.F90
/petsc/src/ksp/ksp/tutorials/ex13f90.F90
/petsc/src/ksp/ksp/tutorials/ex14f.F90
/petsc/src/ksp/ksp/tutorials/ex44f.F90
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
/petsc/src/mat/tutorials/ex20f.F90
/petsc/src/mat/tutorials/ex6f.F90
/petsc/src/snes/tests/ex12f.F90
/petsc/src/snes/tests/ex1f.F90
/petsc/src/snes/tutorials/ex40f90.F90
/petsc/src/snes/tutorials/ex5f90.F90
/petsc/src/sys/ftn-mod/petscsys.h90
/petsc/src/sys/ftn-mod/petscsysmod.F90
/petsc/src/sys/ftn-mod/petscviewer.h90
/petsc/src/sys/ftn-src/somefort.F90
/petsc/src/sys/logging/plog.c
/petsc/src/sys/tests/ex1f.F90
/petsc/src/sys/tests/ex38f.F90
/petsc/src/sys/tests/ex53f.F90
/petsc/src/sys/tutorials/ex10f.F90
/petsc/src/sys/tutorials/ex16f.F90
/petsc/src/sys/tutorials/ex2f.F90
/petsc/src/sys/tutorials/ex3f90.F90
/petsc/src/sys/tutorials/ex4f.F90
/petsc/src/sys/tutorials/ex4f90.F90
/petsc/src/sys/tutorials/ex5f90.F90
/petsc/src/tao/bound/tutorials/plate2f.F90
/petsc/src/tao/leastsquares/tutorials/chwirut2f.F90
ftn-mod/petscvec.h90
is/sf/tutorials/ex1f.F90
vec/tutorials/ex21f90.F90
vec/tutorials/ex7f.F90
vec/tutorials/ex8f.F90

12345678910>>...278