History log of /petsc/include/petscksp.h (Results 151 – 175 of 1050)
Revision Date Author Comments
# 345ecf0b 13-Jan-2022 Xiangmin Jiao <xmjiao@gmail.com>

KSP: Added qmrcgstab with right preconditioning


# 1fc0a254 14-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang/tao-pdipm-update' into 'main'

add PCSetPreSolve(); resolve remaining issues of MR3821

See merge request petsc/petsc!4120


# f560b561 14-Jun-2021 Hong Zhang <hzhang@mcs.anl.gov>

address issues raised by Barry for MR3821
fix a comment in mumps.c
add PCSetPreSolve(); rm several private '#include'; cleanup KKTAddShifts(), PCPreSolve_PDIPM(), TaoSetup_PDIPM()
add 'requires: mump

address issues raised by Barry for MR3821
fix a comment in mumps.c
add PCSetPreSolve(); rm several private '#include'; cleanup KKTAddShifts(), PCPreSolve_PDIPM(), TaoSetup_PDIPM()
add 'requires: mumps' to src/tao/constrained/tutorials/ex1.c' -- pdipm cannot handle zeropivot yet
update ex1 for distributed Hessian and Jacobians
update webmanual
update tao->gnorm0 and tao->step = mu in TaoSNESFunction_PDIPM_residual()

show more ...


# 568088ac 08-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/unify-getctx' into 'main'

Unify XXGetYYContext calls

See merge request petsc/petsc!4212


# 3ec1f749 04-Aug-2021 Stefano Zampini <stefano.zampini@gmail.com>

Unify XXGetYYContext calls

always use void*


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# 03cacdc9 22-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/pcmg-matapply' into 'main'

PCMG matapply

See merge request petsc/petsc!3717


# 3e00ce70 15-Mar-2021 Stefano Zampini <stefano.zampini@gmail.com>

BlockKrylov update

Remove composable KSP[Set|Get]MatSolveBlockSize() and rename Block to Batch
KSP ex26: added tests for multivec PCMG


# 707297fd 24-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'Fande-Kong/plugable_reason_view' into 'master'

plugable KSP/SNES reason view system - SNESConvergedReasonView KSPConvergedReasonView

See merge request petsc/petsc!3595


# c4421cea 24-Feb-2021 Fande Kong <fdkong.jd@gmail.com>

plugable KSP/SNES reason view system - SNESConvergedReasonView KSPConvergedReasonView


# 6cbc1272 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/deprecate-KSPMonitorDefault' into 'master'

KSPMonitorDefault,KSPMonitorTrueResidualNorm,KSPMonitorTrueResidualMax: set as deprecated

See merge request petsc/petsc!3650


# 2bd2df7b 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

KSPMonitorDefault,KSPMonitorTrueResidualNorm,KSPMonitorTrueResidualMax: set as deprecated


# 770cd5fd 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-monitors-reorg' into 'master'

Knepley/feature monitors reorg

See merge request petsc/petsc!3631


# 798534f6 18-Feb-2021 Matthew G. Knepley <knepley@gmail.com>

KSP: Reorganized monitors - Now the residual can be viewed using -ksp_monitor draw and a plot can be made using -ksp_monitor draw::draw_lg - This also works for the true residual and error - We no

KSP: Reorganized monitors - Now the residual can be viewed using -ksp_monitor draw and a plot can be made using -ksp_monitor draw::draw_lg - This also works for the true residual and error - We noe register monitors so that dispatch based on viewer and format works - Add KSPMonitorLGCreate(), and remove KSPMonitorLGResidualNorm*() and KSPMonitorLGTrueResidualNorm*() - Add KSPMonitorError(), used by -ksp_monitor_error - Add arguments to KSPMonitorSetFromOptions() to allow line graphs to be configured - Remove SNESMonitorLGCreate() and SNESMonitorLGResidualNorm() which are now handled by the default monitor - PetscViewerAndFormat now allows a payload - VecView_Plex() and VecView_Plex_Local() must propagate the flag indicating zero BC

show more ...


# 48a67072 16-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/pcmg-transpose' into 'master'

PCMG: implement PCApplyTranspose_MG

See merge request petsc/petsc!3539


# 75f8e9bd 16-Feb-2021 Hong Zhang <hongzhang@anl.gov>

Add KSPSetUseExplicitTranspose

Added -ksp_use_explicittranspose to explicitly transpose the system in KSPSolveTranspose


# b6b6604c 28-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 35dafe5c 27-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley-master-patch-65013' into 'release'

Update petscksp.h

See merge request petsc/petsc!3591


# db3b2ab5 27-Jan-2021 Matthew Knepley <knepley@gmail.com>

Update petscksp.h
Suggested-by: Leander Van Speybroeck <Leander.VanSpeybroeck@ugent.be>


# a02893cc 21-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ksp-convergence-rate' into 'master'

Knepley/feature ksp convergence rate

See merge request petsc/petsc!3489


# 94a4d4eb 13-Sep-2020 Matthew G. Knepley <knepley@gmail.com>

KSP: Added a viewer for the estimated convergence rate of a linear solve


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

Merge remote-tracking branch 'origin/release'


# 93fa9727 15-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'Fande-Kong/ksp_tol_bd' into 'release'

Add -ksp_gmres_breakdowntol to restore old GMRES behaviors for MOOSE

See merge request petsc/petsc!3471


# e3729115 15-Dec-2020 Fande Kong <fdkong.jd@gmail.com>

Add KSPGMRESSetBreakdownTolerance() and -ksp_gmres_breakdown_tolerance - to restore old GMRES behaviour for MOOSE


12345678910>>...42