| #
f536a3c1
|
| 16-Jul-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add Shapefile reader
|
| #
32eed818
|
| 09-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-stl' into 'main'
Plex: Add STL reader
See merge request petsc/petsc!8494
|
| #
edfba7fa
|
| 21-Jun-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add STL reader
|
| #
3f5a071c
|
| 20-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ksagiyam/fix_submesh_coordinates' into 'main'
Ksagiyam/fix submesh coordinates
See merge request petsc/petsc!8353
|
| #
e65c294a
|
| 02-May-2025 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: remove coordFunc from DMPlexCreateCoordinateSpace()
|
| #
4c712d99
|
| 27-Apr-2025 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plexsubmesh: make submesh inherit CG/DG coordinate elements
|
| #
99acd26c
|
| 02-May-2025 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
dm: add createcellcoordinatedm method
|
| #
1bafe4bb
|
| 20-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-05-15/fix-func-typedef-names' into 'main'
All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)
See merge request petsc/petsc!8408
|
| #
2192575e
|
| 15-May-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)
|
| #
37b4180e
|
| 14-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-remap' into 'main'
Matthew Knepley Plex: Fix coordinate remapping across transforms
See merge request petsc/petsc!8406
|
| #
3674be70
|
| 13-May-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix coordinate remapping across transforms
|
| #
022ab154
|
| 12-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-bounds' into 'main'
Plex: Now allow variable bounds along boundaries
See merge request petsc/petsc!8402
|
| #
01468941
|
| 11-May-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Now allow variable bounds along boundaries - Add DM_BC_LOWER_BOUND and DM_BC_LOWER_BOUND - Add DMHasBound() - Add DMPlexInsertBounds() and implementation DMPlexInsertBounds_Plex()
|
| #
174dc0c8
|
| 28-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
63ad3209
|
| 25-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-04-17/rm-dollar-sign-formated-manualpages/release' into 'release'
Remove the last of the uses of $ in the first line of formatted manual pages
See merge request petsc/petsc
Merge branch 'barry/2025-04-17/rm-dollar-sign-formated-manualpages/release' into 'release'
Remove the last of the uses of $ in the first line of formatted manual pages
See merge request petsc/petsc!8332
show more ...
|
| #
b44f4de4
|
| 25-Apr-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove the last of the uses of $ in the first line of formatted manual pages
|
| #
5f5eafce
|
| 23-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
847265f5
|
| 21-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/partition_balance' into 'release'
fix(plex): Move -dm_plex_partition_balance option
See merge request petsc/petsc!8330
|
| #
9566ead2
|
| 18-Apr-2025 |
James Wright <james@jameswright.xyz> |
fix(plex): Move -dm_plex_partition_balance option
Previously, the flag would only be set after DMDistribute had been called, so it didn't actually affect the partitioning. This sets the option readi
fix(plex): Move -dm_plex_partition_balance option
Previously, the flag would only be set after DMDistribute had been called, so it didn't actually affect the partitioning. This sets the option reading just before DMDistribute now.
show more ...
|
| #
c9df829d
|
| 14-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
0f14d57f
|
| 12-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'zach/fix-tps-refinement' into 'release'
Plex: Fix refinement of TPS meshes
See merge request petsc/petsc!8302
|
| #
f1d4225f
|
| 10-Apr-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Plex: Fix refinement of TPS meshes
|
| #
20adc417
|
| 08-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-coord-func' into 'main'
Plex: Now set coordFunc separately from DMPlexRemapGeometry()
See merge request petsc/petsc!8287
|
| #
509b31aa
|
| 08-Apr-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Now set coordFunc separately from DMPlexRemapGeometry() - Add DMPlexGetCoordinateMap() and DMPlexSetCoordinateMap() - Moved function pointer types to petscdstypes.h
|
| #
95934b0d
|
| 02-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plextransform-save' into 'main'
Save Plex transform in DM
See merge request petsc/petsc!8263
|