| #
28b400f6
|
| 03-Mar-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
pluck ~1000 low hanging PetscCheckFalse() -> PetscCheck() fruit
|
| #
94bad497
|
| 04-Mar-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
rewrote the PetscLL macros as functions to let the linter understand them. Also helps reduce the staggering amount of code duplication in Mat
|
| #
5f80ce2a
|
| 24-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
chkerr and friends wrapped
|
| #
85c72fe3
|
| 24-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-gmsh-labels' into 'main'
Plex+Gmsh: Correctly set label values for nodes
See merge request petsc/petsc!4976
|
| #
81a1af93
|
| 23-Mar-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+Gmsh: Correctly set label values for nodes - Use either physical names or default labels
|
| #
e7133dc4
|
| 28-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-fe-wxy-again' into 'main'
FE on triangular prisms
See merge request petsc/petsc!4826
|
| #
f783ec47
|
| 30-Nov-2021 |
Matthew G. Knepley <knepley@gmail.com> |
PetscDualSpace: Specify ref cell with DMPolytopeType
|
| #
ebb3c6e2
|
| 14-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-gmsh-8quads' into 'main'
Plex+Gmsh: Now read in 8-node quads
See merge request petsc/petsc!4838
|
| #
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
|
| #
b9bf55e5
|
| 11-Feb-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+Gmsh: Now read in 8-node quads
|
| #
2c71b3e2
|
| 11-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
|
| #
9fbee547
|
| 03-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
deprecate PETSC_STATIC_INLINE
|
| #
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
|
| #
c145da2e
|
| 06-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-gmsh-regions' into 'main'
Plex+Gmsh: Now physical names can be used to create labels
See merge request petsc/petsc!4404
|
| #
a45dabc8
|
| 04-Oct-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+Gmsh: Now physical names can be used to create labels - If a point is labeled in Cell Sets, Face Sets, or Vertex Sets, and it is in a physical region, then it is also put in a new label with the
Plex+Gmsh: Now physical names can be used to create labels - If a point is labeled in Cell Sets, Face Sets, or Vertex Sets, and it is in a physical region, then it is also put in a new label with the region name
show more ...
|
| #
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 ...
|
| #
3df9293f
|
| 29-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
18e93c00
|
| 27-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/dmplex-labels/release' into 'release'
DMPLEX: Update sequential mesh readers to create cell/face/vertex labels at all processes
See merge request petsc/petsc!4133
|
| #
7dd454fa
|
| 23-Jun-2021 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPLEX: Create Cell/Face/Vertex Sets labels at all processes (Gmsh)
|
| #
f482f063
|
| 21-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/checkstack' into 'main'
Check Push/Pop
See merge request petsc/petsc!4077
|
| #
24d743f0
|
| 10-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
checkBadSource: fix ierr=
|
| #
a8cf78f8
|
| 24-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'
Fix typos in source
See merge request petsc/petsc!3984
|
| #
4e278199
|
| 16-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove all double blank lines from source
Commit-type: petsc-style /2h
|