| #
51b144c6
|
| 29-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'MarDiehl/use-bool-instead-of-enum' into 'main'
use bool instead of enum
See merge request petsc/petsc!8528
|
| #
b8b5be36
|
| 21-Jul-2025 |
Martin Diehl <mail@martin-diehl.net> |
distinguish Boolean and Integer
MPI_Comm_get_attr has PetscMPIInt as flag argument, not PetscBool. Name this flag "iflg" (was used somewhere already). Use MPI_LAND instead of MPI_BAND for logical op
distinguish Boolean and Integer
MPI_Comm_get_attr has PetscMPIInt as flag argument, not PetscBool. Name this flag "iflg" (was used somewhere already). Use MPI_LAND instead of MPI_BAND for logical operations instead of MPI_MIN, MPI_MAX, and MPI_LAND.
Note: Most of the previous code was probably working as intended, I did the changes when debugging error related to the use of standard C Bool and kept them because it took me a while to understand that MPI has integer flags and PETSc has Booleans. Using different names makes this clear, but was and is not done consistently.
show more ...
|
| #
aee58fc6
|
| 13-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ksagiyam/add_sparseLocalize_option' into 'main'
plexcreate: add localizationHeight and sparseLocalize args to DMPlexCreateBoxMesh()
See merge request petsc/petsc!7677
|
| #
42108689
|
| 05-Jul-2024 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plexcreate: add localizationHeight and sparseLocalize args to DMPlexCreateBoxMesh()
|
| #
4a6a4c7c
|
| 29-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-dm-field-facedata' into 'main'
DMField: Quadrature was wrong for affine branch of facedata
See merge request petsc/petsc!7547
|
| #
2b987297
|
| 16-May-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow a width for extruded cohesive cells
|
| #
d184f693
|
| 01-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-trcohesive-3d' into 'main'
Plex: Add 3D cohesive transformations
See merge request petsc/petsc!7493
|
| #
d926f305
|
| 24-Apr-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex69: Added 3D tests
|
| #
0c3d0987
|
| 17-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-transform-cohesive' into 'main'
Plex: First step toward parallel cohesive cell creation
See merge request petsc/petsc!7459
|
| #
6fc05355
|
| 12-Apr-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex69: 2D tests for cohesive cells
|