| #
59f778fa
|
| 07-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/get-factor-failure-information-from-mat'
|
| #
7b6c816c
|
| 03-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Added MatFactorGetErrorZeroPivot()
Time: 2 hours Reported-by: Glenn E Hammond <gehammo@sandia.gov>
|
| #
602cab1b
|
| 29-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/add-matshell-matgetdiagonalblock-fortran'
|
| #
c56a70ee
|
| 28-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Removed the use of PetscObjectQueryFunction() with with MatGetDiagonalBlock()
that I missed when I first converted MatGetDiagonalBlock() from a query function to a table function
Time: .3 hours Re
Removed the use of PetscObjectQueryFunction() with with MatGetDiagonalBlock()
that I missed when I first converted MatGetDiagonalBlock() from a query function to a table function
Time: .3 hours Reported-by: nightly tests
show more ...
|
| #
a5b7ff6b
|
| 26-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
add support for MatShellSetOperation(Mat,MATOP_GET_DIAGONAL_BLOCK, for Fortran
This required changing the handling of MatGetDiagonalBlock() from a query function based method to a regular method in
add support for MatShellSetOperation(Mat,MATOP_GET_DIAGONAL_BLOCK, for Fortran
This required changing the handling of MatGetDiagonalBlock() from a query function based method to a regular method in the function table
Time: .75 hours Reported-by: Steven Dargaville <dargaville.steven@gmail.com> Thanks-to: Dave May <dave.mayhem23@gmail.com>
show more ...
|
| #
54761ea3
|
| 14-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master
The maint patch for the given problem cannot merge cleanly into next due to changes in the same code in m
Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master
The maint patch for the given problem cannot merge cleanly into next due to changes in the same code in master (the introduction of MatFactorGetError()) therefor need to merge in master and use the new construct before merging to next
show more ...
|
| #
162a9882
|
| 11-Aug-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
Merge branch 'master' into psanan/pc-telescope-nearnullspace
|
| #
c86c4108
|
| 30-Jul-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into mark/snes-ex56
* master: (93 commits) Web: Added a tutorial typo rename X -> U sowing: update to version that creates manpage URLs for 'enum' types/values Increa
Merge branch 'master' into mark/snes-ex56
* master: (93 commits) Web: Added a tutorial typo rename X -> U sowing: update to version that creates manpage URLs for 'enum' types/values Increase patchlevel to 3.7.3 move runex3_3 to NOTSINGLE [ partial backport 9ed0bd76d5c329eb91401ebabfbd851446214e20 ] DMPlex: local coordinate vector should be a sequential vector DM: Name coordinate vectors in subdomain and restrict hooks tests: disable a couple of TS examples from single precision tests reduce TS ex12_2 output fix PetscFormatRealArray() to cast PetscReal in print statement to double so works for __float128 precision Vec: enable Fortran interfaces for VecGetLocalVectorRead and VecRestoreLocalVectorRead Bib: Added refs PCShell: man page fixes update handling of latex in example code to use https fix typo in isltog comment test: Avoid conversion of object <-> function pointer type [-Wpedantic] fortran: enable interface for VecGetLocalVector(), VecRestoreLocalVector() update citation for cmz2016 PCBDDC: silent compilation warnings from nightlybuilds ...
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
show more ...
|
| #
3d996552
|
| 19-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddc.c
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcfetidp.c src/ksp/pc/impls/bddc/bddcprivate.c src/ksp/pc/impls/bddc/bddcschurs.c src/mat/impls/is/matis.c src/mat/impls/is/matis.h
show more ...
|
| #
6d049f88
|
| 19-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/fix-matis'
Conflicts: src/mat/examples/tests/makefile
|
| #
8f7cc6c1
|
| 02-Jul-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
6e520ac8
|
| 21-Jun-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatIS: complete support for MatZeroRows for arbitrary specifications of rows
Added MatZeroRowsMapLocal_Private for code reusage between MATIS, MATMPIAIJ and MATMPIBAIJ Added ex23.c to test MATIS fun
MatIS: complete support for MatZeroRows for arbitrary specifications of rows
Added MatZeroRowsMapLocal_Private for code reusage between MATIS, MATMPIAIJ and MATMPIBAIJ Added ex23.c to test MATIS functionalities
show more ...
|
| #
cd62cc91
|
| 01-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/fix-matzerorowsaij-bug'
|
| #
02f61395
|
| 30-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Generate an error if code attempts to load a dense formatted matrix from disk into a sparse matrix
The error check was missing for some matrix types
Reported-by: Analabha Roy <hariseldon99@gmail.co
Generate an error if code attempts to load a dense formatted matrix from disk into a sparse matrix
The error check was missing for some matrix types
Reported-by: Analabha Roy <hariseldon99@gmail.com>
show more ...
|
| #
9ae29715
|
| 27-Jun-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Mat: use PetscLayoutCompare (results is logically collective) instead of the (local) test on the diagonal matrix sizes.
|
| #
bef83e63
|
| 23-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcprivate.c src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c
|
| #
7caaeba4
|
| 19-May-2016 |
barral <none@none.fr> |
Merge branch 'master' into barral/feature-dmplex-adapt
|
| #
3546dc83
|
| 17-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'jose/maint/tabs-print-class' into maint
|
| #
de18c742
|
| 16-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-parallel-mesh-load
* master: (59 commits) Increase patchlevel to 3.7.1 Fix manual page for MatGetTransposeNullSpace() remove unneeded use of PetscCon
Merge branch 'master' into knepley/feature-parallel-mesh-load
* master: (59 commits) Increase patchlevel to 3.7.1 Fix manual page for MatGetTransposeNullSpace() remove unneeded use of PetscContainer to hold iscoloring in SNESComputeNGSDefaultSecant() added SNESView for ngs, added options database to ngs manual page, removed dead routine gcov: enable in mpiuni test incorrect capitalization of an even name force same number of iterations for output of ml example changed output for ml example to not be machine dependent DMP4est: access data after setup SNESLineSearch_Apply was labeled with PETSC_EXTERN in one place but when declared this was not visible hence library build failed under Microsoft. Example had print statements of complex numbers Fix more errors in agmres for 64 bit integers builds: fix nampespase conflict with 'analyzer-buid' and checkBuilds.py gcov: add more packages to test add a couple of KSP that were not represented in testing gcov: enable more externalpackages for this test fixes for agmres for 64 bit indices, fix for findvisibleprivatefunctions to be portable for Mac and Linux get GAMG to get null space (more) fix c++ compile errors Add test example for kacmarz preconditioner since gcov indicated there was NONE ...
show more ...
|
| #
18790e9c
|
| 14-May-2016 |
Mark Adams <cal2princeton@yahoo.com> |
Merge branch 'master' of bitbucket.org:petsc/petsc into mark/gamg-nullspacefix
|
| #
93f203bf
|
| 14-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/cleanup-external-mat-solver-packages'
|
| #
95dc64fa
|
| 06-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
removed bstream code since it was not in nightly tests and broken
|
| #
35d70571
|
| 04-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcgraph.c src/ksp/pc/impls/bddc/bddcprivate.c
|
| #
3d3eaba7
|
| 08-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for issues found with clang static analyzer, mostly set but unused variables
Time: 1 hour
|
| #
89ae1891
|
| 07-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes found by clang static analyzer mostly set but unused variables plus a couple of true bugs
|