History log of /petsc/include/petscmat.h (Results 1551 – 1575 of 2308)
Revision Date Author Comments
# 89c6957c 03-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

finished seqaij eisenstat with inodes

Hg-commit: d454321e1ab1922c532ae1426b0478fc6c259095


# 8fa24674 12-Jun-2009 Barry Smith <bsmith@mcs.anl.gov>

some stuff I forgot what, I hate hg

Hg-commit: e2858b667e9d1c0eb49a07826d655fef457b5f6b


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

changed MAT_KEEP_ZEROED_ROWS to MAT_KEEP_NONZERO_PATTERN

Hg-commit: dd0eb2438b4ecde1a3517ea573f0c60a0160fd54


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


# 8ef8348e 22-May-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge of patches from 3.0.0

Hg-commit: f93a4848d66018d99ae3020487ee2b7921b51b57


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

added comment to MatOrderingType MATORDERING_DSC_* saying they are from DSCPACK and to look there for docs
changed SNES ls to use a new -snes_ls_minlambda instead of -snes_stol

Hg-commit: 53cc891ccd

added comment to MatOrderingType MATORDERING_DSC_* saying they are from DSCPACK and to look there for docs
changed SNES ls to use a new -snes_ls_minlambda instead of -snes_stol

Hg-commit: 53cc891ccd5c7fc047116d6cca19d30786846674

show more ...


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

commit after merge

Hg-commit: 4c3b3a68768b03d4cdc3af0f8d5487ec8ca345f4


# 3c2a7987 08-May-2009 Hong Zhang <hzhang@mcs.anl.gov>

add MatILUDTFactorSymbolic_SeqAIJ ( a wrapper to MatILUDTFactor)
and MatILUDTFactorNumeric_SeqAIJ (not implemented yet)

Hg-commit: a45abf47fd20585387ecf08cc3e12b294cb7fae9


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

commit after merge

Hg-commit: 13ee4a481d0761c31f428ae3d48cb56ce869752b


# f91d8e95 01-May-2009 Barry Smith <bsmith@mcs.anl.gov>

started hypre HYPRE_StructMatrix based PETSc matrix type
hypre contains now outdated struct stencil and matrix stuff (will be removed next)

Hg-commit: 09c845b0ad214d20d8d422125e3595c17ebee30a


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

Removed MatCompress completely

Hg-commit: 4724a9ef7c2da8d62781764b00487fecf0216211


# af681a3b 28-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: df88f1216291bd65ef74aa4e70c7f1b613b09f20


# 1da05e5a 24-Apr-2009 Hong Zhang <hzhang@mcs.anl.gov>

merge MatILUDTFactorSymbolic() and MatILUDTFactorNumeric() into MatILUDTFactor()

Hg-commit: 542666db30301dde69df49d262ed2c65e908eb7a


# fe36e6c7 13-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge
- Watch out for SNES ex45, I think the merge was bad

Hg-commit: 04bc4bca24f51d95f00a035b6b5fb2e5990fd8a8


# 599ef60d 07-Apr-2009 Hong Zhang <hzhang@mcs.anl.gov>

add support of ILUDT for seqaij matrix

Hg-commit: 6c118d1a4eae7c6729da778671628c41971139d8


# f6189d20 13-Mar-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9ae5f892cfb831cbf8c8c69fc962d95358890ae8


# 329dc2ac 06-Mar-2009 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: e28c0cd119fe13441fc5d08f262d762d24ad6f21


# 5326740b 06-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge from petsc-3.0.0

Hg-commit: 0fc2ecc655cc807729ea561771355d68effe1c7d


# 8c7482ec 02-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

various updates
additional work on pflotran unstructured grid example

Hg-commit: c22b249e47b4a4877d14251479777a8b584bd822


# bfc7d00a 24-Feb-2009 Barry Smith <bsmith@mcs.anl.gov>

added MatGetDiagonalBlock()

Hg-commit: 52a2a1b910f4c10f4fc13304423cb9a0f22b0f7e


# efe6c3a7 16-Feb-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c24770da2f7a4ec6d2c54d0774691ec6c5dd493c


# dbf0e21d 08-Feb-2009 Barry Smith <bsmith@mcs.anl.gov>

fixes to mpibaij.c found in nightly build
fixes to wrong use of CHKERRQ() throughout code

Hg-commit: 733dea1e39d18170feab68a0e7a269e3248a628a


# 98c7f12b 08-Dec-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b9f2c38d026b63674fca25846a518f5280c3bc50


# f61efa35 08-Dec-2008 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 4a90db32c7413d1e595940249151dc6831b8d773


1...<<61626364656667686970>>...93