History log of /petsc/include/petscmat.h (Results 1176 – 1200 of 2308)
Revision Date Author Comments
# 713ccfa9 02-Jun-2012 Jed Brown <jed@59A2.org>

Make MatInvertBlockDiagonal return const because the user is not intended to modify this copy

Hg-commit: a86c8fe2e1845e1ac77307240b83c5ed8b8aca08


# 10e9db80 30-May-2012 Paul Mullowney <paulm@txcorp.com>

Pulled in changes from petsc-dev. make tests passing. Everything looks good.

Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25


# bbf3fe20 30-May-2012 Paul Mullowney <paulm@txcorp.com>

Code for setting matrix data via MatSetOption/MatSetFromOptions is working.

Hg-commit: 32aee254a63d1b8a7e35b24855ebc647d510e965


# ca45077f 25-May-2012 Paul Mullowney <paulm@txcorp.com>

Code for setting Matrix Storage types (via SetOption, SetFromOptions) appears to be working correctly. Also, I now have MatMultTranspose(Add) working for CUSPARSE type so one can do least squares kry

Code for setting Matrix Storage types (via SetOption, SetFromOptions) appears to be working correctly. Also, I now have MatMultTranspose(Add) working for CUSPARSE type so one can do least squares krylov solvers (lsqr) via PETSc on GPUs.

Hg-commit: db11b8fc0ec0bbe2daeb9fbcbcf6c2bcc2385d4b

show more ...


# 8f1be1ba 04-Jun-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b6288000eb19ebe906b5d56941e71f07fd808fb3


# 233d8684 02-Jun-2012 Jed Brown <jed@59A2.org>

merge from release-3.3

Hg-commit: b957d7fb681d04f0e5a88c2d3c1e997664056cdc


# 85451071 24-May-2012 Barry Smith <bsmith@mcs.anl.gov>

removedMatScaleSystem() and MatUnscaleSystem() since they are never used (and confusing).

Hg-commit: 68ac9ef26bce6c77fd63c90d793869c24ca4006c


# 014dd563 16-May-2012 Jed Brown <jed@59A2.org>

Add --with-visibility, all public symbols are marked with PETSC_EXTERN

Hg-commit: 91d6ccc58aec44b109582d7decb1c094fd081024


# e5996a9a 15-May-2012 Paul Mullowney <paulm@txcorp.com>

updated and merged from petsc-dev

Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f


# 9ae82921 11-May-2012 Paul Mullowney <paulm@txcorp.com>

Lots of changes. Also addign new files for cusparse matrix type.

Hg-commit: d2f118b395b24fdc836f857e3f221f6c0c9eca58


# 4e4c7dbe 07-May-2012 Stefano Zampini <stefano.zampini@gmail.com>

Added block size to MatCreateIS and MatGetVecs_IS function. MATIS code modified accounting for changes.

Hg-commit: a942f19a37c94cb8bc154e61416dbd65cd16b4ab


# 2274620b 30-Apr-2012 Mark F. Adams <mark.adams@columbia.edu>

added MatSet[Get]BlockSizes.

Hg-commit: 2b256a2808b1d92f504a512b9f9dfc98e2a84aa4


# fdc38fec 24-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

removed polymorphic functions

Hg-commit: 26715ea791312df23dddc9e03ece27d69fc42d2c


# 8aa97da3 03-Apr-2012 stefano_zampini <stefano.zampini@gmail.com>

Commit after merge

Hg-commit: 8c5e601e00cdfb6d35c8d12ba9952a5d3a8ea1b8


# f6f15a3c 03-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 11e6f4cbc3a2c355cf31e83fedaffd7ba4c09a58


# 009ec7a5 02-Apr-2012 Jed Brown <jed@59A2.org>

Add near null space operations

Hg-commit: d571e74a2045f867c385653e6c9505b53dfd847e


# 1e925a2a 31-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f6aed7d72960c6c9e84364fd0396451fe2ae7a26


# eabe889f 31-Mar-2012 Lisandro Dalcin <dalcinl@gmail.com>

Remove MatPreallocateSymmetricInitialize(), use MatPreallocateInitialize()

Hg-commit: bea056c2e0f9d64da827b5c6ac1246a3353c2d65


# 48a213a2 30-Mar-2012 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: c3d6c3760f7b91526304d9212d4a7a4fc2a2198e


# a94c3b12 30-Mar-2012 Mark F. Adams <mark.adams@columbia.edu>

removed hardwired PREONLY for coarse grid in GAMG, added code to remove BC vertices from eigen estimates, fixed memory leak.

Hg-commit: 0d8585d34de55b50e1e78eae570df6d0830432b4


# 0657493a 27-Mar-2012 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: 8bbde4c6a68210736fec1b806d9ca592257e9fc9


# 90431a8f 26-Mar-2012 Hong Zhang <hzhang@mcs.anl.gov>

Renamed MatMerge_SeqsToMPI() to MatCreateMPIAIJSumSeqAIJ(); Renamed MatMerge() to MatCreateMPIAIJConcatenateSeqAIJ()

Hg-commit: 24f46f7b98f555b1e552573a5bd3ac3737ff4f2b


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# 41b27cde 24-Mar-2012 Mark F. Adams <mark.adams@columbia.edu>

fixed name space issues in GAMG. removed COMM_WORLD from GAMG.

Hg-commit: b1945674a7451f21aa82e583c1f48746b98e8a87


# 3055ceab 24-Mar-2012 Jed Brown <jed@59A2.org>

merge

Hg-commit: cc9571ee4d93c69842091fbe7ca13cc12172be7a


1...<<41424344454647484950>>...93