History log of /petsc/src/mat/interface/matrix.c (Results 26 – 50 of 3231)
Revision Date Author Comments
# 2286efdd 25-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-07-30/fix-matshellsetoperationarg' into 'main'

Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFn

See merge request petsc/petsc!8615


# 57d50842 31-Jul-2025 Barry Smith <bsmith@mcs.anl.gov>

Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **


# 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


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

Mat: fix MatSelectVariableBlockSize

Add tests with SNES ex5
make it a public method


# 0b46e949 22-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/submat-zerorows' into 'main'

implement ZeroRowsLocal and ZeroRowsColumnsLocal for local references

See merge request petsc/petsc!8705


# cc6d0a9c 15-Sep-2025 Stefano Zampini <stefano.zampini@gmail.com>

MatZeroRows{Columns}Local: can map to negative indices


# 60a2aabb 14-Sep-2025 Stefano Zampini <stefano.zampini@gmail.com>

MatGetLocalSubMatrix: local submatrix is assembled if global is


# c2be7ffe 14-Sep-2025 Stefano Zampini <stefano.zampini@gmail.com>

Mat: add ops for zerorowscolumnslocal


# 0311516e 09-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 9372c96d 09-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/release-housekeeping' into 'release'

Housekeeping before the release

See merge request petsc/petsc!8697


# 6bdaa021 09-Sep-2025 Pierre Jolivet <pierre@joliv.et>

Docs: fix parameters of MatGetRowIJ()


# b69d2765 04-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# f44ed419 04-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-08-29/docs-argument-to-matxxxvalues-is-1d/release' into 'release'

Clarify the dimension of the array of values arguments for MatXXXValuesYYY.

See merge request petsc/petsc!

Merge branch 'barry/2025-08-29/docs-argument-to-matxxxvalues-is-1d/release' into 'release'

Clarify the dimension of the array of values arguments for MatXXXValuesYYY.

See merge request petsc/petsc!8670

show more ...


# 2af4d3aa 29-Aug-2025 Barry Smith <bsmith@mcs.anl.gov>

Clarify the dimension of the array of values arguments for MatXXXValuesYYY.

Reported-by: Glenn Hammond


# 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 ...


# 390d3996 12-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'lindad/hypre-control-through-pmat' into 'main'

Change hypre PC option defaults based on hypre matrix memory location

See merge request petsc/petsc!8505


# 03db1824 11-Aug-2025 Alex Lindsay <alexlindsay239@gmail.com>

Make MatGetCurrentMemType first class API


# 79e48321 30-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# bf3dd1f7 25-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'SalzmanA-main-patch-83473' into 'release'

docs: MatSetValuesLocal addv option correction

See merge request petsc/petsc!8592


# 7b6b5789 25-Jul-2025 SalzmanA <alexis.salzman@ec-nantes.fr>

docs: MatSetValuesLocal addv option correction


# 8aa39e1b 30-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# 96cabe33 30-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jfrazier/fix-matsetvalues-input-params-docs' into 'release'

Fixed doc for params of MatSetValues to match order of params in func signature

See merge request petsc/petsc!8502


# 6c64d62f 30-Jun-2025 Jared Frazier <cscidev001@gmail.com>

Fixed doc for params of MatSetValues to match order of params in func signature


# 85df088b 16-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-orient-sf' into 'main'

Plex: Fix handling of NULL locals in PlexOrient

See merge request petsc/petsc!8443


12345678910>>...130