| 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 |
| b152846f | 13-Nov-2018 |
Valeria Barra <valeria.barra@colorado.edu> |
Merged in valeriabarra/petsc (pull request #1228)
fix typo in doc of function VecRestoreArray
Approved-by: Jed Brown <jed@59a2.org> |
| 4e3768ee | 13-Nov-2018 |
Valeria Barra <valeria.barra@colorado.edu> |
fix typo in doc of function VecRestoreArray |
| 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 |
| 01cbca1b | 30-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
VecLoad_HDF5: call VecSetUp() to ensure VecType is set |
| 90e28553 | 30-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
ISLoad_HDF5,VecLoad_HDF5 rewritten using new helper functions |
| a5e1fead | 26-Oct-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscViewerHDF5ReadSizes moved from vecio.c to hdf5v.c |
| 54dbf706 | 12-Jun-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscViewerHDF5OpenGroup moved from vecio.c to hdf5v.c |
| cd847d81 | 12-Jun-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
vecio.c: fixed missing ( for prehistoric HDF5 code |
| 0ed19bb1 | 29-Oct-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/feature-options-associated-with-object' [PR #1194]
* barry/feature-options-associated-with-object: Complete support for individual PETSc objects to use their own options database
Merge branch 'barry/feature-options-associated-with-object' [PR #1194]
* barry/feature-options-associated-with-object: Complete support for individual PETSc objects to use their own options database with PetscObjectSetOptions()
show more ...
|
| 272e1da5 | 29-Oct-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-preprocessors-guards' [PR #1208]
* stefano_zampini/fix-preprocessors-guards: Fixes bad preprocessors guards |
| 22e7e69c | 29-Oct-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
examples that use function whose API has changed.
Commit-type: bug-fix, testing-fix, example |
| 62795ce3 | 28-Oct-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
Fix bad preprocessors guards |
| 0b7531cb | 27-Oct-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/feature-dmplex-check-interface-cone-conformance' [PR #1164]
* haplav/feature-dmplex-check-interface-cone-conformance: DMPlex: check for interface cone conformance New DMPlexChec
Merge branch 'haplav/feature-dmplex-check-interface-cone-conformance' [PR #1164]
* haplav/feature-dmplex-check-interface-cone-conformance: DMPlex: check for interface cone conformance New DMPlexCheckConesConformOnInterfaces() checks that cones of points on inter-partition interfaces have conforming order. This check is now called in DMPlex test ex18.c. To reproduce the failed check, one can remove requires: TODO from tests. This merge also adds DMGetCoordinatesLocalSetUp() and DMGetCoordinatesLocalNoncollective() as I needed a non-collective version of DMGetCoordinatesLocal(), and fixes several notes on collectiveness in DMPlex documention.
show more ...
|
| 15989866 | 24-Oct-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Section: Fix bad merge |
| df90af56 | 24-Oct-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into arcowie-rem/feature-error-logging
* master: (393 commits) Bib: Update reference Mat: Doc fix Bib: Updated ref PetscDS: Doc fixes PC+LU: Do not try to refactor an
Merge branch 'master' into arcowie-rem/feature-error-logging
* master: (393 commits) Bib: Update reference Mat: Doc fix Bib: Updated ref PetscDS: Doc fixes PC+LU: Do not try to refactor an already factored matrix Mat: Small fix for checking and docs Mat: Added MatSetFactorType() - Needed it when making a shell matrix look factored PetscDS: Added PetscDSUpdateBoundary() - Lets the user change the boundary condition single precision produces different convergence history p4est: has a dependency on zlib - so handle it correctly Add -mat_mffd_complex to use the Lyness complex number trick to compute J_u * v instead of differencing. Replace VecWAXPY by VecAXPY if needed Revert "Replace VecWAXPY by VecAXPY if needed" Replace VecWAXPY by VecAXPY if needed MatHermitianTransposeGetMat and MatCreateVecs ex19: Updated test filter to avoid false positives. DM: Improved Global-To-Natural docs Suggested-by: Josh L <ysjosh.lo@gmail.com> Do not build shared openblas when doing static build Upgrade OpenBLAS to 0.3.3 test: add alt output file for changes in OSX-10.14 and Xcode-10.0 [perhaps related to ML] ...
Conflicts: src/vec/is/utils/vsectionis.c
show more ...
|
| f0187737 | 23-Oct-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
circle includes with petscoptions and petscsys
Commit-type: bug-fix Reported-by: jenkins |
| 57148977 | 23-Oct-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/use-complex-for-mffd' [PR #1189]
* barry/use-complex-for-mffd: Add -mat_mffd_complex to use the Lyness complex number trick to compute J_u * v instead of differencing. Requires c
Merge branch 'barry/use-complex-for-mffd' [PR #1189]
* barry/use-complex-for-mffd: Add -mat_mffd_complex to use the Lyness complex number trick to compute J_u * v instead of differencing. Requires complex number build of PETSc
Thanks to: Oana Marin <oanam@mcs.anl.gov>
show more ...
|
| 16413a6a | 22-Oct-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Complete support for individual PETSc objects to use their own options database with PetscObjectSetOptions()
Commit-type: feature, example Reported-by: "Blondel, Sophie" <sblondel@utk.edu> |
| 27821aea | 22-Oct-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/python3-futurize' [PR #1122]
Merge announces support for Python 3.4+ in changes/dev.html.
* jed/python3-futurize: (44 commits) gmakegentest: avoid prefix matching in regex dm
Merge branch 'jed/python3-futurize' [PR #1122]
Merge announces support for Python 3.4+ in changes/dev.html.
* jed/python3-futurize: (44 commits) gmakegentest: avoid prefix matching in regex dm tests ex23.c: fix test args: -one -two -three gmakegentest: more fixes gmakegentest: fix processing of arguments containing number followed by "-" gmakegentest: always loop over nsize; Python-3 fixes python3: add in a python-3.4 test python: fix build on osx/opensolaris - where 'RANLIB=ranlib -c' i.e with a space.. python3: fix --download-ptscotch error configure: glob() gets executed early - whereas we need to get file list later [after 'make all' or equivalent] so revert back to using shell to get file-list python3: map() requires a list modifier for this usage. python: replace ModuleNotFoundError a python3.6+ feature with ImportError config: call setup to ensure that debugLevel is set nightlies: switch linux-pkg-dbg-ftn-interfaces to python3 config: enable Python-3 config: urllib/urlparse updates for Python-3 compatibility config fblaslapack: use isIBM instead of manual test python: replace commands with subprocess Fix LOCDIR paths generateetags.py: switch from commands to subprocess; unicode fix python: don't import commands when it isn't used ...
show more ...
|