| #
9118fc56
|
| 26-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-damp-not-one-pcapplyrichardson'
|
| #
7618403b
|
| 26-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-iscoloring-create'
* knepley/fix-iscoloring-create: IS: Fix typo ISColoring: Added PetscCopyMode argument to create IS: Create a types header, and moved most structs
Merge branch 'knepley/fix-iscoloring-create'
* knepley/fix-iscoloring-create: IS: Fix typo 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
show more ...
|
| #
aaf3ff59
|
| 23-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
ISColoring: Added PetscCopyMode argument to create
|
| #
01e13f73
|
| 23-Dec-2014 |
Matthew G. Knepley <knepley@gmail.com> |
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
|
| #
955c1f14
|
| 22-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
-ksp_richardson_scale was ignored when PCApplyRichardson() was used Fix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warning
Reported-by: Mark Adams <mfadams@lbl.gov>
Fixed
-ksp_richardson_scale was ignored when PCApplyRichardson() was used Fix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warning
Reported-by: Mark Adams <mfadams@lbl.gov>
Fixed missing carriage return in uses of PetscInfo() and missing ierr CHKERRQ() usage
show more ...
|
| #
f3dba24c
|
| 15-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/error-print-options'
|
| #
92e8f287
|
| 13-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
when unavailable LU or Cholesky is selected print error message now contains pointer to website with list of possible choices
|
| #
909a08a4
|
| 28-Nov-2014 |
Michael Lange <michael.lange@imperial.ac.uk> |
Merge branch 'master' into mlange/refactor-plex-distribute
Conflicts: src/dm/impls/plex/examples/tests/output/ex12_1.out src/dm/impls/plex/examples/tests/output/ex12_2.out
|
| #
81e08676
|
| 11-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/dynamic-matsolverpackageregister'
Conflicts: src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
|
| #
18713533
|
| 08-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fix some syntax/missing variable declarations errors introduced in branch
|
| #
42c9c57c
|
| 07-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Moved registration of MatSolverPackages out of MatCreate_XXX routines into standalone system, this allows 1) more precise error message when a requested solver is not found 2) easier to add new solve
Moved registration of MatSolverPackages out of MatCreate_XXX routines into standalone system, this allows 1) more precise error message when a requested solver is not found 2) easier to add new solvers without touching basic PETSc matrix implementation files and the possibility of adding new solvers to the library after PETSc is installed or even at run time
show more ...
|
| #
6c30de3e
|
| 03-Nov-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/mat-redundant_sbaij'
|
| #
bdcddefd
|
| 03-Nov-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
b57271c5
|
| 31-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for input matrix with bs>1
|
| #
fced3c3f
|
| 30-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-setters'
|
| #
a593226b
|
| 29-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
call MatDestroy_Redundant from MatDestroy() instead of from MatDestroy_XXX()
|
| #
53cd1579
|
| 28-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm getredundantmatrix from matops; rename MatGetRedundantMatrix to MatCreateRedundantMatrix
|
| #
110bb6e1
|
| 28-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge MatCreateMPIAIJConcatenateSeqAIJSymbolic and xxxNumeric into MatCreateMPIMatConcatenateSeqMat_MPIAIJ()
|
| #
dff35f9b
|
| 28-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
MatGetRedundantMatrix() works for np=1
|
| #
b9c9c91a
|
| 28-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
MatGetRedundantMatrix() replaces all MatGetRedundantMatrix_xxx()
|
| #
2c7591d0
|
| 24-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix block size; intend to unify MatGetRedundantMatrix_XXX to MatGetRedundantMatrix()
|
| #
8e37d05f
|
| 23-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
updated PCFactorSetUseInPlace() to toggle and added getter
|
| #
b486a86a
|
| 13-Oct-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-configure-petsc-dep
* master: (210 commits) error out on special cases where DMLocalToGlobal_DA won't work remove unneed uses of local DM vectors and DMLoc
Merge branch 'master' into knepley/fix-configure-petsc-dep
* master: (210 commits) error out on special cases where DMLocalToGlobal_DA won't work remove unneed uses of local DM vectors and DMLocalToGlobalBegin/End in examples removed to prevent cut and paste repeats of their use openmpi: update to version 1.8.3 added more movies and pubs more movies MatGetDiagonalBlock() can be called before matrix is assembled added a couple more movies/images PetscLogEventGetId() was missing public prototype simply output from make streams benchmark test c2html: fixup so that C2HTML make variable is set [similar to cmake.py] chaco: current blas test does'nt work with Cray CC [which automatically links with blas] and linux - where -lm needs to be listed explicitly. Switch the test to check if we are using PETSc modifled chaco builddist: always install c2html/sowing argonne logo for users manual cover Remove PETSC_HAVE_CUSP_SMOOTHED_AGGREGATION, use PETSC_HAVE_CUSP instead. mpich: use older tarball with cygwin/gnu compilers updated information about packages PETSc can use in users manual Updated users manual to latest ANL Report format requirements mpich: update to mpich-3.1.3.tar.gz - remove -download-mpich-mpe [mpich no longer packages mpe] - remove -download-mpich-shared. It was added as a split from --with-mpi-shared to --known-mpi-shared and --download-mpich-shared in 50237a55163f90ac7341b723c6422dfa1dbce792 removing this gives back the control of shared=0/1 to package.py - remove download_solaris as the new tarball works with both gcov and on solaris - remove MPICHInstall() [and use GNUPackage.Install()] as the new tarball fixes 'make clean' requiring sudo added more images and PETSc pubs Doc: More refs ...
show more ...
|
| #
4cd36409
|
| 11-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-matgetdiagonalblock' into maint
|
| #
9a966e2f
|
| 11-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-matgetdiagonalblock'
|