History log of /petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c (Results 876 – 900 of 1029)
Revision Date Author Comments
# 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


# 2a3bff48 21-Dec-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: b8cdf5bf2c467a6da9eec266fd65c2a7a563ee51


# f6b92668 19-Dec-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 79ab56f0aeac104a14b83a6ccc7c1886be13279e


# 12cae6f2 10-Dec-2009 Jed Brown <jed@59A2.org>

Some checks to prevent errors (and SIGSEGV) on KSPView before KSPSolve

Hg-commit: dd343a4b1bbb7912f5199661edcde70891dde62e


# 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


# 8a31d241 17-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed up bad #if !defined(__FNORM in a bunch of new fxxxx.h headers

Hg-commit: e4f7d048668222896b45e4296bf4a151702b411e


# 2d0b4cb3 17-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: df1ddc3c1dde73a02fe57cd49cb672f5616a135d


# cd5f4a64 17-Jul-2009 Jed Brown <jed@59A2.org>

Default preconditioner for PC_FIELDSPLIT_SCHUR_PRE_SELF, update runmp_{9,10}

Hg-commit: b8c84e92f399c87a2225c8924d83ed839b748b0f


# fe3d41f3 16-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 3e5cf1e37d7dabb9487162ad39bf74da7949ccd9


# 17c590b4 16-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 114e3e9df1192ab0110929a34523a588e1d0c18b


# 6c8605c2 15-Jul-2009 Jed Brown <jed@59A2.org>

Remove fieldsplit code to handle case where MatGetSubMatrix not available

It is always available due to Mat_SubMatrix.

Add test for this behavior.

Hg-commit: 50fa66e0a145b79b321b950e5309b08a845fae

Remove fieldsplit code to handle case where MatGetSubMatrix not available

It is always available due to Mat_SubMatrix.

Add test for this behavior.

Hg-commit: 50fa66e0a145b79b321b950e5309b08a845fae15

show more ...


# 3e73264c 11-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c57257d2c1d5b12b512f878914349c76bc035f0f


# af93645b 09-Jul-2009 Jed Brown <jed@59A2.org>

Remove unused bs locals in PC_FieldSplit

Hg-commit: 936ac5e4216346914574d91249a99b9ff5c9e9ab


# bd878097 30-May-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c3942d28fa9cd1afc015514900594c08526a3582


# 519d70e2 29-May-2009 Jed Brown <jed@59A2.org>

Use of diagonal of the real matrix (not just pmat) in PCFieldSplit.

Currently just -pc_fieldsplit_real_diagonal, can add API once we're
sure this is how to do it.

Hg-commit: ec7f62ce64000c6ee45e534

Use of diagonal of the real matrix (not just pmat) in PCFieldSplit.

Currently just -pc_fieldsplit_real_diagonal, can add API once we're
sure this is how to do it.

Hg-commit: ec7f62ce64000c6ee45e534e83bf19c28fe35a2e

show more ...


# 0b0da1c5 27-May-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 1cebfc03201741aa243081d38356d05b150802f8


# e6cab6aa 27-May-2009 Jed Brown <jed@59A2.org>

PCFieldSplit: Schur does not use Afield, bug fix getting ranges

Hg-commit: 4d372631122213bf6361c9cf892f184f1aab10f3


# 4aa3045d 27-May-2009 Jed Brown <jed@59A2.org>

MatGetSubMatrix API change

The user now specifies a parallel IS for the columns. The local part of
this IS corresponds to the local columns of the matrix. Note that
MatPermute_MPIXAIJ calls the pr

MatGetSubMatrix API change

The user now specifies a parallel IS for the columns. The local part of
this IS corresponds to the local columns of the matrix. Note that
MatPermute_MPIXAIJ calls the private versions where the full index set
is given. It is probably desirable for MatPermute to also use a
parallel IS rather than require a gathered IS.

Ripped out MatGetSubMatrixRaw, it is not used anywhere in PETSc.

Hg-commit: 3b40e47b3df6b69dfffc2cc67b61dab74aafd570

show more ...


# 084e4875 27-May-2009 Jed Brown <jed@59A2.org>

[mq]: pmat in MatSchurComplement and PCFieldSplit

Hg-commit: 037ee9ad4d06062746277502b706d7bde73940fb


# 5aff8015 14-Oct-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 84ac42a5e43ba3f8b39a12eecf08965d6cefab53


# 0bc0a719 11-Oct-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed some manual page formats

Hg-commit: 3de4a8fcc4ea34b0f4f57c6ba8dd8e0fc48b8c03


1...<<31323334353637383940>>...42