History log of /petsc/src/mat/impls/dense/mpi/mpidense.c (Results 676 – 700 of 1213)
Revision Date Author Comments
# 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


# d7465e05 16-Nov-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: b62c100e29b153a87bb3f834166c8f7035f06ea4


# 27d7f974 16-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8681ab1986b113b0fc0fe78ce50e9f23d4e2a330


# 3f83f0d9 16-Nov-2011 Matthew G Knepley <knepley@gmail.com>

Fixed problem in MATMPIDENSE, and compiler warning

Hg-commit: 7ed35655096e57e718f1421ddc42c8ddc5ede883


# 7f15d9d9 15-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 623f52c9b1ca5412d9a0d84c7827c8daba914fd2


# 8cdbd757 15-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

set C->ops->matmult in symbolic MatMatMult to skip dispatch in the case of MAT_REUSE_MATRIX

Hg-commit: dde2f4286cc0274d1a97fbab8c2e7bd50c541a10


# 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


# 0716a85f 29-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

made MatGetColumnNorms() a regular Matrix method

Hg-commit: e77bc61fd34680ee3143981502be4ad417d0c455


# 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


# 6f734d12 22-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 61b6cc96acc0cc3986bee2b963f8dd8e67acfa4f


# 8586f903 21-Apr-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

More fixes for XXXDestroy() change.

Hg-commit: 9e6b9abb7593acf83f476545eac2274f2f03f8df


# 3bd96682 21-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge, some manual merges

Hg-commit: a60db41ebcbbb90ab0d02727666a69b6d3ee88a0


# 7b23a99a 19-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

added PetscViewerASCIISynchronizedAllow()

Hg-commit: 1b3990b2f3be4ca192efd6709c3e10216cbc65e2


# 6bf464f9 18-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

converted rest of source code to take pointers into destructor reoutines. make test workds

Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3


# d9822059 16-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

finished basic support for __float128

Hg-commit: ae6323f37787bba35aaa6ab78aa53432011da446


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


1...<<21222324252627282930>>...49