History log of /petsc/src/ksp/pc/impls/redistribute/redistribute.c (Results 1 – 25 of 311)
Revision Date Author Comments
# bcda9346 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MarDiehl/fix-typo' into 'main'

missing "s" for isascii and issundials

See merge request petsc/petsc!8559


# 9f196a02 17-Jul-2025 Martin Diehl <mail@martin-diehl.net>

missing "s" for isascii and issundials


# 6d8694c4 20-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'

Major updates to Fortran interface

See merge request petsc/petsc!7517


# ce78bad3 20-Feb-2025 Barry Smith <bsmith@petsc.dev>

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous ve

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous versions!
- also clean up inconsistent PETSc code detected by new Fortran generation tools
- drop use of bfort
- automatically generate all the Fortran PETSc objects, enums etc from the include files
- generate most of the Fortran interface definitions and functions from the source code
- simplify the number and organization of Fortran modules

Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>

show more ...


# be37439e 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/useless-cast' into 'main'

Remove useless cast

See merge request petsc/petsc!7894


# 835f2295 05-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

Brain dead fixes for useless casts


# 5753113e 04-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/obj-has-fcn' into 'main'

Add PetscObjectHasFunction

See merge request petsc/petsc!7917


# 0cd8b6e2 02-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

Add PetscObjectHasFunction


# d0e6bf2a 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-19' into 'main'

clang-format-19

See merge request petsc/petsc!7644


# 57508ece 17-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Remove unneeded parentheses


# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# 462c564d 14-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()

Introduce MPIU_Count to be used when MPI_Count is not available


# 6497c311 25-Aug-2024 Barry Smith <bsmith@mcs.anl.gov>

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in th

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in the CI

show more ...


# bac74541 03-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-06-30/doc-vecsetinf' into 'main'

Refactor VecSetInf() into VecFlag() and deprecate VecSetInf()

See merge request petsc/petsc!7661


# f480ea8a 03-Jul-2024 Barry Smith <bsmith@mcs.anl.gov>

Refactor VecSetInf() into VecFlag() and deprecate VecSetInf()

Reported-by: Stefano Zampini


# 009a99c1 13-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-pcapplytranspose_redistribute' into 'main'

Add PCApplyTranspose_Redistribute()

See merge request petsc/petsc!7455


# 57cdce21 12-Apr-2024 Pierre Jolivet <pierre@joliv.et>

Add PCApplyTranspose_Redistribute()


# 4d179fb4 19-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/add-matmatsolvetranspose_seqaij' into 'main'

MatMatSolveTranspose_SeqAIJ and minor housekeeping

See merge request petsc/petsc!7386


# dd8e379b 19-Mar-2024 Pierre Jolivet <pierre@joliv.et>

Docs: fix missing or extra dash in right-hand side


# c7fbd2bd 02-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-01-19/typedef-snes-functions' into 'main'

add typedef for functions passed to SNESSetFunction() etc to match approach in TS

See merge request petsc/petsc!7206


# 8434afd1 02-Feb-2024 Barry Smith <bsmith@mcs.anl.gov>

Change the use of the _Fn suffix to indicate a typedef of a function to just Fn

As determined on a vote on GitLab


# 5ddc805b 21-Jan-2024 Barry Smith <bsmith@mcs.anl.gov>

Change PETSc sys typedef function names to use the new _Fn format

Commit-type: housekeeping, maintainance


# 3d654ba0 29-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# dc53a966 29-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-01-29/doc-pcredistribute-lose-block-info' into 'release'

Document that matrix block info is lost with PCREDISTRIBUTE.

See merge request petsc/petsc!7246


# a76f6b59 29-Jan-2024 Barry Smith <bsmith@mcs.anl.gov>

Document that matrix block info is lost with PCREDISTRIBUTE.

Reported-by: Mark Adams


12345678910>>...13