History log of /petsc/src/mat/interface/matrix.c (Results 1876 – 1900 of 3231)
Revision Date Author Comments
# bda54297 25-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge since rebase broken

Hg-commit: ddf47f56bccfe3ffc416e5991da06dd471c34be2


# 9333f814 24-Sep-2011 Jed Brown <jed@59A2.org>

Add note about MatCreateTranspose to MatTranspose man page

Hg-commit: 6e4e3d1a4deb076a368d0934e3db5bf01b5ca51b


# caa2e8a4 16-Sep-2011 Jed Brown <jed@59A2.org>

Finish renaming MatNullSpaceAttach() to MatSetNullSpace()

Hg-commit: 42e49e05671e79ac321596e57caba73e5773b5d3


# 6d434a30 08-Sep-2011 Jed Brown <jed@59A2.org>

merge from 3.2

Hg-commit: 31af1635d5290ddab9b25370ed558f209984fe18


# 10e2c8a4 08-Sep-2011 Jed Brown <jed@59A2.org>

merge

Hg-commit: 02f622a4a7066d25379cc181276e6ae077f08cac


# eb0395db 07-Sep-2011 Satish Balay <balay@mcs.anl.gov>

merge from 32

Hg-commit: a6cf9aa9bfe3165ebbaa1b2e3d982001b2b3a0e6


# 2bd2b0e6 07-Sep-2011 Satish Balay <balay@mcs.anl.gov>

add level info in manpages

Hg-commit: 3bba9593b9f6541d89b764edd2655e02309f98e3


# 372a11c8 27-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d8a366d801f6fc7a3802f50988decbbbc92b6440


# 71fde267 27-Aug-2011 Mark F. Adams <mark.adams@columbia.edu>

still added bs=6 support in PC PBJACOVI, de-hardwired ex56's pc type and added support for Prometheus.

Hg-commit: c3d4ed72507655711f0d8593c65c9b78f65c4cd3


# 35d58354 27-Aug-2011 Jed Brown <jed@59A2.org>

Do not try to convert to MATSAME when mat->ops->duplicate is not implemented, actually use the same type as the other matrix, which will probably end up resorting MatConvert_Basic()

Hg-commit: 14c2c

Do not try to convert to MATSAME when mat->ops->duplicate is not implemented, actually use the same type as the other matrix, which will probably end up resorting MatConvert_Basic()

Hg-commit: 14c2cf5fa4cfe07015fbd2f92bb4b4a756a6f8bb

show more ...


# 3194b578 26-Aug-2011 Jed Brown <jed@59A2.org>

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in the class.

Hg-commit: 322958b27c7d8b12f5de95b143f4ac840fe2458c

show more ...


# 717e37fc 23-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

improvemensts to draw viewer
new vecstride operation
cleaer docs for MatGetOwernshipRangeColumns()

Hg-commit: db4bbca5637e0efb5350ba3506a735afecc63747


# bda8bf91 18-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed bad merge

Hg-commit: d81cbcaf7d9958449fb47f9094433f68325f8ffd


# cd723cd1 18-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

lots of fixed for nightly build

Hg-commit: 2a2d0cde08a4182a8c0c4b22619801648220ba54


# b35a58c1 18-Aug-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: 57a939f6a8380c8e7b5c9aa7c5851802805697c0


# ec0d0771 17-Aug-2011 Matthew G Knepley <knepley@gmail.com>

Fixed up MatSetValuesBatch() and now KSP ex4 verifies

Hg-commit: a7329fdf61e83d066cba0b54f0e193636ad4d3f4


# bf1048b3 17-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9db8ce5d1752c7b2dc1f675d198df901278cd5a5


# 37868618 17-Aug-2011 Matthew G Knepley <knepley@gmail.com>

Added MatSetValuesBatch()
- The idea is to extract parallelism here, analogous to MatSetValuesBlocked()
- The default implementation just does a loop over MatSetValues() calls

Hg-commit: 5b195adbe6e

Added MatSetValuesBatch()
- The idea is to extract parallelism here, analogous to MatSetValuesBlocked()
- The default implementation just does a loop over MatSetValues() calls

Hg-commit: 5b195adbe6eb86917bc786cd1579c07684d7579e

show more ...


# b3936283 12-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 023d6c6af2b31621eff92a00274d614b53ecfb4b


# 8fed605b 11-Aug-2011 Jungho Lee <julee@mcs.anl.gov>

Commit after merge

Hg-commit: 7f48dd4b1e198216fbda86e3334f09b8817f9bd6


# 3564f093 10-Aug-2011 Hong Zhang <hzhang@mcs.anl.gov>

polish fftw.c

Hg-commit: 7abd81608fc5aaaa3dec4892ee6f15e6d9cae025


# 1c2dcc2f 09-Aug-2011 Matthew G Knepley <knepley@gmail.com>

Added diagnostic events for MPI GPU assembly

Hg-commit: 6fd28bcdd5a754c7668c1927023c38371affe8ab


# 1c001b75 07-Aug-2011 Mark F. Adams <mark.adams@columbia.edu>

itrying to check this in again. Added smoothed aggregation to PC GAMG, no really working.

Hg-commit: b0df5e777baf74893ca1df5fe9447ed4d19891a1


# e655b608 05-Aug-2011 Peter Brune <brune@cs.uchicago.edu>

merge

Hg-commit: 51248f62f2a5209585746c0bcf900565a4b48480


# 75acc048 04-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

updated projects with MatSOR for bs > 1 with AIJ

Hg-commit: 81fb9399c7942e43c3c3270bb6102dffb164e5b6


1...<<71727374757677787980>>...130