History log of /petsc/src/mat/impls/baij/mpi/mpibaij.c (Results 26 – 50 of 1562)
Revision Date Author Comments
# 9258a178 05-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2025-08-01/fix-var-name' into 'main'

Change a misleading variable name

See merge request petsc/petsc!8623


# b638e6b4 02-Aug-2025 Junchao Zhang <jczhang@mcs.anl.gov>

Doc: processor to process, and also fix some typos


# c0edf612 01-Aug-2025 Junchao Zhang <jczhang@anl.gov>

Mat: change a misleading variable name

MPIU_Allreduce(&mat->was_assembled, &other_disassembled, 1, MPIU_BOOL, MPI_LAND, PetscObjectComm((PetscObject)mat)));

MPI_LAND's result should be 'all_assembl

Mat: change a misleading variable name

MPIU_Allreduce(&mat->was_assembled, &other_disassembled, 1, MPIU_BOOL, MPI_LAND, PetscObjectComm((PetscObject)mat)));

MPI_LAND's result should be 'all_assembled', the opposite of 'other_disassembled'

show more ...


# c1a32f8f 09-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/cleanup' into 'main'

Housekeeping

See merge request petsc/petsc!8392


# 8bb0f5c6 07-May-2025 Pierre Jolivet <pierre@joliv.et>

MatOps cleanup


# eefb368e 06-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 9b8bfe90 05-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typos' into 'release'

Typos and ksp.md

See merge request petsc/petsc!8368


# 46091a0e 02-May-2025 Pierre Jolivet <pierre@joliv.et>

Fix typos


# c5e72636 17-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Housekeeping

See merge request petsc/petsc!8326


# 523895ee 16-Apr-2025 Pierre Jolivet <pierre@joliv.et>

Remove unneeded variable and functions


# 4f037aad 27-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/bs' into 'main'

PetscLayout: set default block size to 1

See merge request petsc/petsc!8226


# 58b7e2c1 23-Mar-2025 Stefano Zampini <stefano.zampini@gmail.com>

PetscLayout: default block size 1


# 7e4f6f19 07-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/matoption-no-error' into 'main'

MatSetOption: ignore unused options instead of erroring out

See merge request petsc/petsc!8179


# 888c827c 26-Feb-2025 Stefano Zampini <stefano.zampini@gmail.com>

MatSetOption: ignore unused options instead of erroring out


# 49c2f904 01-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# 24af29f3 01-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-matsetoption' into 'release'

Mat: fix regression from c8ca1fbc97989d7f13a4db197e36b5d2efa188ca

See merge request petsc/petsc!8171


# 9725ddff 28-Feb-2025 Pierre Jolivet <pierre@joliv.et>

Mat: fix regression from c8ca1fbc97989d7f13a4db197e36b5d2efa188ca


# d34ab3a3 24-Feb-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 63a46d22 22-Feb-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/fix-mat-rowsumabs' into 'release'

fix bug in MatGetRowSumAbs_SeqAIJ

See merge request petsc/petsc!8156


# db161fc6 22-Feb-2025 Pierre Jolivet <pierre@joliv.et>

Fix MatGetRowMaxAbs_MPIBAIJ()


# d053ff77 27-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/remove-unneeded-mpicast' into 'main'

Remove unneeded PetscMPIIntCast() for routines using PetscCount

Closes #1661

See merge request petsc/petsc!8099


# e91c04df 26-Jan-2025 Pierre Jolivet <pierre@joliv.et>

Remove unneeded PetscMPIIntCast() for routines using PetscCount

Fix #1661


# 3531e584 03-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# f4f5f0af 03-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'lindad/mpi-fix-reset-preallocation' into 'release'

Fix MatResetPreallocation_MPIAIJ

See merge request petsc/petsc!8063


# eb14dd14 20-Dec-2024 Alex Lindsay <alexlindsay239@gmail.com>

Fix MatResetPreallocation_MPIAIJ

Per Barry's suggesetion I inserted a `MatDisAssemble` which
immediately fixed my issue. I will work on adding a test


12345678910>>...63