| #
8d2ec52a
|
| 01-Dec-2024 |
Satish Balay <balay@mcs.anl.gov> |
Plex: Made hypercubic mesh parallel - Plex ex1: Added parallel hypercubic tests
|
| #
3f3e541f
|
| 17-Apr-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add flag for adjacency debugging
|
| #
de94d745
|
| 22-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/isoperiodic_sf_natural' into 'main'
isoperiodic: Correct sfNatural during reorientation
See merge request petsc/petsc!8001
|
| #
5d2873a6
|
| 12-Nov-2024 |
James Wright <james@jameswright.xyz> |
fix(plex): Distribute local Section and set
This is accidentally kept during DMPlexReplace_Internal() call right afterwards
|
| #
45221fc9
|
| 11-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/box_label_periodic_orient' into 'main'
Isoperiodic automatically handles cone orientations
See merge request petsc/petsc!7992
|
| #
2b4f33d9
|
| 09-Nov-2024 |
James Wright <james@jameswright.xyz> |
isoperiodic: Clear GlobalSection when new face_sf is set
|
| #
85896317
|
| 08-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/box_label_periodic' into 'main'
Plex: -dm_plex_box_label also setups isoperiodicity
See merge request petsc/petsc!7981
|
| #
d7d2d1d2
|
| 01-Nov-2024 |
James Wright <james@jameswright.xyz> |
plex box label: Setup isoperiodicity
|
| #
b135a325
|
| 23-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-orient-mesh' into 'main'
Plex: Allow mesh orientation from options
See merge request petsc/petsc!7964
|
| #
b9da1bb3
|
| 14-Oct-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Now use -dm_plex_orient to orient a newly created mesh
|
| #
72b6020c
|
| 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/cgns_fix_test' into 'main'
test: Fix parallel CGNS test redistribution
See merge request petsc/petsc!7955
|
| #
be37439e
|
| 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/useless-cast' into 'main'
Remove useless cast
See merge request petsc/petsc!7894
|
| #
e535cce4
|
| 20-Oct-2024 |
James Wright <james@jameswright.xyz> |
plex: Deprecate DMPlex{Set,Get}GlobalToNaturalSF
Natural SF got moved to a "global" DM object, so should be used there. Additionally, DMPlexSetGlobalToNaturalSF() did not destroy a pre-existing sfNa
plex: Deprecate DMPlex{Set,Get}GlobalToNaturalSF
Natural SF got moved to a "global" DM object, so should be used there. Additionally, DMPlexSetGlobalToNaturalSF() did not destroy a pre-existing sfNatural from the DM, causing memory leaks
show more ...
|
| #
835f2295
|
| 05-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Brain dead fixes for useless casts
|
| #
ad781fe3
|
| 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-09-29/fix-function-typedef-style' into 'main'
Unify handling of context destructors
See merge request petsc/petsc!7900
|
| #
49abdd8a
|
| 29-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)
Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those t
Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)
Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those that used PetscContainer
- Now allows any context to be a PetscObject - Will provide a cleaner mapping to bindings in other languages - Simplifies the maintenance of PETSc source code; improves clarity
Not backward compatible, compiler warnings will tell users what functions need to be updated
show more ...
|
| #
0f6b61eb
|
| 15-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-plot' into 'main'
Plex+Viewer: PETSCVIEWERPYTHON and PyVista support for DMPLEX
See merge request petsc/petsc!7884
|
| #
22d6dc08
|
| 19-Sep-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Plex+Viewer: Added Python and PyVista viewers - Enable viewer filename interface for Python viewer - Add -viewer_python_filename to set the output filename - Add -dm_plex_transform_active_values to e
Plex+Viewer: Added Python and PyVista viewers - Enable viewer filename interface for Python viewer - Add -viewer_python_filename to set the output filename - Add -dm_plex_transform_active_values to explicitly set values in the label - Add -dm_plex_option_phases to control sequencing of setup from the command line
show more ...
|
| #
9c08c4e6
|
| 11-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-coords-tobox' into 'main'
Plex: If the cell type changes, we need to recreate the coordinate discretization
See merge request petsc/petsc!7936
|
| #
a77a5016
|
| 10-Oct-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added more debugging for projection
|
| #
0a78fc91
|
| 02-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
160390d7
|
| 29-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/typos' into 'release'
Fix typos
See merge request petsc/petsc!7893
|
| #
d7c1f440
|
| 29-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos
|
| #
83406d9f
|
| 28-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mixed_type_of_elements_for_partitionning_and_overlap' into 'main'
Add results for the mixed element types test for partitionning and ovelap...
See merge request petsc/petsc!7877
|
| #
b0fe842a
|
| 04-Aug-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add DMPlexBuildFromCellSectionParallel() and DMPlexCreateFromCellSectionParallel()
|