| 8b577e82 | 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'stefanozampini/revert-for-glvis-parallel' into 'master'
revert check same comm on DMView
See merge request petsc/petsc!2039 |
| ea844a1a | 19-Sep-2019 |
Matthew Knepley <knepley@gmail.com> |
Knepley/is separate section |
| 1b10e96f | 17-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 25befc3b | 17-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
MSMPI-32: compile fixes
Reported-by: Mohammad Asghar <mohammad.asghar@lusas.com> |
| 63bd7f81 | 12-Sep-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscViewerGLVIS: minor checks |
| ca0c3be5 | 16-Sep-2019 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
petscintview and friends now indeed do print ranks
now petscint and friends dont print ranks if size is 1 |
| dff5d72a | 13-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'wence/feature/sf-check-graph-valid' into 'master'
SF: Check validity of graph in debug mode
See merge request petsc/petsc!1983 |
| 2b393795 | 12-Sep-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ISSortRemoveDups(): deal with the now immutable layout |
| ca5434da | 28-Aug-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
PetscLayout: forbid calling setup twice with different sizes
* PetscLayout objects should be considered immutable, especially because they can be shared. * Make use of PetscLayoutCreateFromSizes().
PetscLayout: forbid calling setup twice with different sizes
* PetscLayout objects should be considered immutable, especially because they can be shared. * Make use of PetscLayoutCreateFromSizes(). * setupcalled is now the single indicator that PetscLayout is ready. * Insure the rest of variables (e.g. map->rstart) are calculated even if n, N and range are set.
show more ...
|
| 9621ec18 | 04-Sep-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Add PetscLayoutCreateFrom{Sizes,Ranges}.
Remove PetscLayoutSetUp_SizesFromRanges_Private. Update MatLoad_AIJ_HDF5. ISGeneralSetIndices: Use PetscLayoutCreateFromSizes(), preserve blocksize. |
| b347ccde | 06-Sep-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Make IS sizes fully given by PetscLayout.
* Remove n,N from IS_Stride, which were just bypassing PetscLayout ones * Remove getsize, getlocalsize from _ISOps * ISGetSize, ISGetLocalSize now take size
Make IS sizes fully given by PetscLayout.
* Remove n,N from IS_Stride, which were just bypassing PetscLayout ones * Remove getsize, getlocalsize from _ISOps * ISGetSize, ISGetLocalSize now take sizes right from the PetscLayout * Deal with now immutable PetscLayout using PetscLayoutCreateFromSizes() * Assure that blocksize is preserved in ISGeneralSetIndices, ISStrideSetStride
show more ...
|
| 174aff89 | 05-Sep-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscViewerHDF5Load: fix manpage (map is inout) |
| 9040d264 | 05-Sep-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscViewerHDF5ReadSizes_Private: optionally do PetscLayoutSetUp() |
| c168f6d8 | 04-Sep-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscLayoutDuplicate: don't copy range if it doesn't exist |
| a8643c1e | 04-Sep-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscLayoutCreate: manpage fixes |
| a072220f | 05-Sep-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
SF: Stricter check for valid inputs in PetscSFCompose
An SF might not encode a true star forest (leaves could be repeated). Composition of SFs does, however, rely on unique leaves, so check that in
SF: Stricter check for valid inputs in PetscSFCompose
An SF might not encode a true star forest (leaves could be repeated). Composition of SFs does, however, rely on unique leaves, so check that in debug mode.
show more ...
|
| c4e6a40a | 23-Aug-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
SF: Check validity of graph in debug mode
Forbid negative leaf indices in ilocal, negative root indices in iremote, and invalid ranks in iremote. Since sometimes an SF is used just to carry informat
SF: Check validity of graph in debug mode
Forbid negative leaf indices in ilocal, negative root indices in iremote, and invalid ranks in iremote. Since sometimes an SF is used just to carry information (e.g. DMLocatePoints), do the check when we're setting up rather than when setting the graph.
show more ...
|
| 7eb05a94 | 10-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2019-09-08/therefor' into 'master'
Docs only, Fix spelling of therefor
See merge request petsc/petsc!2023 |
| 754bdc40 | 10-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2019-08-21/add-matfdcoloringsetvalues' into 'master'
Added MatFDColoringSetValues() takes matrix in compressed color form (as often...
See merge request petsc/petsc!1999 |
| 271f2265 | 10-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-doc-section' into 'master'
Doc: Reclassified Section routines, added some docs, fixed some docs
See merge request petsc/petsc!1981 |
| effebcaf | 08-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Docs only, Fix spelling of therefor
Commit-type: style-fix Reported-by: Pierre Jolivet <Pierre.Jolivet@enseeiht.fr> |
| a27940ca | 07-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'wence/fix/sf-compose-non-identity' into 'master'
Fix PetscSFCompose when sfA has non-identity permutation of the local space
See merge request petsc/petsc!1979 |
| e7d8d863 | 06-Sep-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Section+Doc: Fixes Suggested-by: "Lawrence Mitchell" <lawrence.mitchell@durham.ac.uk> |
| a2aa68e2 | 22-Aug-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Doc: Reclassified Section routines, added some docs, fixed some docs |
| 3def80f3 | 19-Aug-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Also sets isperm = PETSC_TRUE. |