| 792fecdf | 25-Jun-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleanup and unify naming of PetscCall routines
Commit-type: housekeeping /spend 10m |
| ef1023bd | 25-Jun-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix handling of PetscStack for callback functions and external package calls (and update slepc in sync)
Information was often wrong; incorrect filenames and line numbers removed
Also unified naming
Fix handling of PetscStack for callback functions and external package calls (and update slepc in sync)
Information was often wrong; incorrect filenames and line numbers removed
Also unified naming for callback function stack frames
Commit-type: error-checking, debugability /spend 2h
show more ...
|
| a40d1d52 | 18-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1: Added pyramid test |
| cf4edabe | 13-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Activate pyramids in Gmsh - Add pyramid to VTK output |
| 54fdce2b | 17-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-gmsh-face-labels' into 'main'
Plex: Fix bug with reordering
See merge request petsc/petsc!5416 |
| f9b73896 | 16-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-label-optimize' into 'main'
Plex: Optimize lookup for depth and celltype labels
See merge request petsc/petsc!5432 |
| 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 |
| d9384f27 | 11-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Replace an expensive search |
| 695799ff | 11-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Optimize lookup for depth and celltype labels - Return depth label to hashing for filtering - Return the cell type label to hashing after getting stratum bounds, distributing, reordering - Adde
Plex: Optimize lookup for depth and celltype labels - Return depth label to hashing for filtering - Return the cell type label to hashing after getting stratum bounds, distributing, reordering - Added DMLabelMakeAllInvalid_Internal()
show more ...
|
| 96b59273 | 15-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Fix test output |
| 79a429ef | 07-Jun-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex44: Add 3D boundary extrusion tests |
| fdf6c4e3 | 07-Jun-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix orientations when extruding from a 3D boundary |
| c2df9bbf | 15-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix markers for hex box mesh creation |
| 8b13a6be | 09-Jun-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+HDF5: Fix for multiple cell types |
| 28351e22 | 15-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex: tidy read-only and avoid integer overflow/invalid indexing |
| 8d94ca23 | 15-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
DMCreateMassMatrix_Plex: fix local/global mix-up found by address sanitizer
I think sanitizer missed this earlier because it runs on OSX, which doesn't have memalign, thus was using malloc and shift
DMCreateMassMatrix_Plex: fix local/global mix-up found by address sanitizer
I think sanitizer missed this earlier because it runs on OSX, which doesn't have memalign, thus was using malloc and shift. Now with posix_memalign, sanitizer has a clear view.
show more ...
|
| aab5e2ee | 14-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-g2n' into 'main'
Fix Plex g2n map
See merge request petsc/petsc!4547 |
| 7ff04441 | 13-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Must explicitly localize coordinates if mesh is not created from options |
| 445019db | 09-Mar-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: temporarily disable tests ex15, ex26, ex26f90, and ex62f90 |
| 231de6a2 | 09-Mar-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: ex47 tests globalToNatural |
| a48df7f6 | 11-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Fixed examples |
| 50be1cf5 | 29-Jun-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix bug with reordering - Cannot sort the valueIS of a label |
| 5ad74b4f | 22-Jun-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Use all the face tags from GMsh |
| 0dc45c67 | 09-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Fixed examples |
| 034d25cc | 09-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+ExodusII: Replace empty name for side set Contributed-by: David Andrs <andrsd@gmail.com> |