| #
7c0883d5
|
| 24-Mar-2022 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscSectionCheckConstraints_Static -> PetscSectionCheckConstraints_Private,
make it static inline in sectionimpl.h, remove duplicate function in sfutils.c
|
| #
c8bf3acb
|
| 24-Mar-2022 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscSection{Get,Set,Add}Dof: use PetscAssert
|
| #
40750d41
|
| 24-Mar-2022 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscSection manpages: fix collectiveness info per guidelines
|
| #
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
|
| #
454a1df9
|
| 18-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-petscsectiongetpointlayout' into 'main'
Fix PetscSectionGetPointLayout().
See merge request petsc/petsc!4975
|
| #
9120ba30
|
| 12-Aug-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Fix PetscSectionGetPointLayout().
Points with dof=0 should be counted as well.
DMPlexVTKWriteAll_ASCII(): Create subsection to count vertices correctly.
|
| #
a7261a69
|
| 18-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-03-13/fix-some-manualpages/release' into 'main'
Improve generation of manual pages/fix a variety of manul pages basic formatting
See merge request petsc/petsc!4969
|
| #
147403d9
|
| 14-Mar-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
doc: Fix a variety of manual page formatting issues
/spend 1h
|
| #
0f694ba7
|
| 16-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-section-bc-check' into 'main'
Section: Fixed check
See merge request petsc/petsc!4964
|
| #
e2bfaee7
|
| 07-Mar-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Section: Fixed check
|
| #
377c486f
|
| 07-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/fix-degree-3-geom-distribution' into 'main'
DMPlex: add failing test for cubic geometry distribution
See merge request petsc/petsc!4859
|
| #
b004864f
|
| 02-Mar-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Section: Add PetscSectionSymDistribute()
|
| #
f4c77715
|
| 04-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-interp-fv' into 'main'
Plex: Fix DMInterpolate for FV
See merge request petsc/petsc!4919
|
| #
9574d0f0
|
| 02-Mar-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Section: Fixed subsection constraint indices
|
| #
455c18b7
|
| 15-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/gcc-flags' into 'main'
GCC: Remove unneeded flags disabling some warnings
See merge request petsc/petsc!4855
|
| #
a4ab841c
|
| 15-Feb-2022 |
Lisandro Dalcin <dalcinl@gmail.com> |
Remove superfluous cast in PetscMalloc/PetscFree calls
|
| #
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
|
| #
940e4fdf
|
| 12-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2021-12-09/attribute-format-mat' into 'main'
Feature: Attribute Format - Mat
See merge request petsc/petsc!4634
|