| #
9566063d
|
| 25-Mar-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
The great renaming:
- CHKERRQ() -> PetscCall() - CHKERRV() -> PetscCallVoid() - CHKERRMPI() -> PetscCallMPI() - CHKERRABORT() -> PetscCallAbort() - CHKERRCONTINUE() -> PetscCallContinue() - CHKERRXX
The great renaming:
- CHKERRQ() -> PetscCall() - CHKERRV() -> PetscCallVoid() - CHKERRMPI() -> PetscCallMPI() - CHKERRABORT() -> PetscCallAbort() - CHKERRCONTINUE() -> PetscCallContinue() - CHKERRXX() -> PetscCallThrow() - CHKERRCXX() -> PetscCallCXX() - CHKERRCUDA() -> PetscCallCUDA() - CHKERRCUBLAS() -> PetscCallCUBLAS() - CHKERRCUSPARSE() -> PetscCallCUSPARSE() - CHKERRCUSOLVER() -> PetscCallCUSOLVER() - CHKERRCUFFT() -> PetscCallCUFFT() - CHKERRCURAND() -> PetscCallCURAND() - CHKERRHIP() -> PetscCallHIP() - CHKERRHIPBLAS() -> PetscCallHIPBLAS() - CHKERRHIPSOLVER() -> PetscCallHIPSOLVER() - CHKERRQ_CEED() -> PetscCallCEED() - CHKERR_FORTRAN_VOID_FUNCTION() -> PetscCallFortranVoidFunction() - CHKERRMKL() -> PetscCallMKL() - CHKERRMMG() -> PetscCallMMG() - CHKERRMMG_NONSTANDARD() -> PetscCallMMG_NONSTANDARD() - CHKERRCGNS() -> PetscCallCGNS() - CHKERRPTSCOTCH() -> PetscCallPTSCOTCH() - CHKERRSTR() -> PetscCallSTR() - CHKERRTC() -> PetscCallTC()
show more ...
|
| #
28b400f6
|
| 03-Mar-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
pluck ~1000 low hanging PetscCheckFalse() -> PetscCheck() fruit
|
| #
5f80ce2a
|
| 24-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
chkerr and friends wrapped
|
| #
8318a85a
|
| 12-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/amg-symmetry' into 'main'
PCGAMG: skip symmetric non-SPD use of KSPCR for eigenvalues
See merge request petsc/petsc!4910
|
| #
1bde8fbe
|
| 10-Mar-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
added prefix to GAMG info prints
|
| #
074aec55
|
| 09-Mar-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
added default max_it to eig est in GAMG, fix src/dm/impls/stag/tutorials/output/ex3_2
|
| #
73f7197e
|
| 03-Mar-2022 |
Jed Brown <jed@jedbrown.org> |
PCGAMG: update tests
* formatting of Chebyshev information * use of GAMG SA eigenvalue estimates
|
| #
8a005556
|
| 01-Mar-2022 |
Jed Brown <jed@jedbrown.org> |
PCGAMG: remove logic around -ksp_type because KSPSetFromOptions is called later
|
| #
acbb5b45
|
| 01-Mar-2022 |
Jed Brown <jed@jedbrown.org> |
PCGAMG: skip symmetric non-SPD use of KSPCR for eigenvalues
KSPCR does not support eigenvalues, so it just returns -1.0. This fixes a bug introduced in:
https://gitlab.com/petsc/petsc/-/merge_reque
PCGAMG: skip symmetric non-SPD use of KSPCR for eigenvalues
KSPCR does not support eigenvalues, so it just returns -1.0. This fixes a bug introduced in:
https://gitlab.com/petsc/petsc/-/merge_requests/4552
Commit-type: bug-fix
show more ...
|
| #
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
|
| #
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
|
| #
18001a66
|
| 19-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
e15a7c8c
|
| 18-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/clang13-Wunused-but-set' into 'release'
Remove -Wunused-but-set with clang-13
See merge request petsc/petsc!4563
|
| #
bd026e97
|
| 17-Nov-2021 |
Jed Brown <jed@jedbrown.org> |
Remove -Wunused-but-set with clang-13
|
| #
c50fdd41
|
| 27-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-vecrandom-minmax-device' into 'master'
Support VecSetRandom and VecMin/Max for VECCUDA
See merge request petsc/petsc!3578
|
| #
9e6d5241
|
| 04-Jan-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCGAMGOptProlongator_AGG: use CURAND if possible
|
| #
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
|
| #
b4da3a1b
|
| 23-Nov-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCGAMG: clear products intermediate data when no longer needed
|
| #
2ab6f6a8
|
| 04-Nov-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Minor
|