History log of /petsc/src/mat/impls/baij/mpi/mmbaij.c (Results 176 – 200 of 332)
Revision Date Author Comments
# b1f6f9fc 23-Sep-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 866723830dfe0ff26ba0638381626709048310af


# e23dfa41 23-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

more updates on PetscTable

Hg-commit: 81961d54ed644345546c0aa2c889e2474eb971d1


# 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


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


# 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


# 6bc0bbbf 21-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

updated PetscTableDestroy() to new paradigm

Hg-commit: ac57dd2a39d9e719ebeec1c5179c4469b71a8d21


# 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


# 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


# c31cb41c 22-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

Hg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db

show more ...


# 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


# 784ac674 19-Nov-2010 Jed Brown <jed@59A2.org>

Distinguish row and column mappings for MatSetValuesLocal

Hg-commit: 71968a52236f04a9bab5e1d4a884aa59ef0c7cfd


# ebdbe881 03-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 408da9d97fba22d7285ddfd7e8a6e622299e2cce


# 6a719282 28-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

added MatConvert_MPIBAIJ_MPIAIJ()

Hg-commit: 07a6d4844d317b1ee3ce502b4597207ffccd81f3


12345678910>>...14