| #
3475c22f
|
| 15-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
if () test was on wrong work array
|
| #
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
|
| #
f361c04d
|
| 15-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Memory allocation error where space is allocated MatMult_SeqBAIJ with a space shorter than that needed in MatSOR_SeqBAIJ
Reported-by: Stephan Kramer <s.kramer@imperial.ac.uk>
|
| #
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()
|
| #
aaa97d30
|
| 23-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/mataxpy-subsetcleanup'
|
| #
c94a748e
|
| 21-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-options-default'
Conflicts: src/ksp/ksp/examples/tutorials/ex52.c
|
| #
31ce2d13
|
| 20-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm xtoy, XtoY, previously used for MatAXPY, case SUBSET; add a test contributed by Jose Roman
|
| #
8afaa268
|
| 13-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
update use of PetscOptionsBool() to not rely on default setting automatically
|
| #
bdf6f3fc
|
| 10-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
rename MatCreateMPIBAIJConcatenateSeqBAIJ() to MatCreateMPIMatConcatenateSeqMat()
|
| #
81bf3e96
|
| 07-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
mv struct 'Mat_Redundant' to '_p_Mat’ for simplify codes
|
| #
ee2838f6
|
| 30-Sep-2014 |
Toby Isaac <tisaac@ices.utexas.edu> |
Merge branch 'tisaac/feature-fe-geom-dim' into tisaac/plex-flexible-projection
Use the new PetscFECellGeom
Conflicts: include/petscdmplex.h include/petscfe.h src/dm/impls/plex/plexfem.c
|
| #
de4b53eb
|
| 29-Sep-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatGetRedundantMatrix_MPIBAIJ() -- almost same as MatGetRedundantMatrix_MPIAIJ()
|
| #
647a6520
|
| 27-Sep-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
MatCreateMPIBAIJConcatenateSeqBAIJ() works for bs>1
|
| #
ca3142fd
|
| 26-Sep-2014 |
Mark Adams <mfadams@lbl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc into mark/ex49-bs
|
| #
96a74ce7
|
| 24-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/docs-matblocksize'
|
| #
bb7ae925
|
| 19-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added test to manual pages clarifying what row and column Mat blocksize actually mean someone added them without any regard for how confusing it would be to users
|
| #
2cbc3277
|
| 08-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
58030fe3
|
| 07-Aug-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/mataxpy-bugfix' into maint
|