| 2c4dacf2 | 10-Dec-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Generate useful error messages if PETSc was installed without mesh generator
Commit-type: error-checking, style-fix, documentation Reported-by: Ivan Blagopoluchnyy <nuclearrazor@gmail.com> |
| 83c5d788 | 09-Dec-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: The matrix implementation for dual graph construction had incorrect preallocation |
| c5679248 | 05-Dec-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEX ex33: added tests for corner cases in the PetscPartitioner class |
| 3c41b853 | 24-Nov-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscPartitioner: Fix the class in many ways
- DMPlex now weights owned local cells by summing all the local section dofs in the closure of the cell - Add support for target partition weights via ad
PetscPartitioner: Fix the class in many ways
- DMPlex now weights owned local cells by summing all the local section dofs in the closure of the cell - Add support for target partition weights via additional PetscSection - Add centralized option to use vertex weights - Update man pages - Rename PetscPartitionerPartition to PetscPartitionerDMPlexPartition since the function is specific to DMPlex - Add interface to properly partition a graph via PetscPartitionerPartition - Skip empty processes for distributed graphs in ParMetis and PTSCOTCH - MatPartitioningPTSCOTCH: match PetscPartitioner calls - DMPLEX ex24: added target partitioning tests
Update output files
show more ...
|
| 3e03ebd8 | 04-Dec-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscSectionSetClosureIndex: take reference on objects set |
| 31e08e53 | 03-Dec-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
dm_impls_plex_tests-ex18: Minor fixes of ProcessOptions().
* Remove check redundant thanks to use of PetscOptionsRangeInt. * Move PetscOptionsRangeInt(-dim,...) to a safer place. |
| 90a8aa44 | 29-Nov-2019 |
Jed Brown <jed@jedbrown.org> |
DMPlexCopyCoordinates: set coordinate dimension
As included example shows (by failing existing simplex tests), the simplex sphere mesh was returning the incorrect coordinate dimension.
Commit-type:
DMPlexCopyCoordinates: set coordinate dimension
As included example shows (by failing existing simplex tests), the simplex sphere mesh was returning the incorrect coordinate dimension.
Commit-type: bug-fix, example
show more ...
|
| 9886b8cf | 26-Nov-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPLEX: rename DMPlexCreateNumbering_Internal and make it PETSC_EXTERN
Application may use this function |
| 8f38c17f | 06-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18 update |
| e902f1ea | 06-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMSetFromOptions_Plex: add -dm_plex_check_all option |
| 95eb5ee5 | 06-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
doc: Make DMSetFromOptions() manpage a hub for all Check functions.
All DMPlex* point to DMSetFromOptions for complete list. |
| 75ebff7a | 06-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMSetFromOptions_Plex: process -dm_plex_check_pointsf and -dm_plex_check_interface_cones |
| 45da879f | 06-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCheckSkeleton: Pass for uninterpolated meshes.
Get rid of -dm_plex_force_check_faces.
https://gitlab.com/petsc/petsc/merge_requests/2176#note_240927016 |
| a8432d5b | 06-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexCheckConesConformOnInterfaces -> DMPlexCheckInterfaceCones.
Manpage improved. |
| 30557576 | 25-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 4fc49614 | 25-Nov-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'haplav/knepley/fix-plex-parallel-interpolation' into 'master'
fix parallel interpolation
Closes #336
See merge request petsc/petsc!2318 |
| cfe011ea | 25-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/valgrind-fixes' into 'maint'
fix various valgrind warnings
See merge request petsc/petsc!2293 |
| e60f640e | 25-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| a7261c6b | 24-Nov-2019 |
prj- <pierre.jolivet@enseeiht.fr> |
Some typos |
| 36342426 | 11-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
fix various valgrind warnings
Fixes #439, #450, #458 |
| f29b851e | 21-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
dm_impls_plex_tests-ex4_hybint_3d_s2t_% still fail, update TODO |
| 5c11981b | 20-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ex18: PointSF fixed, so update TODOs |
| 3be36e83 | 20-Nov-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: New rendevouz scheme for parallel interpolation |
| 0513c438 | 22-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/feature-check-boundary-connected' into 'master'
ultimate PointSF test
See merge request petsc/petsc!1989 |
| 9ade3219 | 22-Nov-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Improve manpages of DMPlexIsInterpolated and friends.
DMPlexIsInterpolatedCollective, DMPlexInterpolatedFlag. |