History log of /petsc/src/mat/impls/nest/matnest.c (Results 526 – 550 of 579)
Revision Date Author Comments
# 6b3a5b13 08-Jun-2011 Jed Brown <jed@59A2.org>

remove unused variables

Hg-commit: b4a4678d7170541503e3a0fd61b885c812c906a4


# 045adfd9 06-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8914184e8dcb34b6634947ad5916e7be900269b4


# 9194d70f 06-Jun-2011 Jed Brown <jed@59A2.org>

Add MatMultAdd_Nest() and MatMultTransposeAdd_Nest()

Hg-commit: 140fe631528c1c1aead2148e98be729cdcdf0f01


# f7dfe3fb 06-Jun-2011 Jed Brown <jed@59A2.org>

No need for a special case when symmetry is set

Hg-commit: 48f4dbb72881bd198b2b79de395a25f73877e862


# 609e31cb 06-Jun-2011 Jed Brown <jed@59A2.org>

Fix MatMultTranspose_Nest()

Hg-commit: 62b358dba960555ee3411dacd3189d192c56554a


# 1664e352 06-Jun-2011 Jed Brown <jed@59A2.org>

Fix row/col mixup

Hg-commit: d7cdbcaf918495030cf8e9437798f0bc74ea27bb


# 4ede51c7 04-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d94bd2965401683f7537e270016b06eaec491b64


# 0189643f 04-Jun-2011 Jed Brown <jed@59A2.org>

Check the nest submatrices for compatibility so that I don't waste time on one-character typos again

Hg-commit: 923550a295543c7c8622ec38028b5a3d20c74545


# 0782ca92 04-Jun-2011 Jed Brown <jed@59A2.org>

Add MatNestSetSubMat() to set a single submatrix

Hg-commit: 45ae629d340001df921bdfb5a18356f9dc696bfe


# 629881c0 04-Jun-2011 Jed Brown <jed@59A2.org>

Fix list formatting in MatNest man pages

Hg-commit: bf98052b453268960e58b67967fc7e2c041ef114


# 8188e55a 04-Jun-2011 Jed Brown <jed@59A2.org>

MatNest: Add support for getting a block row by creating a submatrix of type Nest

Making this feature work in the presence of empty blocks required moving up creation of the
index sets and removing

MatNest: Add support for getting a block row by creating a submatrix of type Nest

Making this feature work in the presence of empty blocks required moving up creation of the
index sets and removing the need for a nonzero matrix in every row and column.

Hg-commit: e8b8876ae8470091172030589907d2cde5120a0e

show more ...


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# 950540a4 14-Nov-2011 Jed Brown <jed@59A2.org>

Rename DMGetMatrix() to DMCreateMatrix()

Hg-commit: 045e13fbce4683d1c6e7208d70318a9e4dde5c0b


# bf0cc555 27-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

MatDestroy(): cleanup the MatPreallocated() hack, fix all matrix types

Hg-commit: 8b12afa1931080f94d5efc78eba78580324579e8


# a0769a71 27-Apr-2011 Satish Balay <balay@mcs.anl.gov>

convert some c++ syntax to c

Hg-commit: e6c5fa377d698402fe35d535ea950bfe6cf9e9b0


# 6bf464f9 18-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

converted rest of source code to take pointers into destructor reoutines. make test workds

Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3


# 0548afe9 20-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: da245945fa620a3d029b928ed30d223d8a52c7f0


# 640ea8ae 17-Mar-2011 Jed Brown <jed@59A2.org>

Merge Dave's PCBFBT update and MatGetVecs_Nest, MatGetDiagonal_Nest, MatDiagonalScale_Nest

Hg-commit: f5ebeae2e3035b6a44b60b8b48d7968397dc9c6f


# 7874fa86 17-Mar-2011 Dave May <dave.mayhem23@gmail.com>

Modified bfbt to pull out the block matrices from the matrix (amat), not the preconditioner matrix (bmat).
Added implementations for MatGetDiagonal_Nest, MatScaleDiagonal_Nest.
These will work when t

Modified bfbt to pull out the block matrices from the matrix (amat), not the preconditioner matrix (bmat).
Added implementations for MatGetDiagonal_Nest, MatScaleDiagonal_Nest.
These will work when the vector input is either a nested vector or other.
Added check in nest to ensure we don't increase ref. counter on a null matrix.

Hg-commit: 321135dbfb6f1259139ae4181ce6a83de2d3d2b3

show more ...


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


1...<<21222324