| #
ec957ece
|
| 04-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updated to new version of AMS; not tested
|
| #
cf22a14b
|
| 19-Jun-2013 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/mattransposematmult'
Conflicts: src/mat/examples/tests/makefile
|
| #
9a6158bf
|
| 19-Jun-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'barry/fix-PetscObjectPrintClassNamePrefixType'
* barry/fix-PetscObjectPrintClassNamePrefixType: update tests of src/mat/examples/tests/ex136.c Use classname in object for object na
Merge branch 'barry/fix-PetscObjectPrintClassNamePrefixType'
* barry/fix-PetscObjectPrintClassNamePrefixType: update tests of src/mat/examples/tests/ex136.c Use classname in object for object name when calling PetscObjectPrintClassNamePrefixType() instead of some string with less precise name passed in
Conflicts: src/snes/interface/snes.c
show more ...
|
| #
d6969976
|
| 13-Jun-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/mat-coloring'
|
| #
9e483975
|
| 13-Jun-2013 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Merge branch 'karlrupp/feature-viennacl'
|
| #
077f23c2
|
| 25-Apr-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
replace previous impl of '-matden2sp_brows >0' with the new one which only checks non-zeros of Cden in MatTransColoringApplyDenToSp_SeqAIJ()
|
| #
980ae229
|
| 25-Apr-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
optimize MatTransColoringApplyDenToSp_SeqAIJ() for the case '-matden2sp_brows -1'
|
| #
e88777f2
|
| 14-Apr-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup routines for MatTransposeColoring; set MatTransposeColoring->brows>0 as default
|
| #
f99a636b
|
| 13-Apr-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
implement MatTransColoringApplyDenToSp_SeqAIJ() with rowblock-wise sweeping which shows 40% faster for pflotran tests
|
| #
3b1b9624
|
| 02-Apr-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
enable reuse ARt for C=R*A*R^T
|
| #
8949adfd
|
| 11-Jun-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatTransposeMatMult_MPIAIJ_MPIDense
|
| #
e33c197d
|
| 11-Jun-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master.
|
| #
3bf78175
|
| 06-Jun-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
new dev on MatTransposeMatMult_aij_dense
|
| #
3bb1ff40
|
| 28-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
logging memory now credits to all ancestors
|
| #
ec5ad5e0
|
| 22-May-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'maint'
* maint: rm white spaces provide informative error message when MatGetMultiPorcBlock_xxx() is not supported
|
| #
eb5b6de8
|
| 22-May-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'hzhang/mat-multiprocblock' into maint
* hzhang/mat-multiprocblock: rm white spaces provide informative error message when MatGetMultiPorcBlock_xxx() is not supported
|
| #
dae58748
|
| 22-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Use classname in object for object name when calling PetscObjectPrintClassNamePrefixType() instead of some string with less precise name passed in
|
| #
3233f0dd
|
| 21-May-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
provide informative error message when MatGetMultiPorcBlock_xxx() is not supported
|
| #
d67ff14a
|
| 16-Mar-2013 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
ViennaCL: Added sequential AIJ matrix.
Compiles, 'make test' passes. Further testing required. Injects similar to PETSC_HAVE_CUSP into existing functions. A general concept for dealing with accelera
ViennaCL: Added sequential AIJ matrix.
Compiles, 'make test' passes. Further testing required. Injects similar to PETSC_HAVE_CUSP into existing functions. A general concept for dealing with accelerators is required here, but postponed after release 3.4. aijAssemble.cpp is a stub, also row-compressed CSR is not yet supported.
show more ...
|
| #
329d851f
|
| 13-May-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'barry/fix-xxxviewsetfromoptions'
* barry/fix-xxxviewsetfromoptions: *ViewFromOptions: update documentation, providing disabled man pages fixed bug where XXXViewFromOptions() used p
Merge branch 'barry/fix-xxxviewsetfromoptions'
* barry/fix-xxxviewsetfromoptions: *ViewFromOptions: update documentation, providing disabled man pages fixed bug where XXXViewFromOptions() used prefix of object rather than appropriate prefix of KSP or SNES
show more ...
|
| #
c55c6a9a
|
| 10-May-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
*ViewFromOptions: update documentation, providing disabled man pages
Most uses for these functions are to place diagnostics in the main execution flow rather than placing it in a normal *SetFromOpti
*ViewFromOptions: update documentation, providing disabled man pages
Most uses for these functions are to place diagnostics in the main execution flow rather than placing it in a normal *SetFromOptions function that is only executed once. This commit provides documentation because the old comments were incorrect, but does not generate man pages because we'd rather not encourage users to choose this interface.
show more ...
|
| #
146574ab
|
| 09-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed bug where XXXViewFromOptions() used prefix of object rather than appropriate prefix of KSP or SNES
|
| #
3ff4c91c
|
| 30-Apr-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
log events of symbolic and numeric mat-mat operations
|
| #
6a4bb4b0
|
| 26-Apr-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge bug fix/patch releases up to 3.2-p7 into maint-3.2
* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits) Fix PyPI download URL to help pip figure out the release version #1109
Merge bug fix/patch releases up to 3.2-p7 into maint-3.2
* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits) Fix PyPI download URL to help pip figure out the release version #110990 fix timestamp order for .so vs .a during 'make install' Update FFTW download Increase patchlevel to 3.2-p7 ...
show more ...
|
| #
1a34d164
|
| 26-Apr-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'jed/mat-restore-zeros'
* jed/mat-restore-zeros: MatRestoreRowIJ/ColumnIJ: zero pointers to catch accidental misuse MatRestoreRow: zero arguments after restore to catch accidental m
Merge branch 'jed/mat-restore-zeros'
* jed/mat-restore-zeros: MatRestoreRowIJ/ColumnIJ: zero pointers to catch accidental misuse MatRestoreRow: zero arguments after restore to catch accidental misuse
show more ...
|