| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
63cd038d
|
| 21-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-output' into 'main'
Knepley/fix plex output
See merge request petsc/petsc!5659
|
| #
b2ab40e6
|
| 20-Sep-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add check for hybrid integration
|
| #
a4ab7dab
|
| 09-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-fem-bc-check' into 'main'
Plex: Check early for essential condition
See merge request petsc/petsc!5607
|
| #
3d3e5d66
|
| 09-Sep-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Check early for essential condition
|
| #
f0af967e
|
| 29-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners w/o PetscCall()
See merge request petsc/petsc!5561
|
| #
ad540459
|
| 29-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners w/o PetscCall()
|
| #
38f67375
|
| 27-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners
See merge request petsc/petsc!5557
|
| #
48a46eb9
|
| 27-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
bda77271
|
| 20-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-06-24/linenumbers-petscstack' into 'main'
Fixes/improvements for PETSc stack handling
See merge request petsc/petsc!5368
|
| #
792fecdf
|
| 25-Jun-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleanup and unify naming of PetscCall routines
Commit-type: housekeeping /spend 10m
|
| #
ceb99264
|
| 15-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/posix-memalign' into 'main'
Switch from memalign to posix_memalign
See merge request petsc/petsc!5429
|
| #
28351e22
|
| 15-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex: tidy read-only and avoid integer overflow/invalid indexing
|
| #
145e6476
|
| 23-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-06-13/make-one-line-if-call' into 'main'
Change if () { PetscCall() } three liner to one liner
See merge request petsc/petsc!5344
|
| #
1baa6e33
|
| 14-Jun-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Change if () { PetscCall() } three liner and friends to one liners
for i in `git ls-files | grep "\.[ch]$"` ; do sed 's?\$?ZZZ?g' $i | tr '\n' '$' | sed 's?\([ ]*\)if (\([-;,.\*+=a-z0-9A-Z_>]*\)) {\
Change if () { PetscCall() } three liner and friends to one liners
for i in `git ls-files | grep "\.[ch]$"` ; do sed 's?\$?ZZZ?g' $i | tr '\n' '$' | sed 's?\([ ]*\)if (\([-;,.\*+=a-z0-9A-Z_>]*\)) {\$[ ]*PetscCall(\([- ._+=a-z0-9A-Z>*,()]*);\)\$[ ]*}\$?\1if (\2) PetscCall(\3$?g' | tr '$' '\n' | sed 's?ZZZ?$?g' > $i.joe ; mv $i.joe $i ; done
for i in `git ls-files | grep "\.[hc]$"` ; do sed 's?\$?ZZZ?g' $i | tr '\n' '$' | sed 's?\([ }else]*\)if (\([-;,.\*+=a-z0-9A-Z_>]*\)) {\$[ ]*PetscCall(\([- ._+=a-z0-9A-Z>*,()]*);\)\$\([ ]*\)} \([- ._+=a-z0-9A-Z>*,()]*);\)\$?\1if (\2) PetscCall(\3$\4\5$?g' | tr '$' '\n' | sed 's?ZZZ?$?g' > $i.joe ; mv $i.joe $i ; done
Yes, really ugly but Barry still cannot master awk
Commit-type: housekeeping
show more ...
|
| #
96e8d5a2
|
| 21-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-label-overlap' into 'main'
Plex: Allow a user to create a custom parallel overlap using labels
See merge request petsc/petsc!5349
|
| #
49664dce
|
| 17-Jun-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Should not assemble after hybrid Jacobian integration
|
| #
9776f237
|
| 14-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-empty-cells' into 'main'
Fixes for one process having no cells
See merge request petsc/petsc!5340
|
| #
e520c59f
|
| 13-Jun-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: This check is unnecessary
|
| #
e04ae0b4
|
| 13-Jun-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixes for some proc having no cells
|
| #
ad7c50d4
|
| 31-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-interpolator-preallocation' into 'main'
Plex: Fix preallocation of general interpolator
See merge request petsc/petsc!5292
|
| #
a0806964
|
| 29-May-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix preallocation of general interpolator
|
| #
4afa8520
|
| 25-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-cellrange-firstentry' into 'main'
Plex: Fix access to first entry in a cell range
See merge request petsc/petsc!5273
|