History log of /petsc/src/mat/impls/baij/mpi/mpibaij.c (Results 826 – 850 of 1562)
Revision Date Author Comments
# e655b608 05-Aug-2011 Peter Brune <brune@cs.uchicago.edu>

merge

Hg-commit: 51248f62f2a5209585746c0bcf900565a4b48480


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

updated PCPBJACOBI to work for AIJ matrices with set block size also

Hg-commit: 0e020f5b49d3e02ffdf403ba777ccbc6d0077bb9


# 42951b8f 27-May-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: c1943a07162526276566519aa6187052e11ecc3d


# 0e63999f 24-May-2011 Jungho Lee <julee@mcs.anl.gov>

commit after merge
:w!

Hg-commit: 252b7df528f9cdb484d150ba2d30e13a98447883


# 992144d0 15-May-2011 Barry Smith <bsmith@mcs.anl.gov>

moved localtoglobal mapping bmapping of matrices and vectors into the PetscLayout object

Hg-commit: 9101686a27a1dc39bda221d0212c5e4e16e2b091


# 1e1e43fe 14-May-2011 Barry Smith <bsmith@mcs.anl.gov>

various MatDuplicate_XXX() that previously used PetscLayoutCopy() now use PetscLayoutReference() to share the same layout.

Hg-commit: fd9a32ce98293ea5f22d7487fd95e4b6f875cb6c


# 2e72b8d9 21-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

changed preallocation in MatTranspose_MPIBAIJ() to use defaults so does not trigger error when wrong
changed preallocation in examples to defaults to not trigger error

Hg-commit: e929bb000a53e0e2df3

changed preallocation in MatTranspose_MPIBAIJ() to use defaults so does not trigger error when wrong
changed preallocation in examples to defaults to not trigger error

Hg-commit: e929bb000a53e0e2df34acc376da5f3a8f880afc

show more ...


# 2576faa2 21-Jan-2012 Jed Brown <jed@59A2.org>

Fixes for insertion error options.

Option should be set if "real" preallocation information was
provided. If PETSC_DECIDE was used, then do not error. The option is
inherited through a DisAssemble_*

Fixes for insertion error options.

Option should be set if "real" preallocation information was
provided. If PETSC_DECIDE was used, then do not error. The option is
inherited through a DisAssemble_* operation.

Hg-commit: e675ef955f926f7569d867832ae3d74f566041a1

show more ...


# 95742e49 19-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

changed docs about preallocating diagonal entries of matrix to only when planning to factor

Hg-commit: 62debd9818aa7a0dec4c1125f964afa7ec1bc5c4


# 5a262507 19-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: defcbc7d2f2fb488acee2669a22ffa3e39f10043


# 2b82e772 17-Jan-2012 Satish Balay <balay@mcs.anl.gov>

mat_view routines intentionaly set low preallocation - so also disable MAT_NEW_NONZERO_LOCATION_ERR

Hg-commit: edc5daef6e31f57103f93b02b118ea3971db190f


# 7827cd58 16-Jan-2012 Jed Brown <jed@59A2.org>

Preallocation routines set MAT_NEW_NONZERO_ALLOCATION_ERR

Hg-commit: 631dbd3be1c5a3778cfbb484eb5cec7d7e4571a3


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# 2a43252c 14-Dec-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 3ffbd222c172c8def9ba55c873d1877dfe302d7a


# 3861aac3 13-Dec-2011 Jed Brown <jed@59A2.org>

Add InsertMode argument to PetscTableAdd()

Hg-commit: 2cec7fc947c83dd32154ec42fd5ca5e989a3ecc5


# ea3926da 07-Nov-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 7e01025b11c859ecad5b4d890251c24e935a27b5


# b6a51c36 07-Nov-2011 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: 4afddb78e4d16b99952e891a10244a92ea0015ab


# 01bebe75 03-May-2011 Barry Smith <bsmith@mcs.anl.gov>

added MatRegisterBaseName() so that setting matrix type to BAIJ for example doesn't cause reset of matrix

Hg-commit: a4b44c64cb7a86f56eef479dfdd6ba26d266b203


# 11bd1e4d 28-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

API Change:[Mat] Remove iscopy,reuse from MatGetDiagonlBlock()

* Now it should return a borrowed reference.

* MATDENSE was updated to cache the the diagonal block

Hg-commit: dbddbea75f68dca2821e78

API Change:[Mat] Remove iscopy,reuse from MatGetDiagonlBlock()

* Now it should return a borrowed reference.

* MATDENSE was updated to cache the the diagonal block

Hg-commit: dbddbea75f68dca2821e7818ebd56b2b79bbbaf9

show more ...


# bf0cc555 27-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

MatDestroy(): cleanup the MatPreallocated() hack, fix all matrix types

Hg-commit: 8b12afa1931080f94d5efc78eba78580324579e8


# c0cdd4a1 27-Apr-2011 Dahai Guo <dhguo@ncsa.uiuc.edu>

#71395 Add new matrix formats (BSTRM and SBSTRM) that are good at prefetching.
Tested on IBM-P7 with MatMult with "cfd.2.10"

Hg-commit: bd4d42fd7f0b82ecaa07ce3480e86280567fd887


1...<<31323334353637383940>>...63