History log of /petsc/src/snes/tutorials/output/ex5_7_ksp_view_pre.out (Results 1 – 11 of 11)
Revision Date Author Comments
# 70646cd1 15-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Minor housekeeping

See merge request petsc/petsc!8897


# 143f2514 14-Dec-2025 Pierre Jolivet <pierre@joliv.et>

Fix missing equal sign


# f971d498 14-Dec-2025 Pierre Jolivet <pierre@joliv.et>

Proper capitalization from Gram-Schmidt orthogonalization


# eaa7cf45 17-Nov-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-11-04/kspview-clearer-amat-pmat' into 'main'

Fix terminology for Pmat in KSPView output.

See merge request petsc/petsc!8826


# ecf3d421 17-Nov-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix terminology for Pmat in KSPView output.


# 867c6117 15-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-10-07/add-noconvergencetest-info-to-kspview' into 'main'

Have KSPView() indicate when there is no convergence test.

See merge request petsc/petsc!8777


# 8405740a 07-Oct-2025 Barry Smith <bsmith@mcs.anl.gov>

Have KSPView() indicate when there is no convergence test.

Reported-by: Elana Moral Sanchez


# 4aeb8c07 02-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/gamg' into 'main'

PCGAMG: some optimizations

See merge request petsc/petsc!7798


# 6c34c54d 29-Aug-2024 Stefano Zampini <stefano.zampini@gmail.com>

PCGAMG: some brain dead optimizations

add extra information for PCView
minimize messages for simple repartitioning
minimize matrix permutations with simple redistribution
expose API to set graph sym

PCGAMG: some brain dead optimizations

add extra information for PCView
minimize messages for simple repartitioning
minimize matrix permutations with simple redistribution
expose API to set graph symmetrization (this can be useful in nested solvers when the GAMG block is symmetric but the monolithic matrix is not)
update examples output

show more ...


# 759fb536 04-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-06-03/fix-gamg-agg-matcoarsening-view' into 'main'

Fix bug when -pc_type gamg and -ksp_view_pre errors on missing MatCoarsen.

See merge request petsc/petsc!7602


# 0acf423e 03-Jun-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix bug when -pc_type gamg and -ksp_view_pre errors on missing MatCoaren.

Reported-by: Eric Chamberland