History log of /petsc/src/mat/interface/matrix.c (Results 2126 – 2150 of 3231)
Revision Date Author Comments
# 59c4edf6 12-May-2010 Jed Brown <jed@59A2.org>

MatGetDiagonalBlock: missing else

Hg-commit: 2b70a707f4065d8fbaac38310ef6bbbeb203c2ec


# ac53348a 09-May-2010 Barry Smith <bsmith@mcs.anl.gov>

more fixing of badly formatted SETERRQ
fixed a bunch of SETERRQ() with PETSC_COMM_SELF to use correct communicator

Hg-commit: 57d5965aa89b7e0c92623954688d77d16a86d0f2


# 117b4b15 08-May-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a943693fc1dc75fc6929b1e3c8d2179e228e3223


# 5c7271fc 08-May-2010 Hong Zhang <hzhang@mcs.anl.gov>

merge from release

Hg-commit: 8c699f6a6218505c95a03ef0aafd2482968b6e16


# 997adca8 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

traceback error handler now prints one error message for all processes in the comm that was passed into PetscError() much less jumbled mess for parallel runs with simple errors.

Hg-commit: 6b164c2c6

traceback error handler now prints one error message for all processes in the comm that was passed into PetscError() much less jumbled mess for parallel runs with simple errors.

Hg-commit: 6b164c2c6479c139b8650eac8671895ebfdb507e

show more ...


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

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

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# e92e720d 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

MatGetFactor() no longer says no direct solver support when it cannot use ILU. It now prints the exact MatFactorType that you requested that it could not provide.

Hg-commit: af8fbb2ca5b8f71982f0912e

MatGetFactor() no longer says no direct solver support when it cannot use ILU. It now prints the exact MatFactorType that you requested that it could not provide.

Hg-commit: af8fbb2ca5b8f71982f0912e702ecd90d46e8669

show more ...


# dd2cd8d7 07-May-2010 Jed Brown <jed@59A2.org>

MatGetTrace: get rid of nasty PETSC_COMM_WORLD

Hg-commit: a5f6d517412ca5ffab39ccbe006d7eb1317e270c


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

Merge

Hg-commit: 1f5ce9b1fa7762a7d57e66fe241c05a915d43e19


# bf5b21d3 25-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: bfe14fc1c10a348d95f62b10a73037a938b09cb6


# b1f362f0 23-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed bad charactor that got into file

Hg-commit: 82bfd25d73eade8c618f858a0debbc08cf579b49


# 3475ff80 23-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge of patch to 3.1 that removed extraneous include "matimpl.h"

Hg-commit: cd6e3c721ebe97497a0385b2e30092de3c1f5f43


# 6335c336 23-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

factimpl.h had an include "matimpl.h" INSIDE a EXTERN_C_BEGIN block, removed the include completely
needed to add MatGetFactorType() to not require access inside the Mat struct

Hg-commit: 0bad2c2

factimpl.h had an include "matimpl.h" INSIDE a EXTERN_C_BEGIN block, removed the include completely
needed to add MatGetFactorType() to not require access inside the Mat struct

Hg-commit: 0bad2c2eef385e0f672b0cd77b13f9a4b2b54016

show more ...


# 2b9612e3 22-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 34af44ec3a390a8370e6ef8a309b0623ab97ccc0


# e2e64c6b 22-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

systematically changed use of phrase of ./config/configure.py to ./configure to have one consistent (and standardish) way of refering to it. Having two ways of refering to the same thing is confusing

systematically changed use of phrase of ./config/configure.py to ./configure to have one consistent (and standardish) way of refering to it. Having two ways of refering to the same thing is confusing and unneccesary

Hg-commit: fcd327f3f4fcb82c63cd1afe8da55ad84e8250f3

show more ...


# 2dbf7f67 22-Apr-2010 Jed Brown <jed@59A2.org>

Stricter MatSetOptions(): implementation must have been created to call MatSetOptions()

Formerly, options were silently ignored in this circumstance.

Hg-commit: 49de963276e104d263a7d02676c2b6f6813b

Stricter MatSetOptions(): implementation must have been created to call MatSetOptions()

Formerly, options were silently ignored in this circumstance.

Hg-commit: 49de963276e104d263a7d02676c2b6f6813b5f41

show more ...


# 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


# f9a2c96d 27-Mar-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: b27e7be9c09691d1f15f4d8d34f1b0fc4ac63ae4


# af8c88b6 24-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 76530b3bd33348a33ed1676aa7af10e463910250


# 0bc5a21f 18-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 045aff2cdf1c8bfea41e55a644b136c7e8952fcc


# bc68fb3d 18-Mar-2010 Jed Brown <jed@59A2.org>

merge MatPtAP error message from release

Hg-commit: 0b26ddd9fe593aad57612ba4d04d9b7f817d6e85


# 218355ec 18-Mar-2010 Jed Brown <jed@59A2.org>

Error message when MatPtAP is not implemented

Hg-commit: 7127f83300f9d3b766daff549f24a879896b5a10


# 01f7071b 17-Mar-2010 Lois Curfman McInnes <curfman@mcs.anl.gov>

not sure why i have a branch again

Hg-commit: aa9fa60812de2de6e902d263c1aa177a39791729


1...<<81828384858687888990>>...130