History log of /petsc/src/mat/interface/matrix.c (Results 1776 – 1800 of 3231)
Revision Date Author Comments
# f7cf8827 06-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

added PetscCheckPointer to PetscValidPointer macros
fixed passing wrong comm to seterrq() what a waste of time tracking down Dmitry's bug

Hg-commit: 0ba7dad6944951e121539c3d28c1b69474df0172


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 8382e67f 26-Jun-2012 Paul Mullowney <paulm@txcorp.com>

committing after previous merge.

Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491


# f1301baf 25-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


# 566876ea 15-Jun-2012 Jed Brown <jed@59A2.org>

Add MatGetOwnershipIS() in preparation for Elemental interface that assembles arbitrary blocks

Hg-commit: 6cd4929d272f8c56c38c3e0b3132f60cabd49474


# 29dcf524 03-Jun-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Make MatGetSubMatrices_MPIXAIJ() error out on unsorted col indices. Disable broken MatPermute_MPIXAIJ(). This indicates a problem with MatGetSubMatrix_MPIXAIJ() with unsorted indices().

Hg-commit:

Make MatGetSubMatrices_MPIXAIJ() error out on unsorted col indices. Disable broken MatPermute_MPIXAIJ(). This indicates a problem with MatGetSubMatrix_MPIXAIJ() with unsorted indices().

Hg-commit: 6f7bc96353fea1dfc5aad18ee74e4f8a12fd99e8

show more ...


# 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


# 158b5388 04-Jun-2012 Jed Brown <jed@59A2.org>

merge release-3.3

Hg-commit: 5fedf93c78c2bdcaabc4b8ee7380a68199d19b3c


# 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


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

updated and merged from petsc-dev

Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f


# a213cbb1 15-May-2012 Mark F. Adams <mark.adams@columbia.edu>

reactivated inheritance of block sizes in MatGetSubMatrix methods with a fix of taking the block size from the IS.

Hg-commit: f497b269393bfde79ad711ca7edb9bdcec8ad83b


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

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

Hg-commit: d2f118b395b24fdc836f857e3f221f6c0c9eca58


# 10159d0c 06-May-2012 Matthew G Knepley <knepley@gmail.com>

Removed check on ncols from MatRestoreRow()

Hg-commit: 0e365b9f93745fdc883fbbb9fe0db062c63d8afd


# 9d1b15c3 02-May-2012 Mark F. Adams <mark.adams@columbia.edu>

removed old code for column block sizes in GAMG.

Hg-commit: 4ca60e8beaf3c684480d127e797f44d7b491ceb3


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

added MatSet[Get]BlockSizes.

Hg-commit: 2b256a2808b1d92f504a512b9f9dfc98e2a84aa4


# 251f4c67 27-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# f5ae0907 26-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

dead global variables whould have been removed when macro changed to in line function

Hg-commit: d06cfc99078494fb1858d3ea56075bc231da15a0


# dd7fc2c8 09-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

MatSetOption() no longer requires Mat preallocation/setup to have taken place

Hg-commit: 0df01447dc2284fb8bcb2dbaa74633dff06d0835


# 535b19f3 08-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

removed processing of -mat_block_size from MatXXXSetPreallocation() routines moved to MatSetFromOptions()
fixed various locations that reset blocksize after Mat was setup

Hg-commit: 253c882709a78d62

removed processing of -mat_block_size from MatXXXSetPreallocation() routines moved to MatSetFromOptions()
fixed various locations that reset blocksize after Mat was setup

Hg-commit: 253c882709a78d627d884888fbdb4a7528173c93

show more ...


# f73d5cc4 08-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

MatSetSize() called after MatSetUp() is now forbidden even for Dense matrices
MatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matrices
Fixed vec nest example that

MatSetSize() called after MatSetUp() is now forbidden even for Dense matrices
MatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matrices
Fixed vec nest example that pushed format that prevented values from being printed

Hg-commit: 80ec81eb9db92735994e950eda2d2db6657bb6cb

show more ...


# ad74a23b 08-Apr-2012 Jed Brown <jed@59A2.org>

merge PGMRES

Hg-commit: 2ed7d2b653d8d756e316e1b5a6232b04c6c99601


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