| #
ebf6b3c0
|
| 25-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-04-24/rm-petsccheckfalse-dm' into 'main'
Remove PetscCheckFalse from use in the src/dm directory
Closes #1141
See merge request petsc/petsc!5160
|
| #
1dca8a05
|
| 24-Apr-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove PetscCheckFalse from use in the src/dm directory
Commit-type: housekeeping /45m
|
| #
1335eab4
|
| 15-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-04-05/petscattrformat-all-the-rest' into 'main'
Enable PETSC_ATTRIBUTE_FORMAT()
See merge request petsc/petsc!5085
|
| #
63a3b9bc
|
| 06-Apr-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Enable PETSC_ATTRIBUTE_FORMAT()
|
| #
527ad957
|
| 11-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-04-01/fix-petsc-options-begin-end/release' into 'main'
Remove bogus error returns from Begin/End() macros
See merge request petsc/petsc!5069
|
| #
d0609ced
|
| 02-Apr-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleanup of introduction of PetscCall()
* remove bogus error flags from XXXBegin()/End() macros such as PetscOptionsBegin()/End()
* rename for consistency certain XXXBegin()/End() macros such as Mat
Cleanup of introduction of PetscCall()
* remove bogus error flags from XXXBegin()/End() macros such as PetscOptionsBegin()/End()
* rename for consistency certain XXXBegin()/End() macros such as MatPreallocateInitialize()/Finalize()
* fix many lingering ierr = XXX that arose from multiline function calls
* sync slepc/hpddm - to use snapshots with the same changes
Commit-type: error-checking, style-fix /spend 8h
show more ...
|
| #
b33f4bec
|
| 05-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-less-checkfalse' into 'main'
Dividing by four the number of PetscCheckFalse()
See merge request petsc/petsc!5072
|
| #
08401ef6
|
| 04-Apr-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove some PetscCheckFalse()
|
| #
7e7609ec
|
| 31-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-03-30/fix-mpiu_allreduce' into 'main'
Fix mpiu_allreduce to always return PetscErrorCodes, never MPI error codes
See merge request petsc/petsc!5052
|
| #
1c2dc1cb
|
| 31-Mar-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix mpiu_allreduce to always return PetscErrorCodes, never MPI error codes
Both for debug and optimized builds
Also removes shadow declaration errors from use of mpiu_allreduce
Commit-type: error-
Fix mpiu_allreduce to always return PetscErrorCodes, never MPI error codes
Both for debug and optimized builds
Also removes shadow declaration errors from use of mpiu_allreduce
Commit-type: error-checking Reported-by: Lisandro Dalcin <dalcinl@gmail.com>
show more ...
|
| #
a2045fac
|
| 28-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/section-improve-maxdof' into 'main'
PetscSection: Lazy maxDof calculation.
See merge request petsc/petsc!5025
|
| #
6302a7fb
|
| 23-Mar-2022 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DM_Plex: Remove maxConeSize and maxSupportSize.
They are only proxies for max dof of respective sections.
|
| #
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 ...
|
| #
dadcf809
|
| 03-Mar-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
fixes from recent linter change
|
| #
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
|
| #
cfc5cb97
|
| 22-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-homogenization-example' into 'main'
Plex: Added initial example for numerical homogenization
See merge request petsc/petsc!5004
|
| #
6913077d
|
| 18-Feb-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added 1D drawing - Add 1D reodering
|
| #
35208a3c
|
| 19-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/gpu-rigid-body-modes' into 'main'
GPU rigid body modes and Hypre block size
See merge request petsc/petsc!4993
|
| #
0682b8bb
|
| 19-Mar-2022 |
Jed Brown <jed@jedbrown.org> |
DMCreateMatrix: ensure block size is set even when skipping preallocation
|
| #
72ef9a7f
|
| 18-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/dm-prealloc-skip' into 'main'
DMSetMatrixPreallocateSkip: skip setup that will be discarded with MatSetPreallocationCOO()
See merge request petsc/petsc!4990
|
| #
aa0f6e3c
|
| 18-Mar-2022 |
Jed Brown <jed@jedbrown.org> |
DMSetMatrixPreallocateSkip: skip setup that will be discarded with MatSetPreallocationCOO()
Analytic matrix preallocation runs on CPU and is relatively expensive. It is entirely discarded when MatSe
DMSetMatrixPreallocateSkip: skip setup that will be discarded with MatSetPreallocationCOO()
Analytic matrix preallocation runs on CPU and is relatively expensive. It is entirely discarded when MatSetPreallocationCOO() is called.
show more ...
|
| #
03910832
|
| 16-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/dmplex-topology-view-renaming' into 'main'
DMPlexTopology{View,Load}_HDF5_Internal: minor refactoring
See merge request petsc/petsc!4971
|
| #
ea04daf2
|
| 28-Jul-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCreateNumbering_Plex: remove outdated comment
|