History log of /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c (Results 126 – 150 of 609)
Revision Date Author Comments
# 90dfda46 23-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 231963a0 22-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-12-22/fix-location-pop-pcview-bjacobi' into 'release'

Fix for PCView_BJacobi() case when neither if case is statisfied

See merge request petsc/petsc!3499


# e4de9e1d 22-Dec-2020 Barry Smith <bsmith@mcs.anl.gov>

Fix for PCView_BJacobi() case when neither if case is statisfied

SLEPc src/eps/tests/test30.c detected the problem

Commit-type: bug-fix
/spend 45m
Reported-by: "Jose E. Roman" <jroman@dsic.upv.es>


# 6eb2ed54 16-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 6caf69c1 16-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-12-04/fix-ksp-view-gasm/release' into 'release'

-ksp_view -ksp_type gmres -pc_type gasm fails on one process

See merge request petsc/petsc!3459


# 9530cbd7 05-Dec-2020 Barry Smith <bsmith@mcs.anl.gov>

-ksp_view -ksp_type gmres -pc_type gasm fails on one process

Fixed by removing special case handling of size 1 that tried to reuse orginal viewer as subviewer
which does not work.

Removed unneeded

-ksp_view -ksp_type gmres -pc_type gasm fails on one process

Fixed by removing special case handling of size 1 that tried to reuse orginal viewer as subviewer
which does not work.

Removed unneeded computation of rank from another subroutine.

Commit-type: bug-fix
Reported-by: Eric Chamberland https://gitlab.com/eric.chamberland

show more ...


# 8e2166ac 08-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# c2f22706 05-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/kokkos-matvec-fixes-release' into 'release'

Adams/kokkos matvec fixes release

See merge request petsc/petsc!3301


# 3f6dc190 29-Sep-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Tune bjacobi gpu vector handling


# c67404b8 29-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-pcmatapply' into 'master'

PC: add ops->matapply

See merge request petsc/petsc!2917


# 7b6e2003 28-Jun-2020 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

PC: add ops->matapply


# d1a08c99 16-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/fix-null' into 'master'

KSP/PC: Fix 0 ->NULL for pointers

See merge request petsc/petsc!2794


# 0a545947 14-May-2020 Lisandro Dalcin <dalcinl@gmail.com>

KSP/PC: Fix 0 ->NULL for pointers


# 7ea10ee1 07-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 5d46b446 07-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-hpddm-missing-interface' into 'maint'

Add KSPHPDDMMatSolve()

See merge request petsc/petsc!2730


# 910cf402 07-May-2020 prj- <pierre.jolivet@enseeiht.fr>

Minor fixes and improvements

* Typos
* MatMatSolve() improvements
* MatDense[Get|Restore]ColumnF90()
* MatKAIJGetScaledIdentity()


# 533d61a9 02-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/asm-view-fix' into 'master'

PC: ASM, Block Jacobi: when viewing, note local solver on rank 0 is shown

See merge request petsc/petsc!2563


# 8d76b567 27-Feb-2020 Patrick Sanan <patrick.sanan@gmail.com>

PC: ASM, Block Jacobi: when viewing, note local solver on rank 0 is shown

The KSPView() call shows the (sub-)KSP on rank 0, which should have the same
type, PC, parameters, etc., but will not be the

PC: ASM, Block Jacobi: when viewing, note local solver on rank 0 is shown

The KSPView() call shows the (sub-)KSP on rank 0, which should have the same
type, PC, parameters, etc., but will not be the identical solver,
as the size of the local subdomains and the entries of the local
submatrices will be different. For instance, the output only shows
the local Mat for rank 0, which might confuse a user into thinking that
the subdomains are all of the same size when they are not. Similarly,
a PC like LU would show different factorization details on different
ranks, even though the solver settings are the same.

Make the viewer output more precise by noting explicitly that is
displaying information for the rank 0 subsolver.

Update test output with the new string.

show more ...


# 30557576 25-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# d8e9ee5d 25-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-more-typo' into 'maint'

More typos

See merge request petsc/petsc!2326


# 34a84908 25-Nov-2019 prj- <pierre.jolivet@enseeiht.fr>

More typos


# 81e64d77 06-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# d2766755 04-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-double-semicolons' into 'maint'

Double semicolons

See merge request petsc/petsc!2150


# feb237ba 04-Oct-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Double semicolons


# 89583661 21-Jun-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]


12345678910>>...25