| #
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 ...
|
| #
949a929d
|
| 01-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-05-24/gamg-minor-cleanup' into 'main'
Barry/2024 05 24/gamg minor cleanup
See merge request petsc/petsc!7574
|
| #
e0b7e82f
|
| 17-May-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor cleanup of GAMG code for main
|
| #
970231d2
|
| 07-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-18' into 'main'
clang-format version 18
See merge request petsc/petsc!6902
|
| #
63de5e46
|
| 11-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix double whitespace after colon
|
| #
bbabb49b
|
| 13-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/pablo-fix-cg' into 'main'
KSP: Fix compute eigenvalues
See merge request petsc/petsc!7276
|
| #
a25662f8
|
| 12-Feb-2024 |
Pablo Brubeck <brubeck@protonmail.com> |
KSP: fix eigenvalues computations
update outputs
|
| #
d0aa04f4
|
| 21-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/gamg-asm-hem-aggs' into 'main'
GAMG: Add GAMG smoother create ASMs w/ HEM coarsening
See merge request petsc/petsc!7111
|
| #
8926f930
|
| 12-Dec-2023 |
Mark Adams <mfadams@lbl.gov> |
GAMG: Add GAMG smoother option to create ASMs with HEM coarsening
|
| #
6e5bc3c4
|
| 12-Sep-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/gamg-add-old-coarsening' into 'main'
add-old-coarsening and small cleanups
See merge request petsc/petsc!6814
|
| #
d529f056
|
| 08-Sep-2023 |
markadams4 <mfadams@lbl.gov> |
add old aggressive coarsening algorithm as option, switch default MIS ordering algorithm back to old one
|
| #
ea0e54ad
|
| 10-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/snesex56_refactor' into 'main'
Update SNES/tutorials/ex56 with modern use of Plex, a Laplacian test in addition to the elasticity test, and some cleanup of ad hoc code.
See merg
Merge branch 'adams/snesex56_refactor' into 'main'
Update SNES/tutorials/ex56 with modern use of Plex, a Laplacian test in addition to the elasticity test, and some cleanup of ad hoc code.
See merge request petsc/petsc!5814
show more ...
|
| #
3667b0a5
|
| 10-Nov-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
Update SNES/tutorials/ex56 with modern use of Plex, a Laplacian test in addition to the elasticity test, and some cleanup of ad hoc code.
|
| #
c20d7725
|
| 22-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/promote-examples-tests-tutorials' [petsc/petsc!2610]
* jed/promote-examples-tests-tutorials: Promote examples/{tests,tutorials}/ to {tests,tutorials}/
|
| #
c4762a1b
|
| 18-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Promote examples/{tests,tutorials}/ to {tests,tutorials}/
This shortens paths and improves consistency between test target names and paths to the source and output files. Most of the work was compl
Promote examples/{tests,tutorials}/ to {tests,tutorials}/
This shortens paths and improves consistency between test target names and paths to the source and output files. Most of the work was completed by this script, followed by mild cleanup of nonconforming cases.
for makefile in `git ls-files 'src/*makefile'`; do if rg -q 'DIRS.*\bexamples\b' $makefile; then base=$(dirname $makefile) dirs=$(cd $base/examples && ls -d tests tutorials 2>/dev/null | xargs echo) perl -pi -e "s#^(DIRS.*)\bexamples\b#\1${dirs}#" $makefile git rm $base/examples/makefile for t in $dirs; do git mv $base/examples/$t $base/ perl -pi -e "s#^(LOCDIR[[:space:]]*=).*#\1 $base/$t/#" $base/$t done fi done
git grep -l -E -z 'examples/(tutorials|tests)' | xargs -0 perl -pi -e 's#examples/(tutorials|tests)#\1#g' git checkout @ \ src/docs/website/documentation/changes/ \ src/benchmarks/results/
show more ...
|