| 976ed0a4 | 23-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
VecISXXX: always require IS argument to be non NULL
add collectiveness specification to docs |
| 8c3d2d81 | 10-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Vec: add VecISShift |
| 0dab3bd6 | 23-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 3ac0285d | 17-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexDistribute: sort ranks for migration
add boolean flat to DMPlexPartitionLabelCreateSF arguments update tests |
| 5b5ba00e | 21-Jan-2024 |
Pierre Jolivet <pierre@joliv.et> |
CI: typo in --with-regex |
| be664eb1 | 20-Jan-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Rework coordinate maps - Add DMPlexCoordMap and some default maps - Allow mapping to be done from DMSetFromOptions() - Reimplemented DMPlexShearGeometry() - Added affine fallback to DMPlexRemap
Plex: Rework coordinate maps - Add DMPlexCoordMap and some default maps - Allow mapping to be done from DMSetFromOptions() - Reimplemented DMPlexShearGeometry() - Added affine fallback to DMPlexRemapGeometry()
show more ...
|
| a9cd3c18 | 20-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-fault-pc' into 'main'
Plex: Allow section reordering by default
See merge request petsc/petsc!7197 |
| d02c7345 | 12-Jun-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow section reordering by default - Add DMPlexReorderSectionGetDefault() and DMPlexReorderSectionGetDefault() - Allow default reordering for sections the can group points - Bigger blocks gene
Plex: Allow section reordering by default - Add DMPlexReorderSectionGetDefault() and DMPlexReorderSectionGetDefault() - Allow default reordering for sections the can group points - Bigger blocks generate a variable block size description - Add -dm_plex_reorder_section
show more ...
|
| 3ec46b7b | 12-Jun-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Section: Add PetscSectionGetBlockStarts() and PetscSectionSetBlockStarts() |
| 5aefd447 | 09-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscLog: add checks in debug mode for event begin/end calls
sanity checks for collectiveness in case log_sync is requested
update docs |
| 7a17e8fa | 15-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 18f812f4 | 09-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix bug when using DM_BOUNDARY_MIRROR with DMDA in 3d with local to global mapping.
Also add error checking that mirrored value local in 2d and 3d
Reported-by: Gourav Kumbhojkar <gourav.kumbhojkar@
Fix bug when using DM_BOUNDARY_MIRROR with DMDA in 3d with local to global mapping.
Also add error checking that mirrored value local in 2d and 3d
Reported-by: Gourav Kumbhojkar <gourav.kumbhojkar@gmail.com>
show more ...
|
| a54bb2a9 | 14-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Updates, copyedits for first part of users manual |
| 49d85fc3 | 14-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| e38f9889 | 14-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-tsdirk-dae' into 'release'
TSDIRK: fix DAE case for explicit first stage
See merge request petsc/petsc!7184 |
| cd0b497e | 12-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Vec: add missing collective checks for scalars
fix tests |
| b0cd42ea | 13-Jan-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs: use a set to avoid duplicates |
| e98d5aa1 | 12-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-01-03/docs-c2html' into 'main'
Remove recursive build of c2html files; no longer uses classic makefiles
See merge request petsc/petsc!7167 |
| ec83d434 | 04-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove recursive build of c2html files; no longer uses classic makefiles
saves 50 seconds on Barry's laptop |
| 3b98415f | 11-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
TSARKIMEX: fix DAE case for explicit first stage |
| 46a889e7 | 12-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 605278d3 | 11-Jan-2024 |
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
Bump jinja2 from 3.0.1 to 3.1.3 in /doc
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.1 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://githu
Bump jinja2 from 3.0.1 to 3.1.3 in /doc
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.1 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.1...3.1.3)
--- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ...
Signed-off-by: dependabot[bot] <support@github.com>
show more ...
|
| 7345e615 | 11-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/enable-ubsan' into 'main'
Proper UBSan suppression file and last fixes
See merge request petsc/petsc!7166 |
| 0f643408 | 10-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 3c4b05c5 | 10-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'blanca/mat-mult-hermitian-transpose' into 'main'
Support for MatMultHermitianTranspose with MATDENSE, MATNEST and MATSCALAPACK
See merge request petsc/petsc!7171 |