History log of /petsc/src/mat/impls/baij/mpi/mpibaij.c (Results 951 – 975 of 1562)
Revision Date Author Comments
# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# ff219bfb 27-Apr-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 1f5ce9b1fa7762a7d57e66fe241c05a915d43e19


# 144a5400 27-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 8d322fa576f27e4d2899c6591dae183d7d19e229


# e67cd1d8 27-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: e05999577f586bbfd422ed428dbd7031667ceffe


# 450b117f 26-Apr-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Fixed mumps cholesky for seqaij.
Started working on adding baij support for mumps.

Hg-commit: 9008c74d05738dbcad86f8abd3e788f8c40ce31b


# f0eb1ee0 12-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


# 0700a824 08-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

changed cookie to classid cause that is what it is.

Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1


# d5f3da31 07-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field is

Hg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c


# 59874860 14-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 88a2301e7919a0b8fe0135db14186420f5ff516c


# 73a00fbb 10-Mar-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: a2d6532a31fdfaf1e84dbee5e3d61f6339fc0040


# f3da1532 09-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

only files that need it get petscblaslapack.h included because it conflicts with prototypes included with some external packages.

Hg-commit: 9b075c74df17031ee2599abf4807903f0312acd0


# 6c7e564a 09-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

petscblaslapack.h now included by petscsys.h
some fixes to builder.py

Hg-commit: 56bbc3637d96c6c99b427f2d14f38bcf58262255


# 0d2fba3e 09-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# 28842d8c 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ee73705a045ef5d04e074e8534eb7e0fbaa08e1b


# 5f5f199f 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over t

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over the place because included by petsc.h

Hg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce

show more ...


# 7c8d163b 27-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 577f8e905a53f5af388774ffd68ecb7c31bdd5b2


# e60cf9a0 26-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed a bunch of assignments of integer to 0. mistake I made a few days ago adding the .

Hg-commit: cc599b11a9988dfcfd6326b284afa5d15897575c


# e06f6af7 25-Jan-2010 Jed Brown <jed@59A2.org>

spelling in comment

Hg-commit: ea48b3cbb8d732c7c59bad08d7aaa5f1b06a25fc


# 533163c2 24-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

cleanup of fixing to use PetscMallocN() for several files

Hg-commit: 034d2c9aed500ffeb96719bf62a7244197f9fd01


# fca92195 18-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed more PetscMallocN()

Hg-commit: 3c1037eb13b06583c4283e19775d04453a30484c


# bd1d354f 14-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: dd462db7e4ad3308318d8e64ab6973227cdc8afe


# e21f6e24 13-Nov-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: d73959821bdcc68517c7de8556b4cef4a4b3ce07


# e8d12d9d 13-Nov-2009 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 366b569f7ac12955ed5fd9ea6b0a56cfb51a84d1


# 829b6ff0 12-Nov-2009 Jed Brown <jed@59A2.org>

Fix inconsistent block sizes for MPI matrices (was causing test failure)

Also added check to PCFieldSplit.

Hg-commit: 34f38ed91e8147575c1d6e90a9f3e741afc2667b


# 71fd2e92 11-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

added check on PetscValidScalarPointer() to all the MatSetValues_() routines to check for non-double aligned

Hg-commit: 1f2e574d0828af632142de782d665f4dded95c8f


1...<<31323334353637383940>>...63