| bb393918 | 12-Jul-2023 |
markadams4 <mfadams@lbl.gov> |
move mattype to new dms in some new dm methods |
| b3e8128d | 09-Jul-2023 |
josephpu <josephpu@buffalo.edu> |
plexgeometry.c: handle case where grid hash box goes through the cell |
| 723b7f29 | 05-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-06-15/add-fortran-file-viewer' into 'main'
Allow one to attach a PETSCVIEWERASCII to a Fortran file unit
See merge request petsc/petsc!6607 |
| fbf9dbe5 | 16-Jun-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
HAVE_FORTRAN should be USE_FORTRAN_BINDINGS since it is about generating the Fortran bindings, not about if the Fortran compiler exists |
| 3e215257 | 05-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 936381af | 30-Jun-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix warnings |
| 9d2ffcd0 | 30-Jun-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos |
| ed896b67 | 27-Jun-2023 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix compile warning in DMPlexInterpolate |
| 1c2bcaf6 | 08-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Plex ex57: Fixes - We were spuriously creating an initial mesh for the ephemeral meshes. Without this, some labels are now missing. |
| c282ed06 | 08-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Plex: Do not check interpolation for ephermeral meshes |
| 59e4dc13 | 08-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Plex: Fix DMPlexGetHeightStratum() for ephemeral meshes |
| 4e9ddbc4 | 08-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Plex: Small fix |
| 0528010d | 08-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Plex: DMPlexCreateEphemeral() needs to take a prefix argument - It calls DMSetFromOptions() and also creates the DM, so we need a chance to set a prefix |
| 2827ebad | 08-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Plex: Replace DMPlexGetGhostCellStratum() with DMPlexGetCellTypeStratum() - Also fix DMPlexTransform version |
| d778fca9 | 10-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex ex42: fix ceed output |
| 09015e70 | 10-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexGetTransitiveClosure: implement fastpath |
| 442f3b32 | 10-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexGetRawFaces_Internal: optimize DMGetWorkArray calls |
| 172ee266 | 09-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
DMPlex: add DMPlexUninterp event
This operation is often expensive (even dominating total cost) so needs to be profiled. |
| 21027e53 | 09-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex: add fastpath to set/get celltype |
| db485b19 | 08-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex: Small cleanup |
| a03d55ff | 07-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscHash: Move IJK and IJKL in private library headers
shift to hashing tuples to [0,n) |
| 591a860a | 07-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexInterpolate: compute numbering only once |
| 12b8a6da | 07-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEX: add benchmark for DMPlexInterpolate |
| d1c35871 | 19-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
DMPlexCreatePointNumbering: use COMM_SELF
This fixes #1402, a 32-bit overflow in the global number of points even when the global number of dofs is less than 2B. The indices in the IS are entirely l
DMPlexCreatePointNumbering: use COMM_SELF
This fixes #1402, a 32-bit overflow in the global number of points even when the global number of dofs is less than 2B. The indices in the IS are entirely local so COMM_SELF is semantically correct.
show more ...
|
| 81363e6f | 14-Jun-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex5: Update tests |