History log of /petsc/src/mat/impls/baij/seq/baij.c (Results 851 – 875 of 1525)
Revision Date Author Comments
# c0c53c30 28-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed calls to Kernel inversion for 7 by 7 with new arguments.

Hg-commit: 19db4359e2456befc8784fb930e4fd0a77f56f97


# 28842d8c 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ee73705a045ef5d04e074e8534eb7e0fbaa08e1b


# d382aafb 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

petsc.h --> petscsys.h (fortran equivalents also)
new petsc.h that includes all PETSc includes is added

Hg-commit: a82a9bcb80ed39c69991db706672838a5b792d44


# 5f5f199f 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over t

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over the place because included by petsc.h

Hg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce

show more ...


# 8638ae8f 19-Feb-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 9bb765ad4a224cc4a92c83ab8c7fa94c067177f4


# fe97e370 19-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

removed public interface for MatILUDTFactor*, this will now be handled by regular MatILU/ICCFactor* interface

Hg-commit: b130c3ab430985359fffc88a9c93110f07b98d13


# 8b1456e3 11-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

cleanup - preparing for removing "_newdatastruct" from MatSolve() routines

Hg-commit: 4e8b37569b76c26498e3fc898f358e622606706c


# 5d5aaa0e 10-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

MatDuplicate_SeqBAIJ() did not copy over specific functions in function table so had bad performance with _N versions

Hg-commit: 4ec8f7d8a044e55d8021f5cabebcaab4df1dce8a


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

Merge

Hg-commit: c3bbe4664912c4afc8bb0ac514c1b80480c955bf


# 7124f7d8 08-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

merge of bug fix to petsc-3.0.0 that fixed MatGetRowIJ_SeqBAIJ() when nonzero structure was not summetric but a symmetric form was requested

Hg-commit: df8e154667bec8fc5ac3e83bec4eee5bc645c20e


# 553b3c51 08-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

bug report From: stephane.aubert@fluorem.com
Subject: [petsc-maint #39984] Memory corruption in MatGetRowIJ_SeqBAIJ()
Date: January 8, 2010 5:47:02 AM CST
symmetric was used and hence Mat

bug report From: stephane.aubert@fluorem.com
Subject: [petsc-maint #39984] Memory corruption in MatGetRowIJ_SeqBAIJ()
Date: January 8, 2010 5:47:02 AM CST
symmetric was used and hence MatToSymmetricIJ_SeqAIJ(n,a->i,a->j,0,0,&tia,&tja) the nz was NOT reset to the new total number of nonzeros in the matrix hence the
if (oshift == 1) {
for (i=0; i<n+nbs; i++) (*ia)[i]++;
if (ja) for (i=0; i<nz; i++) (*ja)[i]++;
}
code did not update the correct number of entries in ja

Hg-commit: 843e5e1350de58226421e73cdc6ed4e661004614

show more ...


# fca92195 18-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed more PetscMallocN()

Hg-commit: 3c1037eb13b06583c4283e19775d04453a30484c


# 0e83c824 17-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed a few more places that should have PetscMallocN() instead of currently ugly management.

Hg-commit: 0dd122d345dd22def0c7686de6381caf4ec39aa9


# e8d12d9d 13-Nov-2009 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 366b569f7ac12955ed5fd9ea6b0a56cfb51a84d1


# 71fd2e92 11-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

added check on PetscValidScalarPointer() to all the MatSetValues_() routines to check for non-double aligned

Hg-commit: 1f2e574d0828af632142de782d665f4dded95c8f


# ed692d31 10-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c63111c978465712b5eb2b59576540d814538917


# 511e68ac 09-Nov-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 52aa153efdcab3ef4453cbf6f3586a502f25f9c8


# 41c166b1 07-Nov-2009 Jed Brown <jed@59A2.org>

MatSetBlockSize(): check arguments for BAIJ, doc fix

Hg-commit: 90ca53cce18f1135aa99498da55f8b44674ff9ae


# 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


# 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


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

Merge

Hg-commit: 2abd163653da4b78c2f240bce7add61691d76163


# 41f059ae 29-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

changed MatRelax() to MatSOR() to match MatSORType and PCSOR

Hg-commit: e68531df6999d872cd12e8f3ab1ea488c58078d8


# b46d4c08 29-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

merged MatPBRelax() into MatRelax()

Hg-commit: 3d344c76b2c09e12ace3895dd9377e291398b167


1...<<31323334353637383940>>...61