| 7afe8916 | 10-Jan-2019 |
Fande Kong <fdkong.jd@gmail.com> |
ISCreateSubIS: Initialize variables owner and lidx to avoid compiler warnings |
| edce300b | 10-Jan-2019 |
Fande Kong <fdkong.jd@gmail.com> |
Hierarchical partitioner: add a bit documentation |
| b3daf244 | 09-Jan-2019 |
Fande Kong <fdkong.jd@gmail.com> |
ISCreateSubIS: Added checkers for parameters |
| 6c04a3c5 | 09-Jan-2019 |
Fande Kong <fdkong.jd@gmail.com> |
Create an API ISCreateSubIS that extracts
part of the original IS.
This API is similar to MatCreateSubMatrix |
| a40b62d7 | 28-Dec-2018 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/improve-manual (pull request #1289)
Fixes for begining of users manual and a variety of webpages including manual pages |
| 8a690491 | 21-Dec-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for begining of users manual and a variety of webpages including manual pages
Commit-type: bug-fix, documentation |
| c93efe82 | 18-Dec-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Section: Damn Damn Damn |
| 353b39dd | 17-Dec-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Section: Somehow everything about that first commit was wrong |
| 0d256f5d | 16-Dec-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Section: Added binding for PetscSFDistributeSection() - Fortran is not allowed to pass in an array right now |
| cc5f3a93 | 14-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/drop-support-hdf5-older-than-1.8.0' [PR #1268]
* haplav/drop-support-hdf5-older-than-1.8.0: Drop support for HDF5 older than 1.8.0. No attempts to take advantage of 1.8.0+ API t
Merge branch 'haplav/drop-support-hdf5-older-than-1.8.0' [PR #1268]
* haplav/drop-support-hdf5-older-than-1.8.0: Drop support for HDF5 older than 1.8.0. No attempts to take advantage of 1.8.0+ API to simplify codes, will be done progressively later See also https://lists.mcs.anl.gov/pipermail/petsc-dev/2018-December/023812.html for discussion.
show more ...
|
| 8d3518a3 | 12-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/fix-aomemscalable-negative-indices-maint' [PR #1270]
* barry/fix-aomemscalable-negative-indices-maint: Fix AOMEMORYSCALABLE for negative indices |
| 1b75bf4f | 12-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
AO ex5: Fixed missing CHKERRQ(); |
| ded06c3f | 08-Dec-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
strip preprocessor conditionals regarding HDF5 version |
| 9032606e | 11-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/fix-aomemscalable-negative-indices-maint' [PR #1270]
* barry/fix-aomemscalable-negative-indices-maint: Fix AOMEMORYSCALABLE for negative indices |
| 6bd6ae52 | 09-Dec-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix AOMEMORYSCALABLE for negative indices
Commit-type: bug-fix, example Reported-by: Huy Vo <Huy.Vo@colostate.edu> |
| 04edb84e | 06-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/feature-mataij-load-from-hdf5' [PR #1232]
* haplav/feature-mataij-load-from-hdf5: MatLoad() implementation for HDF5. This PR done with cooperation with @Mari Pecha brings the HD
Merge branch 'haplav/feature-mataij-load-from-hdf5' [PR #1232]
* haplav/feature-mataij-load-from-hdf5: MatLoad() implementation for HDF5. This PR done with cooperation with @Mari Pecha brings the HDF5 matrix loader. Its impact is twofold: - It introduces a truly parallel reader where each rank reads its chunk of the matrix. - It can directly read MATLAB's native MAT-file format (version 7.3) which is in fact an HDF5 flavor.
show more ...
|
| ec4d677d | 04-Nov-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscLayoutSetUp: don't mention "matrix" in the error message |
| 367003a6 | 28-Oct-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
minor fixes |
| a1535ed2 | 20-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscSection: move 3 fortran stubs to the proper file |
| 7b659617 | 23-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscLayoutSetUp: compute sizes from range if it exists |
| 03132937 | 07-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]
* barry/fix-check-ierr-before-freechar/maint: Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR() Otherwis
Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]
* barry/fix-check-ierr-before-freechar/maint: Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR() Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not
show more ...
|
| d49bb8f9 | 05-Nov-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()
Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not
Commit-type: bug-f
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()
Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not
Commit-type: bug-fix Reported-by: Tim Steinhoff <kandanovian@gmail.com>
show more ...
|
| dad982a8 | 01-Nov-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
fix 'next' test fail: Change visibility of PetscViewerHDF5Load_Internal to PETSC_EXTERN.
Since it is possibly used across multiple shared libraries. Renamed to PetscViewerHDF5Load. |
| 2389bf0c | 31-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
minor formatting |
| 784100ff | 31-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscViewerHDF5Load_Internal employed in ISLoad_HDF5,VecLoad_HDF5 |