History log of /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c (Results 126 – 150 of 161)
Revision Date Author Comments
# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


# 8788fcb4 21-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 98f24f0f10f16cc0dccad4bf4c67244be6b442e5


# 6d0a4a0e 19-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatConvert_xxx_xxx() when user uses mpi format for sequential runs. Ref [petsc-dev] Failure converting MPIBAIJ -> MPIAIJ, Sun, Sep 18, 2011 at 5:19 PM

Hg-commit: 143491d1970242baaec82f3ab

bugfix for MatConvert_xxx_xxx() when user uses mpi format for sequential runs. Ref [petsc-dev] Failure converting MPIBAIJ -> MPIAIJ, Sun, Sep 18, 2011 at 5:19 PM

Hg-commit: 143491d1970242baaec82f3ab55545fd4379a5e9

show more ...


# 7037fc97 19-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: 58b11639468a9f0b0b163b4e0ffc28d6efca1c9e


# 04ce4bd4 19-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

merge from petsc-3.2

Hg-commit: 07774763ee5d4cba9fb0f5d4e3504cf5b2469911


# 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


# 40e43650 21-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 3c0ada216fd048f1d4ba20e7535afe3ca2893c94


# d7b97159 21-Apr-2011 Hong Zhang <hzhang@mcs.anl.gov>

adding missing lower triangular entries in diagonal blocks of MatConvert_MPIAIJ_MPISBAIJ()
bugfix of MatIncreaseOverlap_SBAIJ()

Hg-commit: 2b3dab7dd0b21d82f7ebf126a86ea89f5f29523d


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

commit after merge, some manual merges

Hg-commit: a60db41ebcbbb90ab0d02727666a69b6d3ee88a0


# 51a6ce93 20-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 7bfe1376f1432461d3e26c90cb5fbc8c082e5072


# 0ce45336 20-Apr-2011 Hong Zhang <hzhang@mcs.anl.gov>

copy Mat optins in MatConvert() instead of in MatConvert_xxx()
Add test for MatConverting_xxx_mpisbaij

Hg-commit: 6d8d6942c2dc7091bdac9b2eb9c5320f3965b209


# ad5247fd 20-Apr-2011 Hong Zhang <hzhang@mcs.anl.gov>

add MatConvert_MPIBAIJ_MPISBAIJ() contributed by Dahai Guo <dhguo@ncsa.uiuc.edu>
Not done yet: still missing lower triangular entries in the diagonal blocks

Hg-commit: 6a450bacd5b510218900e47b2bdf49

add MatConvert_MPIBAIJ_MPISBAIJ() contributed by Dahai Guo <dhguo@ncsa.uiuc.edu>
Not done yet: still missing lower triangular entries in the diagonal blocks

Hg-commit: 6a450bacd5b510218900e47b2bdf49413a628e23

show more ...


# 701b2c3f 17-Apr-2011 Hong Zhang <hzhang@mcs.anl.gov>

check flag A->symmetric in MatConvert_xxx_sbaij()

Hg-commit: 9ee4abdc344f826596c05604c4e6f1e09328aeba


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


# b5795a70 04-May-2010 Jed Brown <jed@59A2.org>

merge

Hg-commit: 1bac71635a5063209361ccd86cfde800f48e2930


# 2145e04f 03-May-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 096f427f51615a7c694c5aa4b3c5964c56ee02f4


# 27691634 03-May-2010 Barry Smith <bsmith@mcs.anl.gov>

files where people improperly did #include "gl.h" etc instead of putting in full path of include file
added python utility to generate directory of links to source code to allow simple builds of the

files where people improperly did #include "gl.h" etc instead of putting in full path of include file
added python utility to generate directory of links to source code to allow simple builds of the library or executable using the Apple Xcode gui

Hg-commit: bb8c6e6b14ea3909768b13a215b9d99f18fda547

show more ...


# 270e0e4f 24-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: e53821f6783bab6e6da73819955d892626fece60


1234567