History log of /petsc/include/petscmat.h (Results 1451 – 1475 of 2308)
Revision Date Author Comments
# fbdbba38 16-Jun-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Started work on upgrading MatLoad()

Hg-commit: e759be04090b2041f169a94773bc54b62c24ff11


# 4f40e9fe 04-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: fd9f97fbed6c9f527f2a18a2ebb5f2f4669e380f


# abcf25ce 04-Jun-2010 Victor Minden <victorminden@gmail.com>

Commit after merge

Hg-commit: d6328eb2cf014ee29725e21d82283562963fdc68


# 191e1b6f 04-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 5609078fb00ece7fa02046980b53fc0cf4a44d2f


# 20db9a53 04-Jun-2010 Jed Brown <jed@59A2.org>

Add basic CHOLMOD interface for SeqSBAIJ

Hg-commit: 308c835fe0a8c4eda0790ef3d86a1ac51d501f65


# 34918c53 04-Jun-2010 Jed Brown <jed@59A2.org>

Const correctness in MatFactorTypes

Hg-commit: 959efa534b5c0804f94b200349a23c5f6437da54


# 2692d6ee 22-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b

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


# 505c8c26 01-May-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9f87cbb6cbd59d1bd4113536eae89172f479116a


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

Merge

Hg-commit: 1f5ce9b1fa7762a7d57e66fe241c05a915d43e19


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

matfwk --> matdd.

Hg-commit: 433c56a21338a9e6510ab717f222feae098b091f


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

Merge.

Hg-commit: bfe14fc1c10a348d95f62b10a73037a938b09cb6


# 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


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

removed a few more places where matimpl.h was included without need in SNES and TS
documented some cases where it currently is needed.

Hg-commit: 0f7f3fc3c62b0206fb4cf61448073c00cee6a3f6


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


# 1c77ab9d 17-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8f6f1cd920f0108368ee0c821b7217e48cb4266d


# ba2f8784 17-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

matfwk fix. started working on MATIM.

Hg-commit: 88ef09dbc10e03947261ed4a8b0f4b9348335c8f


# cfb4f2e9 14-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

multiple heads I do not know why

Hg-commit: 3ec4c76fbf6ac55ad176ee799ffd0143032d72b9


# 6ccdf377 13-Apr-2010 Jed Brown <jed@59A2.org>

Merge MatMFFD cleanup from release

Hg-commit: 8446623c34917493efcc00de806fcd015812dd86


# 4088a3cc 13-Apr-2010 Jed Brown <jed@59A2.org>

Remove duplicate MatMFFDDSSetUmin declaration.

Hg-commit: ca3989543f78ada0cfb9cc83d271c39858dafe74


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

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


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

Reimplemented matfwk to take in multiple scatters and allow blocks straddling mult. procs. Compiles, but untested.
ex14 is gutted and needs to be rewritten.

Hg-commit: 3c4224b3d6a3353a991b59bd32095

Reimplemented matfwk to take in multiple scatters and allow blocks straddling mult. procs. Compiles, but untested.
ex14 is gutted and needs to be rewritten.

Hg-commit: 3c4224b3d6a3353a991b59bd320959d1cb4c7806

show more ...


# fcd96beb 10-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after pull of manual pages patches for 3.1

Hg-commit: fdda79b9b0cfa271aff815250a8f6761d22b5ee8


# 1d0fab5e 09-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

numerious more manual page fixes

Hg-commit: f97289d881d4cb25b22cf1feeb454dade290664b


1...<<51525354555657585960>>...93