History log of /petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c (Results 1 – 25 of 1029)
Revision Date Author Comments
# 3220ff85 25-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2026-01-31/improve-dmactive' into 'main'

Split dmActive into separate support for matrix, rhs, and initial guess

See merge request petsc/petsc!8990


# bf0c7fc2 31-Jan-2026 Barry Smith <bsmith@mcs.anl.gov>

Split dmActive into seperate support for matrix, rhs, and initial guess


# 648bee1c 20-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-fieldsplit-regression' into 'main'

PCFIELDSPLIT: fix regression from c9d0a0b78d8cf8f2c3546ce630ce15a3c73af503

See merge request petsc/petsc!9055


# cb03e585 20-Feb-2026 Pierre Jolivet <pierre@joliv.et>

PCFIELDSPLIT: fix regression from c9d0a0b78d8cf8f2c3546ce630ce15a3c73af503

Reported-by: Chris Douglas @cmdoug


# 2daea058 18-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'pcfieldsplit_mr' into 'main'

Added `PCMatApply()` to `PCFIELDSPLIT` and `MatDenseScatter_Private()`

See merge request petsc/petsc!8986


# f5b94327 16-Feb-2026 Pierre Jolivet <pierre@joliv.et>

Add support for PCMatApply_FieldSplit_Schur()

Funded-by: France 2030 NumPEx Exa-MA (ANR-22-EXNU-0002) project


# d484b384 30-Jan-2026 Boris Martin <boris.martin@uliege.be>

PCFIELDSPLIT: add PCMatApply() implementation


# c9d0a0b7 16-Feb-2026 Pierre Jolivet <pierre@joliv.et>

PCSetUpOnBlocks_FieldSplit_Schur(): fix memory leak


# 6aa7fd67 22-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-fieldsplit-block_size' into 'main'

PCFIELDSPLIT: fix block size

See merge request petsc/petsc!8909


# ad881d7c 21-Dec-2025 Pierre Jolivet <pierre@joliv.et>

PCFIELDSPLIT: skip ISComplement() to get the proper block size


# 8bb6a241 03-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/consolidate-options' into 'main'

Consolidate MAT_HERMITIAN and MAT_SYMMETRIC options

See merge request petsc/petsc!8856


# b0c98d1d 14-Nov-2025 Pierre Jolivet <pierre@joliv.et>

Rework MAT_SYMMETRIC and MAT_HERMITIAN options


# 18ea161e 25-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fixes-before-release' into 'main'

small fixes before release

See merge request petsc/petsc!8717


# 2033cbf1 22-Sep-2025 Stefano Zampini <stefano.zampini@gmail.com>

PCFIELDSPLIT: use same IS for rows and cols if possible

remove limitation on unsorted IS


# 834855d6 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

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

clang-format-21

See merge request petsc/petsc!8202


# ac530a7e 03-Jun-2025 Pierre Jolivet <pierre@joliv.et>

Remove unnecessary braces around one-liners

git grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\

Remove unnecessary braces around one-liners

git grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#'

show more ...


# b6555650 25-May-2025 Pierre Jolivet <pierre@joliv.et>

Minor cleanup


# 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


# 2ae2db35 14-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-07-02/fortran-fix-some-get-array' into 'main'

Fixes for some function calls from Fortran

See merge request petsc/petsc!8521


# e41f517f 02-Jul-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix for PCFieldSplitGetSubKSP and PCFieldSplitSchurGetSubKSP from Fortran

Includes test code


# 226f8a8a 20-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 165c2d34 20-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-05-15/docs-rm-last-of-preconditioning-matrix/release' into 'release'

Remove use of preconditioning or preconditioner matrix when it should be...

See merge request petsc/pet

Merge branch 'barry/2025-05-15/docs-rm-last-of-preconditioning-matrix/release' into 'release'

Remove use of preconditioning or preconditioner matrix when it should be...

See merge request petsc/petsc!8410

show more ...


# 7addb90f 16-May-2025 Barry Smith <bsmith@mcs.anl.gov>

Remove use of preconditioning or preconditioner matrix when it should be phrased as matrix used to construct preconditioner


# 174dc0c8 28-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


12345678910>>...42