History log of /petsc/src/mat/impls/aij/mpi/mpiptap.c (Results 451 – 475 of 581)
Revision Date Author Comments
# d16ca5f0 30-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

add fill info in MatPtAPSymbolic_MPIAIJ_MPIAIJ()

Hg-commit: 42b6a26a56fee0ed66b301ef6c177b778d1d1905


# 56233b4f 29-Nov-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 57a3e065de00a536533f045029956c5932bff43f


# a1a4e84a 29-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

set new implementation of MatMatMult for mpiaij matrix as default; rename few variables in Mat_PtAPMPI

Hg-commit: 62706fc8fc50ff72272194d5221dbb6b013f3b6d


# 598bc09d 28-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

add a new implementation of MatMatMult() for mpiaij matrix - much faster than previous implementation

Hg-commit: 80be0c15ec50fc351759d3021a80d1b58e8f36c2


# d9f92d78 21-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 02e72cd24f43c7653870c99ff8bf13bb9d393bdc


# e900a757 21-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

minor optimization of MatPtAPNumeric_MPIAIJ_MPIAIJ()

Hg-commit: 999a23802f75586b036ea990bfa883da3385d79b


# 732eb87e 18-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 2d2b9f248c6c3d688fabe4b2acc9e70e3c035ff9


# f8487c73 18-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

cleanup MatPtAPxxx() for mpiaij matrices - replace containers with struct

Hg-commit: 374accd45f49d5a28b1436f553d4b2d1378fdf9b


# edfb2200 18-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1e16751e523d9647ac8f5ab9fe3ad3f9400573e7


# a9d06231 18-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

cleanup MatPtAPSymbolic_MPIAIJ_MPIAIJ()

Hg-commit: 9a76d3b21f2e986a014a62d6f32648839044dbd8


# f9473cf7 18-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

continue optimize MatPtAPNumeric_MPIAIJ_MPIAIJ(): computing Cseq

Hg-commit: 58228933278d80b292e921bfe53651d7a4c2beed


# d96502ba 17-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6e657c7680cda6668f53e0e35a4d9ca58f8211f3


# 0496f32c 17-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

add case sparse_axpy=0 to MatPtAPNumeric_MPIAIJ_MPIAIJ() for optimization

Hg-commit: 5d7d6193a6523df2b54be7def5ac75cee2cfb445


# 1d633602 16-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

add ONE dense axpy to MatPtAPNumeric_MPIAIJ_MPIAIJ()

Hg-commit: 63cbfa225d41d17308605aa45e6dcfb219539422


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

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

Hg-commit: 8b12afa1931080f94d5efc78eba78580324579e8


# 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


# 4a2b5492 31-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed MatGetLocalMatXXX() to use MatMPIAIJ....() names and add check for correct matrix type in MatGetLocalMatCondensed()

Hg-commit: 7120c6eae677a03ac8adc6ba63982a8e8bec3dff


# 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


# dce485f0 21-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

added KSPReset()
changed PCDestroy() to use PCReset()
changed VecDestroy() and MatDestroy() to zero pointer

Hg-commit: e3a0adf50e88a7c67465681b9f8393abb75b1cda


# 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 ...


# 09573ac7 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed all EXTERN to extern the CAPS served no purpose

Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c


# 65e19b50 11-May-2010 Barry Smith <bsmith@mcs.anl.gov>

the last work I will do on reformatting use of SETERRQX() and passing in the appropriate comm; I am bored to tears

Hg-commit: 9e0ef782022dbdc055a74473b60f135ee06122ac


1...<<11121314151617181920>>...24