| #
546078ac
|
| 10-Dec-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
remove trailing newline from SETERRQ
|
| #
b1c7127e
|
| 03-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-dmlabelcompare-collectiveness' into 'main'
make DMCompareLabels and DMLabelCompare really collective
See merge request petsc/petsc!4691
|
| #
5efe38cc
|
| 22-Dec-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
make DMCompareLabels,DMLabelCompare really collective
|
| #
1ddba829
|
| 01-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/feature-dmlabelcompare' into 'main'
add DMLabelCompare() and DMCompareLabels()
See merge request petsc/petsc!4345
|
| #
6bbe2421
|
| 01-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-dmlabel-manpages' into 'release'
minor fixes of DMLabel & PetscSF manpages
See merge request petsc/petsc!4342
|
| #
609dae6e
|
| 20-Sep-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
add DMLabelCompare,DMCompareLabels
|
| #
1d04cbbe
|
| 20-Sep-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
add DMLabelGetNonEmptyStratumValuesIS()
|
| #
9e63cc69
|
| 20-Sep-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMLabelGetStratumSize: No need to do DMLabelMakeValid_Private().
Factor out DMLabelGetStratumSize_Private()
|
| #
5827015f
|
| 20-Sep-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMLabelGetValueIS manpage: add note about destroying
|
| #
ff750930
|
| 23-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
67b2f1f4
|
| 23-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-dmlabelgetstratumbounds' into 'release'
DMLabelGetStratumBounds: for missing stratum, return -1, not defaultValue
See merge request petsc/petsc!4343
|
| #
cade499f
|
| 17-Sep-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMLabelGetStratumBounds: for missing stratum, return -1, not defaultValue
|
| #
6762c164
|
| 15-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan-release-patch-82973' into 'main'
Developer docs, style: remove rule about using "if (!rank)" and replace all "!rank" usage with "rank == 0"
See merge request petsc/petsc!4146
|
| #
dd400576
|
| 26-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Style: replace "!rank" with "rank == 0"
In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les
Style: replace "!rank" with "rank == 0"
In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds less tightly, so the result of the computation would otherwise change.
show more ...
|
| #
d5ed94bb
|
| 14-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jose/fix-manpages'
Fix manpages to avoid errors reported by doctext
See merge request petsc/petsc!4309
|
| #
97bb3fdc
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: more errors reported by doctext
|
| #
d8d19677
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: Input/Output Parameter --> Parameters
|
| #
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
|
| #
01d2d390
|
| 03-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix Input/Output/Parameter keywords in manpages
|
| #
9b3f0822
|
| 24-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-orientation-rethink' into 'main'
Plex: Rethink Plex orientation
See merge request petsc/petsc!4218
|
| #
d123abd9
|
| 06-Aug-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DMLabel: Added more searching - Added DMLabelGetValueIndex() - Added DMLabelGetStratumPointIndex()
|
| #
67f24b97
|
| 08-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/update-checkbadsource' into 'main'
Update badsource rules
See merge request petsc/petsc!4064
|
| #
70a7d78a
|
| 04-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Update badsource rules
- Zero or more spaces are not allowed for more returning types - zero spaces not allowed for for|if|while
|
| #
005520e9
|
| 13-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2021-03-26/clang-static-linter' into 'main'
Feature: libClang PETSc Macro Static Analyzer
See merge request petsc/petsc!3773
|
| #
064a246e
|
| 11-May-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX f
Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX for validity. Automatically generates diff files for problems with a known solution.
show more ...
|