| #
679dad9e
|
| 16-Dec-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-periodic-faces' into 'main'
Knepley/fix plex periodic faces
See merge request petsc/petsc!5917
|
| #
5515ebd3
|
| 13-Dec-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added -dm_localize_height to localize edges and faces
|
| #
990be990
|
| 23-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
d9370626
|
| 21-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-11-15/fix-more-dm-man-pages/release' into 'release'
fix more un-updated DMPLEX manual pages
See merge request petsc/petsc!5839
|
| #
3c7db156
|
| 16-Nov-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix missing "Key" and incorrect "Command" for manual page listing of Options Database Key(s):
Commit-type: documentation /spend 10m
|
| #
a1cb98fa
|
| 16-Nov-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
fix more un-updated DMPLEX manual pages
Commit-type: documentation
|
| #
786e2ac0
|
| 03-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-extrude' into 'main'
DM: Rework options handling for coordinate DM
Closes #1275
See merge request petsc/petsc!5789
|
| #
dc431b0c
|
| 01-Nov-2022 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Create Plex coordinate space by cell type - Work around bug with tensor cells
|
| #
dd4c3f67
|
| 31-Oct-2022 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Rework options handling for coordinate DM - DMSetFromOptions() also calls it for the coordinate DM - Give coordinate DM the prefix cdm_ + DM prefix - Plex turns off reordering and calls SetFromOp
DM: Rework options handling for coordinate DM - DMSetFromOptions() also calls it for the coordinate DM - Give coordinate DM the prefix cdm_ + DM prefix - Plex turns off reordering and calls SetFromOptions - PlexTransform marks setfromoptionscalled on the transformed DM - Fix options prefix and setfromoptions in DMPlexProjectCoordinates()
show more ...
|
| #
5e17fc22
|
| 28-Oct-2022 |
Aidan Hamilton <aidan@udel.edu> |
DMExtrude may change the dimension of the dm, so it requires updating
|
| #
a207d08e
|
| 30-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
ed31fb71
|
| 30-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/codespell-typos' into 'release'
A few more codespell fixes
See merge request petsc/petsc!5786
|
| #
d5b43468
|
| 29-Oct-2022 |
Jose E. Roman <jroman@dsic.upv.es> |
A few more codespell fixes
|
| #
3b8a638f
|
| 28-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-ephemeral-label' into 'main'
DMLabel: Added another implementation of DMLabel
See merge request petsc/petsc!5763
|
| #
9f6c5813
|
| 22-Oct-2022 |
Matthew G. Knepley <knepley@gmail.com> |
DMLabel: Added another implementation of DMLabel - Now label has class methods - Added readonly flag for DMLabel - There are concrete and ephemeral implementations - Fixed label handling when calling
DMLabel: Added another implementation of DMLabel - Now label has class methods - Added readonly flag for DMLabel - There are concrete and ephemeral implementations - Fixed label handling when calling DMPlexTransformApply() - Register label constructors - Stopped inlining some functions
show more ...
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
ff6450cf
|
| 21-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-annulus' into 'main'
Knepley/feature plex annulus
See merge request petsc/petsc!5656
|
| #
26d72632
|
| 20-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-implicit-fallthrough' into 'main'
Fix -Wimplicit-fallthrough
See merge request petsc/petsc!5655
|
| #
b7124133
|
| 20-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-17/slimmer-petscobject' into 'main'
Feature: Slimmer PetscObject
See merge request petsc/petsc!5649
|
| #
669647ac
|
| 19-Sep-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add annulus to shape catalog
|
| #
064cae4f
|
| 19-Sep-2022 |
Pierre Jolivet <pierre@joliv.et> |
Bypass bogus -Werror=maybe-uninitialized
|
| #
f4d061e9
|
| 19-Sep-2022 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wimplicit-fallthrough
|
| #
4dfa11a4
|
| 17-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()
|
| #
c995d810
|
| 16-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-periodic-hdf5' into 'main'
Knepley/fix plex periodic hdf5
See merge request petsc/petsc!5637
|