cannot call PetscObjectGetName() on a subset of the MPI processes
Merge branch 'maint'
MatView() with some matrix formats and ASCII_MATLAB did not print correct matrix nameReported-by: Michael Souza <souza.michael@gmail.com>
update to use Sowing 1.17fixed many documentation errors as well
moved PetscOptionsObject from global variable to local variable in functions
Merge branch 'barry/update-suitesparse-version'Conflicts: src/ksp/ksp/examples/tests/makefile
manual merge of conflict
mv include/finclude to include/petsc-finclude for namespacing in installs
Updated to support SuiteSparse 4.4.1added UMFPACK and CHOLMOD examples to test suiteupdated documentation to better unify klu,umfpack, and cholmodIn response to bitbucket issue 88Did not add CHO
Updated to support SuiteSparse 4.4.1added UMFPACK and CHOLMOD examples to test suiteupdated documentation to better unify klu,umfpack, and cholmodIn response to bitbucket issue 88Did not add CHOLMOD GPU support usage to --download-suitesparse yetReported-by: Sean Farley <sean.michael.farley@gmail.com>
show more ...
Fix MatrixMarket header formatPer the MatrixMarket specification<http://math.nist.gov/MatrixMarket/reports/MMformat.ps>"Header. the first line must follow the following template: %%Matrix
Fix MatrixMarket header formatPer the MatrixMarket specification<http://math.nist.gov/MatrixMarket/reports/MMformat.ps>"Header. the first line must follow the following template: %%MatrixMarket object format [qualifier ...]The first 15 characters must be `%%MatrixMarket` followed by at least oneblank. This is followed by an object type, a format type, and zero or morequalifiers."
Merge branch 'pr234/vasiliy_kozyrev/mkl_cpardiso'
Merge branch 'barry/fix-damp-not-one-pcapplyrichardson'
ISColoring: Added PetscCopyMode argument to create
IS: Create a types header, and moved most structs to the impl header- Layout should not be in the main header, but it is needed by some static functions
-ksp_richardson_scale was ignored when PCApplyRichardson() was usedFix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warningReported-by: Mark Adams <mfadams@lbl.gov>Fixed
-ksp_richardson_scale was ignored when PCApplyRichardson() was usedFix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warningReported-by: Mark Adams <mfadams@lbl.gov>Fixed missing carriage return in uses of PetscInfo() and missing ierr CHKERRQ() usage
Intel MKL Cluster Pardiso. Some fixes.
Intel MKL Cluster Pardiso. Work only Intel(R) Parallel Studio XE 2015
bugfix for MatConvertToTriples_seqaij_seqsbaij() as reported by Issue #81
Merge branch 'barry/remove-unneeded-paren-petscmalloc'Conflicts: src/mat/impls/baij/seq/baij.c
Merge branch 'hzhang/fix-matgetdiagonal-errflag'
typos
add error flags for MatGetDiagonal when user calls it for matrix factor of pastix
Merge branch 'barry/fix-matsetsize-matload' into maint
Merge branch 'barry/fix-matsetsize-matload'Conflicts: src/mat/examples/tests/makefile
1...<<101102103104105106107108109110>>...265