| #
282fc6b2
|
| 27-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/snes-ex56-update' into 'main'
Add PCMGGetGridComplexity()
See merge request petsc/petsc!4552
|
| #
90db8557
|
| 23-Feb-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
added setting KSPCR for eigen estimates in GAMG for symmetric and hermetian matrices
|
| #
5f7df010
|
| 23-Feb-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
switch default GAMG smoothing to PCJACOBI
|
| #
e7d4b4cb
|
| 23-Feb-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
added grid complexity to GAMG view
|
| #
1241a243
|
| 13-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-01-05/c99' into 'main'
Feature: C99 and C++11
See merge request petsc/petsc!4700
|
| #
2c71b3e2
|
| 11-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
|
| #
9ace16cd
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
add PetscAssert() and PetscAssertFalse()
|
| #
7d3de750
|
| 12-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
make PetscInfo() variadic
|
| #
98921bda
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
SETERRQ[1-9]+ begone
|
| #
c1bf08c5
|
| 06-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/spelling-errors' into 'main'
Fix many spelling errors in manpages and comments
See merge request petsc/petsc!4283
|
| #
a5b23f4a
|
| 03-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix spelling errors in manpages and comments
|
| #
f13d6bad
|
| 05-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/gamg-repartition-test' into 'main'
removed a code line, added a repartitioning test
See merge request petsc/petsc!4143
|
| #
63b77682
|
| 30-Jun-2021 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
removed a line and added a reparitioning test that repartitions to a reduced processor set
|
| #
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
|
| #
ceaf7235
|
| 12-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-vecreciprocalongpu' into 'main'
Minor GPU additions
See merge request petsc/petsc!3862
|
| #
41ffd417
|
| 11-Apr-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Minor
|
| #
b8d20d50
|
| 25-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jczhang/add-DMDAVecGetKokkosOffsetView'
Add DMDAVecGetKokkosOffsetView and friends
See merge request petsc/petsc!3383
|
| #
49f00114
|
| 22-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/backup-ksp-pc-compare' into 'main'
Lighter -ksp_view for PC[ASM|BJacobi] and SNESNASM w/o ::ascii_info_detail
Closes #838
See merge request petsc/petsc!3716
|
| #
020d6619
|
| 14-Mar-2021 |
Pierre Jolivet <pierre@joliv.et> |
PCView_BJacobi(): rm same_local_solves/use PVF
Only solver information from rank 0 are now displayed, even when calling PCBJacobiGetSubKSP(). To display solver information from all ranks, use PETSC_
PCView_BJacobi(): rm same_local_solves/use PVF
Only solver information from rank 0 are now displayed, even when calling PCBJacobiGetSubKSP(). To display solver information from all ranks, use PETSC_VIEWER_ASCII_INFO_DETAIL, e.g., -ksp_view ::ascii_info_detail
show more ...
|
| #
1a2c6b5c
|
| 10-Nov-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Rename -mat_cusparse_transgen to -mat_form_explicit_transpose
|
| #
60f11f4c
|
| 25-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-incorrect-chkerrq' into 'master'
CHKERRQ() -> CHKERRMPI()
See merge request petsc/petsc!3637
|
| #
55b25c41
|
| 19-Feb-2021 |
Pierre Jolivet <pierre@joliv.et> |
CHKERRQ() -> CHKERRMPI()
|
| #
9f90f53a
|
| 04-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/gamg-gpu-setup' into 'master'
MatMat operations with CUSPARSE
See merge request petsc/petsc!3391
|
| #
4555aa8c
|
| 05-Dec-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCGAMG: add matmat logging events
remove useless GAMG_USE_LOG macro
|