History log of /petsc/src/dm/impls/plex/plexdistribute.c (Results 76 – 100 of 607)
Revision Date Author Comments
# 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


# 63cd038d 21-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-output' into 'main'

Knepley/fix plex output

See merge request petsc/petsc!5659


# f88a03de 20-Sep-2022 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix leak


# 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


# 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()


# 3e67128f 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'marboeuf/plex-fix-naturalpointsf' into 'main'

DMPlex: fix bug in DMPlexDistribute related to natural point SF

See merge request petsc/petsc!5537


# fc6a3818 23-Aug-2022 Blaise Bourdin <bourdin@mcmaster.ca>

DMPlex: fix bug in DMPlexDistribute related to natural point SF

The section passed as an argument to DMPlexCreateGlobalToNaturalSF should be the natural section, instead of the section before distri

DMPlex: fix bug in DMPlexDistribute related to natural point SF

The section passed as an argument to DMPlexCreateGlobalToNaturalSF should be the natural section, instead of the section before distribution. In case of multiple call of DMPlexDistribute, the natural section and the section before distribution do not match.
Now both the natural dof SF sfNatural and the natural point SF sfMigration relate dofs and points from the DM before distribution and the DM after distribution. Then, they are composed with their previous iterations if present so they go back to the natural DM.

show more ...


# 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


# 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 ...


# 340b78e3 09-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'marboeuf/plex-naturalpointsf' into 'main'

Plex: create the natural point SF

See merge request petsc/petsc!5502


# 8aee0f92 19-Jul-2022 Alexis Marboeuf <marboeua@mcmaster.ca>

Plex: create the natural point SF

When useNatural = PETSC_TRUE, sfMigration in DMPlexDistribute now maps
the points back to the ordering and distribution used in a natural DM.
The first DM with useN

Plex: create the natural point SF

When useNatural = PETSC_TRUE, sfMigration in DMPlexDistribute now maps
the points back to the ordering and distribution used in a natural DM.
The first DM with useNatural = PETSC_TRUE is considered natural.
sfMigration is now composed with its previous version if it exists.
The natural dof SF sfNatural is created using the natural point
SF sfMigration.

show more ...


# bda77271 20-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-06-24/linenumbers-petscstack' into 'main'

Fixes/improvements for PETSc stack handling

See merge request petsc/petsc!5368


# 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 ...


# 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


# 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 ...


# 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


12345678910>>...25