History log of /petsc/src/mat/interface/matrix.c (Results 2226 – 2250 of 3231)
Revision Date Author Comments
# 4c89cbe7 17-Jun-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 68b6e3c23c88dd73f050ab16d2a23c0d783b6682


# 09799000 09-Jun-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 138d5f42695cdd2f8c0590666b7ed626ca35c2b8


# 73a2a416 09-Jun-2009 Hong Zhang <hzhang@mcs.anl.gov>

merge

Hg-commit: bce94621e9cddfa518b3f0585bc4945bd0fcaf97


# d1bb11d4 08-Jun-2009 Barry Smith <bsmith@mcs.anl.gov>

removed the SPARSEKIT ILUDT code from all of PETSc, also removed option to compile PETSc without GNU code
since no longer needed.

Hg-commit: 395e9ecce71b00c3fdbc0ebfb4c37b330033a8d8


# a9817697 05-Jun-2009 Barry Smith <bsmith@mcs.anl.gov>

changed MAT_KEEP_ZEROED_ROWS to MAT_KEEP_NONZERO_PATTERN

Hg-commit: dd0eb2438b4ecde1a3517ea573f0c60a0160fd54


# 3460ae5d 04-Jun-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: e6082a40a26354d5b756568e8c056cfba8fefbd7


# 18472a31 04-Jun-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 2767a69281d401036cee0b1e9b4943a0df6b0de5


# a0c198e4 01-Jun-2009 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: 768f8db0f66e5e62ac4fcfea107b7de09dfc5daa


# 22688b47 01-Jun-2009 Satish Balay <balay@mcs.anl.gov>

generate manual fortran stubs & interfacesfor routines using MatFactorInfo

Hg-commit: e13488c2e3c4be83d887481142d14e60ee56d960


# 5ba43861 01-Jun-2009 Satish Balay <balay@mcs.anl.gov>

use custom f90-interface for MatGetInfo()

Hg-commit: 1a6bbbd068912825981c8850d5d3ad85c0d08b45


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

Merge

Hg-commit: 1cebfc03201741aa243081d38356d05b150802f8


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


# 2e76c287 22-May-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c7aa539e3a99d9719f8fde57cb3a35abef2d701a


# a3dfcc07 21-May-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 2e6d5830f2b59af0fe68065be0ea0a0be39d969d


# 0b12b109 20-May-2009 Jed Brown <jed@59A2.org>

Use MatGetVecs instead of VecCreateMPI in the matrix interface

Trivial in:
* MatNullSpaceTest
* MatMatSolve_Basic

Slightly deeper:
* MatComputeExplicitOperator
* Should now work with non-square m

Use MatGetVecs instead of VecCreateMPI in the matrix interface

Trivial in:
* MatNullSpaceTest
* MatMatSolve_Basic

Slightly deeper:
* MatComputeExplicitOperator
* Should now work with non-square matrices (but not tested).
* A little faster by using VEC_IGNORE_OFF_PROC_ENTRIES when assemblying columns of the identity.

Hg-commit: fc9228340b61fbb40680760a26a15b33ee58845a

show more ...


# d8c1438d 12-May-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4c3b3a68768b03d4cdc3af0f8d5487ec8ca345f4


# b78a477d 09-May-2009 Hong Zhang <hzhang@mcs.anl.gov>

add support of '-pc_factor_reuse_fill' for iludt on seqaij matrix

Hg-commit: bbbef9fecfdeb77ae01b1dc605e320edd855eb6e


# d82641ed 07-May-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: eda8d785f8fe04a78b650aca449ae63cd57cdf00


# ef98a452 06-May-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 133f279ceeec135fee90413be30dfde4ba8d20d7


# a5b832cc 06-May-2009 Hong Zhang <hzhang@mcs.anl.gov>

trivial bugfix

Hg-commit: fca389f2db837b3cb2b1d312aa7e15b66e399e3b


# df9cdd32 06-May-2009 Lisandro Dalcin <dalcinl@gmail.com>

add error checking to MatGetDiagonalBlock()

Hg-commit: 25ec60b91fddc41b909acf4b2bd5f7d76cb3f35b


# 81594ee8 04-May-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 13ee4a481d0761c31f428ae3d48cb56ce869752b


# c8342467 01-May-2009 Hong Zhang <hzhang@mcs.anl.gov>

prepare of MatILUDTFactor() for seqbaij format

Hg-commit: 95ac6b4ce608bd2857115167b890c7c66e437729


# d519adbf 30-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Removed MatCompress completely

Hg-commit: 4724a9ef7c2da8d62781764b00487fecf0216211


# bf823b7d 28-Apr-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: fdf74c02eba3a463f35404e22794af55af455805


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