History log of /petsc/src/mat/impls/aij/seq/aij.c (Results 1176 – 1200 of 2495)
Revision Date Author Comments
# 6a23dd87 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: e6ec24f726b634e2d6148f5f486300e0c19bc4d7


# 9669e4d8 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are ha

removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are harmless for the real case
the less #if def code duplication we have the better

Hg-commit: 158afdac623e9fb04c1dbe14153c0895e6c4feef

show more ...


# acf2f550 03-Jan-2013 Jed Brown <jed@59A2.org>

Ensure that inode.ibdiagvalid gets set when diagonal has been invalidated

Hg-commit: 44a71c6d4b84406696d7c21549916099ada394b8


# b769355b 31-Dec-2012 Jed Brown <jed@59A2.org>

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


# bcaeba4d 31-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed adic stuff

Hg-commit: 99933b6f66a48c78b00a3952edfaf6191df65340


# 5a4671ae 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing spaces from all files

Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb


# 8cbdbec6 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed all incorrect spaces before CHKERR...

Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17


# 6f0d185e 19-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bbd38bf296851975f262b25ab704d80bb1e75bf6


# d73949e8 19-Dec-2012 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for reuse matrix product C=A*B, in which A and B are not same type.

Hg-commit: c22f179a03e8c061ef7ca6a99cc94af3e4efb1d2


# 31134e8c 03-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d0f613618ca66a5aeb1aac97d210d2cc29755d3d


# 321b30b9 03-Nov-2012 Satish Balay <balay@mcs.anl.gov>

backout 2738cb979f44 [as this workarround is no longer needed]

Hg-commit: 208fdd02df026ce20ad5b447df974544df648a74


# 4af85f53 02-Nov-2012 Jed Brown <jed@59A2.org>

Remove reference to nonexistent matmatmatmult.c, bug from f79b2acad4f8

Hg-commit: 2738cb979f4499783c06c9fbf3de37b053405376


# 7bab7c10 02-Nov-2012 Hong Zhang <hzhang@mcs.anl.gov>

add MatMatMatMult(); no implementation yet

Hg-commit: f79b2acad4f88768ca45fc7bb750fe2d175757a1


# f110ebd8 29-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1172ca22f3358a8f3811f3ee93b4f3ad848fa830


# 2121bac1 29-Oct-2012 Hong Zhang <hzhang@mcs.anl.gov>

add MatPtAP_SeqAIJ_SeqMAIJ() to be consistent with changes made on MatPtAP_xxx

Hg-commit: b884acfe117115716c2c2ece4b6b6815749e4d42


# e5e55f0c 24-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1d701b2b21f6dbf011247ebd516224ef10ced04e


# 65e8a0ca 24-Oct-2012 Hong Zhang <hzhang@mcs.anl.gov>

cleanup MatPtAP: replacing MatPtAP_Basic() with the approach used for MatMatMult(): done for seqaij format, not for mpiaij yet

Hg-commit: 7f5b4adc437f887fcdcb1e9c91d1f6bbcb289eac


# c3df09d6 21-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ed1a46afbb3ca05b94b623600c6c387ba23868ed


# 19baf141 19-Oct-2012 Jed Brown <jed@59A2.org>

Fix indexing bug in MatZeroEntries_SeqAIJ_Kernel

Hg-commit: 89a709c3a7c989769e449312fc2b25b5b49f4a06


# 1a83f524 21-Oct-2012 Jed Brown <jed@59A2.org>

Const-correctness for MatGetRowIJ()/MatGetColumnIJ()

The arrays have always been read-only according to the
documentation. This patch should cause no behavioral change.

This const-correctness casca

Const-correctness for MatGetRowIJ()/MatGetColumnIJ()

The arrays have always been read-only according to the
documentation. This patch should cause no behavioral change.

This const-correctness cascaded into the private ordering and coloring
routines.

Hg-commit: 7efa5f739222584a785675705479b4e17c346e6e

show more ...


# 7a3afff6 15-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 89503a96f70dd4d497719d2597342d8944de9c22


# 5021d80f 14-Oct-2012 Jed Brown <jed@59A2.org>

Symmetry options are handled by MatSetValues(), remove 'unused' warnings in implementations

Hg-commit: fb44390d0731356a11547b41b85e16c498ba91ed


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 8caf3d72 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)

Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f


1...<<41424344454647484950>>...100