| #
d7d32a9a
|
| 14-Sep-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: DMPlexCheckPointSF() now can allow extra roots - This happens for periodic cuts
|
| #
f0af967e
|
| 29-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners w/o PetscCall()
See merge request petsc/petsc!5561
|
| #
ad540459
|
| 29-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners w/o PetscCall()
|
| #
38f67375
|
| 27-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners
See merge request petsc/petsc!5557
|
| #
48a46eb9
|
| 27-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners
|
| #
5e0ab529
|
| 25-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ksagiyam/plex_io_freeze_distribution' into 'main'
plexhdf5: Allow for saving/loading parallel distributions
See merge request petsc/petsc!5353
|
| #
1d1f2f2a
|
| 12-Jun-2022 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plexdistribute: add DMPlexDistribution{Set, Get}Name()
|
| #
69d8a87b
|
| 13-Jul-2022 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plexcreate: make DMPlexReplace_Static -> DMPlexReplace_Internal
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
bee3fc89
|
| 22-Aug-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
fix to code formatting comments so clang-format is idempotent
Commit-type: formatting /spend 5m
|
| #
8fd105b6
|
| 17-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-06-28/add-petsccallmethod' into 'main'
Introduce PetscTryTypeMethod and PetscUseTypeMethod to replace ad hoc use of (*obj->ops->method) in source
See merge request petsc/
Merge branch 'barry/2022-06-28/add-petsccallmethod' into 'main'
Introduce PetscTryTypeMethod and PetscUseTypeMethod to replace ad hoc use of (*obj->ops->method) in source
See merge request petsc/petsc!5376
show more ...
|
| #
dbbe0bcd
|
| 23-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert setfromoptions methods over to PetscTryTypeMethod() approach
Flipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them co
Convert setfromoptions methods over to PetscTryTypeMethod() approach
Flipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them consistent with PetscTryTypeMethod() and all the other methods
Commit-type: refactorization /spend 4h
show more ...
|
| #
d40579cb
|
| 02-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-extrude-tet' into 'main'
Fix 3D extrusion, and some Plex fixes
See merge request petsc/petsc!5439
|
| #
1e8b4be0
|
| 01-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-location-check' into 'main'
Plex: Grid hash can find particle, but no cell is covering the box
See merge request petsc/petsc!5456
|
| #
c22d3578
|
| 17-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Complete boundary label on simplex box
|
| #
26450a51
|
| 29-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-extrude-orientation' into 'main'
Knepley/fix plex extrude orientation
See merge request petsc/petsc!5430
|
| #
96625334
|
| 28-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-gmsh-labels' into 'main'
Plex: Straighten out Gmsh labels
See merge request petsc/petsc!5478
|
| #
1c8afea9
|
| 26-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Complete the label from -dm_plex_boundary_label
|
| #
f5867de0
|
| 21-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Grid hash can find particle, but no cell is covering the box - Added better debugging
|
| #
c2df9bbf
|
| 15-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix markers for hex box mesh creation
|
| #
e5a09cea
|
| 13-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-create-periodic' into 'main'
Plex: Must explicitly localize coordinates if mesh is not created from options
See merge request petsc/petsc!5421
|
| #
7ff04441
|
| 13-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Must explicitly localize coordinates if mesh is not created from options
|
| #
6c4e6812
|
| 06-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-dm-periodicity' into 'main'
Fixes for periodicity
See merge request petsc/petsc!5391
|
| #
4fb89ddd
|
| 01-Jul-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Instead of forcing periodic coordinates to [0, L], it should be [lower, lower + L]
|