| #
2c26b08a
|
| 27-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/libceed-0.10' into 'main'
config update libceed (0.10 with CUDA-HIP) and MFEM (4.4)
See merge request petsc/petsc!4986
|
| #
51ab8ad6
|
| 26-Mar-2022 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: Improve corner selection
add debugging coordinates
|
| #
b1f76dd1
|
| 26-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-03-21/rm-pc-petsccheckfalse' into 'main'
Change a bunch of PetscCheckFalse() to PetscCheck() in pc
See merge request petsc/petsc!5000
|
| #
7827d75b
|
| 21-Mar-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Change a bunch of PetscCheckFalse() to PetscCheck() in pc
Commit-type: housekeeping, error-checking /spend 45m
|
| #
f882803c
|
| 26-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-02-23/variadic-chkerr' into 'main'
Variadic CHKERRQ()
See merge request petsc/petsc!4889
|
| #
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
|
| #
6584f52a
|
| 11-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/matis-negative-indices' into 'main'
matis negative indices
See merge request petsc/petsc!4923
|
| #
e432b41d
|
| 02-Mar-2022 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATIS: support negative indices in l2maps
|
| #
25248dff
|
| 10-Mar-2022 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fix MPI_REAL -> MPIU_REAL
|
| #
a147c0b5
|
| 09-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-02-24/rm-petscassert-false' into 'main'
Remove PetscAssertFalse(), change some incorrect use of PetscAssert*() for...
See merge request petsc/petsc!4887
|
| #
6bdcaf15
|
| 09-Mar-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove PetscAssertFalse(), change some incorrect use of PetscAssert*() for OUTOFRANGE to PetscCheck()
Commit-type: error-checking, style-fix /spend 1h
|
| #
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()
|
| #
98921bda
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
SETERRQ[1-9]+ begone
|
| #
b8bcb523
|
| 24-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
f2fade3e
|
| 24-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-bddc-VecResetArray-bug' into 'release'
BDDC: fix a bug by using MatDenseGetColumnVec() to replace the dangerous MatDenseGetArray()+VecPlaceArray()
See merge request petsc/
Merge branch 'jczhang/fix-bddc-VecResetArray-bug' into 'release'
BDDC: fix a bug by using MatDenseGetColumnVec() to replace the dangerous MatDenseGetArray()+VecPlaceArray()
See merge request petsc/petsc!4745
show more ...
|
| #
ab2d12f3
|
| 24-Jan-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
BDDC: fix a bug by using MatDenseGetColumnVec() to replace the dangerous MatDenseGetArray()+VecPlaceArray()
|
| #
3cd86356
|
| 06-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-01-04/add-mkl-includes' into 'main'
Change HAVE_MKL to HAVE_MKL_LIBS and Add HAVE_MKL_INCLUDES
See merge request petsc/petsc!4695
|
| #
b88df2e7
|
| 06-Jan-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Change HAVE_MKL to HAVE_MKL_LIBS and Add HAVE_MKL_INCLUDES
|
| #
2158cd20
|
| 31-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/petsc4py' into 'main'
Some work on petsc4py
See merge request petsc/petsc!4644
|
| #
fc989267
|
| 03-Nov-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATIS: fix what NULL means for l2gmap
conceptually, a NULL l2map is a full local to global map petsc4py: support for MatCreateIS and add MATIS tests
|
| #
7ed12849
|
| 04-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|