History log of /petsc/include/petscmat.h (Results 1501 – 1525 of 2308)
Revision Date Author Comments
# a9e6138e 09-Feb-2010 Glenn Hammond <unknown>

Added hooks for hypre sstruct matrix to includes

Hg-commit: 1b8cf168b5cf169a29b612430d4426346e7ee732


# a714c06d 21-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

If I am not wrong, in this changeset you forgot to change MATOP_RELAX
--> MATOP_SOR
http://petsc.cs.iit.edu/petsc/petsc-dev/rev/e68531df6999
fixed in include files

Hg-commit: 8ce869c052d233b1aa4455e

If I am not wrong, in this changeset you forgot to change MATOP_RELAX
--> MATOP_SOR
http://petsc.cs.iit.edu/petsc/petsc-dev/rev/e68531df6999
fixed in include files

Hg-commit: 8ce869c052d233b1aa4455ecf67e30caea4f01c8

show more ...


# 4b0cc578 10-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c3bbe4664912c4afc8bb0ac514c1b80480c955bf


# 6531c467 07-Jan-2010 Satish Balay <balay@mcs.anl.gov>

remove references to MPIRowBS [and add to changes file]

Hg-commit: 16cbff2dbbfccdf8a8864efd2d5b8af7e184e444


# 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


# 23a5497a 14-Dec-2009 Jed Brown <jed@59A2.org>

Move declaration of MatMumpsSetIcntl inside the header guard

Hg-commit: 75196451ab8ce4bbedd99151ff96c35f4d1dc4f7


# 5a27ad02 10-Dec-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 056c5f986fd415b2110f93956677b2d3142ce598


# 97969023 09-Dec-2009 Hong Zhang <hzhang@mcs.anl.gov>

add procedual call MatMumpsSetIcntl() in mumps interface

Hg-commit: e6c7ac545edd2773fbcf63f23817ab0c66d89e60


# 35153367 16-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

changed MATOP_DIAGONAL_SHIFT to MATOP_DIAGONAL_SET

Hg-commit: 5ac8d271d569533cbd1cb23b22226ce7f8d0fdcf


# bd1d354f 14-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: dd462db7e4ad3308318d8e64ab6973227cdc8afe


# 1d79065f 14-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed many outdated malloc of several arrays at the same time to use PetscMallocN() instead
fixed bug in installing Zoltran.py where it did not use [0] to snag stdout of shell command

Hg-commit: db7

fixed many outdated malloc of several arrays at the same time to use PetscMallocN() instead
fixed bug in installing Zoltran.py where it did not use [0] to snag stdout of shell command

Hg-commit: db793741ae0135c011d800b787b94e2bfd91670d

show more ...


# 23c76f12 13-Nov-2009 Jed Brown <jed@59A2.org>

clean up bad merge in petscmat.h

Hg-commit: a533daa651f9c0312c9c036541c04730d67cd8a5


# d803f5c2 13-Nov-2009 Matthew Knepley <knepley@mcs.anl.gov>

Fixed declaration

Hg-commit: a11fddc487538e31db19a0b28f1be8ccc52d07b2


# e21f6e24 13-Nov-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: d73959821bdcc68517c7de8556b4cef4a4b3ce07


# a6a5cd3f 10-Nov-2009 Dmitry Karpeev <karpeev@mcs.anl.gov>

Started MatFramework -- Mat class supporting arbitrary disassmbled block decompositions. Dormant unless PETSC_USE_MATFRAMEWORK is defined.

Hg-commit: 21ef455f2f5501b29ccc25019f5e47c61bff9f65


# e37c4368 06-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: dab6e8ec0fe71ad4fe0f4bf2ee374ce51b18f40d


# 83bb2eba 05-Nov-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 5f0ccbb7d9079d9734bfd881618513ce58c7adfe


# 572f72c7 05-Nov-2009 Jed Brown <jed@59A2.org>

merge

Hg-commit: 36cf37059c0ed80addd0968973e91c32e491eff8


# 5cb05578 04-Nov-2009 Hong Zhang <hzhang@mcs.anl.gov>

bug fix for prototype MatMultHermitianTransposeAdd()

Hg-commit: 7a9002f0a7a07fae1c75b6a84d36f979f8452d90


# 547795f9 04-Nov-2009 Hong Zhang <hzhang@mcs.anl.gov>

add support MatMult() for Hermitian matrix in mpisbaij format
add MatMultHermitianTranspose() and MatMultHermitianTransposeAdd()

Hg-commit: bd3ee2c07764767e1715e99fb8df83bd35b221a3


# cd72454c 03-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b2d8a3646d4d7887f0367e78a0b8ef8801c228fe


# 1763ac4e 03-Nov-2009 Satish Balay <balay@mcs.anl.gov>

sync MATOP codes between c and fortran includes

Hg-commit: 8e378493680090e299d99fbc903a5b5294c77d3e


# eeffb40d 03-Nov-2009 Hong Zhang <hzhang@mcs.anl.gov>

add MatMult_SeqSBAIJ_1_Hermitian() and MatHermitianTranspose()

Hg-commit: 284b8e9149e7268648f12ec58fc3a6cb75e5468c


# 186bafed 29-Oct-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 2abd163653da4b78c2f240bce7add61691d76163


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