| 893ade0c | 11-Jul-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex36: Use simple partitioner |
| 73e69a6a | 11-Jul-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix allocation size |
| feac089f | 11-Jul-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex36: TEst for overlapping field redistribution |
| 57f290da | 11-Jul-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix error in overlap distribution - When remapping SF, must allow for the case when the leaf ordering is not canonical |
| 3316697f | 09-Jul-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Triangle requires ANSI_DECLARATORS to provude ANSI function protype
Commit-type: portability-fix Reported-by: nightly tests |
| 2475b7ca | 30-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove testing and inserting into petscconf.h items that are not actually used by PETSc
1) PETSC_HAVE_LIBXXXX - which was rarely used be careful with the package libpng and libjpeg since they hav
Remove testing and inserting into petscconf.h items that are not actually used by PETSc
1) PETSC_HAVE_LIBXXXX - which was rarely used be careful with the package libpng and libjpeg since they have lib in the name of the package 2) various system include files that are never used or always exist: for example stdlib.h 3) various system functions that are never used or always exist 4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request) 5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD 6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly 7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and the values are never defined else where the extra guards just make the file cluttered
For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.
Commit-type: style-fix, cleanup
Reported-by: Jed Brown <jed@jedbrown.org
show more ...
|
| dfb7f63b | 09-Jul-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/feature-boundedint' |
| 009f5131 | 07-Jul-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| cb15cd0e | 07-Jul-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Doc: State that it takes a local vector |
| 97779f9a | 05-Jul-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DM: Deprecate DMCreateAggregates()
* This interface is untested and may be redundant * DMDA is the only provider, keep it as DMDACreateAggregates() |
| d57f96a3 | 05-Jul-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMSetType: Clear dm->ops and set type name before calling constructor |
| 5a84ad33 | 05-Jul-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DM: Simplify implementation of DMHasCreateInjection()
* Add log event for DMCreateInjection() * Get rid of DMHasCreateInjection_Default() * Rename dm->ops->getinjection to dm->ops->createinjection *
DM: Simplify implementation of DMHasCreateInjection()
* Add log event for DMCreateInjection() * Get rid of DMHasCreateInjection_Default() * Rename dm->ops->getinjection to dm->ops->createinjection * Improve error checking here and there
show more ...
|
| 922102d1 | 04-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
improve manpages of DMPlexRestore{Cone,ConeOrientation,Support} |
| 3b12b3d8 | 04-Jul-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Revert "remove remnants of non-existing DMPlexRestore{Cone,ConeOrientation,Support}"
This reverts commit 6d563f2afc7bcefff9dc7869193a6debf1d639a5. |
| 57a5760d | 02-Jul-2019 |
William Gropp <wgropp@illinois.edu> |
Merge from doc-fixes branch |
| 6707880c | 30-Jun-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'BarryFSmith/add-information-on-running-usrbinbash-lo-1561921668145' [PR #1831]
* BarryFSmith/add-information-on-running-usrbinbash-lo-1561921668145: Add information on running /usr/bin
Merge branch 'BarryFSmith/add-information-on-running-usrbinbash-lo-1561921668145' [PR #1831]
* BarryFSmith/add-information-on-running-usrbinbash-lo-1561921668145: Add information on running /usr/bin/bash --login after entering mintty.exe shell.
show more ...
|
| a2b725a8 | 27-Jun-2019 |
William Gropp <wgropp@illinois.edu> |
Fixes for doctext update |
| 6d563f2a | 26-Jun-2019 |
Václav Hapla <vaclav.hapla@erdw.ethz.ch> |
remove remnants of non-existing DMPlexRestore{Cone,ConeOrientation,Support} |
| b4ec6ac8 | 27-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual page formating. Only single return parameter
Commit-type: documentation Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
| 5a856986 | 21-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Added PetscOptionsBoundInt(), error if value below bound, and PetscOptionsRangeInt(), error if out of range
Replaced a small amount of the usage in the source code. Easy, slightly boring process to
Added PetscOptionsBoundInt(), error if value below bound, and PetscOptionsRangeInt(), error if out of range
Replaced a small amount of the usage in the source code. Easy, slightly boring process to replace the rest
Commit-type: error checking
show more ...
|
| c56e2027 | 26-Jun-2019 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/optimize-aij-da (pull request #1762)
Non-numeric optimizations focused on AIJ, MatFDColoring, and DMCreateMatrix_DA_*AIJ, looking to improve performance in GPU environments |
| 35c7e55a | 16-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
ex18.c was passing __float128 cast to double for 1d case and size 1 and never filled coordinates with values for 1d cases
Commit-type: bug-fix Reported-by: Jenkins |
| 5ee32e23 | 26-Jun-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/feature-plex-coord-dagpoint-lookup' [PR #1802]
* haplav/feature-plex-coord-dagpoint-lookup: plex vertex coordinates -> DAG point lookup |
| 8dd7b8de | 26-Jun-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'hapla/hide-hdf5-headers-for-non-hdf5' [PR #1800]
* hapla/hide-hdf5-headers-for-non-hdf5: Hide all petscviewerhdf5.h headers for !defined(PETSC_HAVE_HDF5) |
| 0a6d9c2c | 24-Jun-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
plexhdf5.c: include viewerhdf5impl.h instead of petscviewerhdf5.h |