| #
2b26979f
|
| 17-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
update to use Sowing 1.17 fixed many documentation errors as well
|
| #
4653a54d
|
| 26-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/ksp-converged-reason-viewer
Conflicts: src/sys/objects/options.c
|
| #
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
|
| #
72e51967
|
| 30-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-unneeded-paren-petscmalloc'
Conflicts: src/mat/impls/baij/seq/baij.c
|
| #
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
|
| #
039eb774
|
| 18-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-matsetsize-matload' into maint
|
| #
00cf48c4
|
| 18-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-matsetsize-matload'
Conflicts: src/mat/examples/tests/makefile
|
| #
a614f736
|
| 17-Nov-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/mataxpy-subset-sbaij'
|
| #
854ce69b
|
| 15-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
convert some PetscMalloc() to PetscMalloc1() remove unneeded () in first argument to PetscMalloc/Calloc1() fixes for MATLAB examples
|
| #
ab784542
|
| 14-Nov-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of MatAXPY() with case SUBSET_NONZERO_PATTERN for sbaij matrix, see report by Jose Roman, Nov 11, 2014 This is on master branch (same fix was done on maint) to avoid too much conflict with mai
bugfix of MatAXPY() with case SUBSET_NONZERO_PATTERN for sbaij matrix, see report by Jose Roman, Nov 11, 2014 This is on master branch (same fix was done on maint) to avoid too much conflict with maint
show more ...
|
| #
6378abb2
|
| 14-Nov-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/hzhang/mataxpy-subset' into maint
|
| #
7b2ba04b
|
| 14-Nov-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of MatAXPY() with case SUBSET_NONZERO_PATTERN for sbaij matrix, see report by Jose Roman, Nov 11, 2014
|
| #
3059b6fa
|
| 13-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Allow setting the matrix block size with MatSetBlockSize() before calling MatLoad()
Reported-by: Steena M <stm8086@yahoo.com>
|
| #
81e08676
|
| 11-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/dynamic-matsolverpackageregister'
Conflicts: src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
|
| #
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'
|
| #
a593226b
|
| 29-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
call MatDestroy_Redundant from MatDestroy() instead of from MatDestroy_XXX()
|
| #
110bb6e1
|
| 28-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge MatCreateMPIAIJConcatenateSeqAIJSymbolic and xxxNumeric into MatCreateMPIMatConcatenateSeqMat_MPIAIJ()
|
| #
aae456db
|
| 28-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm MatGetRedundantMatrix_xxx()
|
| #
2c7591d0
|
| 24-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix block size; intend to unify MatGetRedundantMatrix_XXX to MatGetRedundantMatrix()
|
| #
083095a1
|
| 23-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
delete MatGetRedundantMatrix_MPIAIJ_interlaced() because it does not do better than MatGetRedundantMatrix_MPIAIJ() with psubcomm_type interlaced
|
| #
aaa97d30
|
| 23-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/mataxpy-subsetcleanup'
|
| #
fce8857e
|
| 23-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-ftn-custom-continuation' into maint
|