History log of /petsc/src/mat/impls/aij/seq/aij.c (Results 1701 – 1725 of 2495)
Revision Date Author Comments
# 9c20bcc3 25-Oct-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 11489cdfa54f2e49723ce2e4e0ea9f5df28c059c


# ecc77c7a 24-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

[PETSC #16934] HYPRE-2.0.0 (euclid) and PETSC-2.3.3 conversion to hypre matrix format failed for baij matrices
Code was bug city, could never have worked. I have fixed and also allowed ja to be P

[PETSC #16934] HYPRE-2.0.0 (euclid) and PETSC-2.3.3 conversion to hypre matrix format failed for baij matrices
Code was bug city, could never have worked. I have fixed and also allowed ja to be PETSC_NULL in MatGetRowIJ()
Code formating in sort routines
error checking on indices passed into MatMPIAIJSetPreallocationCSR()

Hg-commit: 28d7028cd65afff906662e2363dd71b0eebe8ef2

show more ...


# a93a7c29 24-Oct-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 49dc1b6891e77f66893d75b818e4575c789b38c3


# 60f69c44 15-Oct-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: ae7ad2b71b1fdcfb27898e923a2c03bd62c86a54


# 781b3001 14-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4e945c9820f08f3e5a1bc871ec50d7ccb0b7454e


# e0156e0b 11-Oct-2007 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: 8b48556a285e293c04f497a3a1e40ac96cfd5016


# 2f95671e 08-Oct-2007 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: b9d21e8d395c907b24f99b42da320dec7457e659


# 780a600e 05-Oct-2007 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: b5a05984274c84515a795ed75eef9d3b27ba97f1


# d03c7c3d 04-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 025c532495d8bfcb04f9fd3522a12cc79abdd8a8


# 442648ef 04-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 8b955b66410cbc923a4e1233fdeaca7fbf3e5d5d


# 7adad957 03-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

changes for solving the strict aliasing issue in PetscObject and derived

Hg-commit: 278faecc91564f5495fa9f7d48380d547995fa45


# e7e1b0b0 09-Oct-2007 Glenn Hammond <unknown>

merge

Hg-commit: f286b9ece3b89d1418d9efe30a774c489ca42645


# e62d1b98 08-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

\commit after merge

Hg-commit: 9cfa56457ecd34646f9409fd7178a4dbfddc457f


# 028cd4ea 07-Oct-2007 Satish Balay <balay@mcs.anl.gov>

nightly-build fixes
- nonzerorow bug introduced in the previous PetscLogFlops() fix
- define PetscLogFlopsNoCheck() for --with-log=0
- use PetscAbsScalar(PetscScalar) to fix complex compile errors
-

nightly-build fixes
- nonzerorow bug introduced in the previous PetscLogFlops() fix
- define PetscLogFlopsNoCheck() for --with-log=0
- use PetscAbsScalar(PetscScalar) to fix complex compile errors
- update buildscript to test examples with sieve

Hg-commit: 1b520e4e8e20eae1591b89b00d2c9cd8ab22262a

show more ...


# 58d36128 05-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

fixed MatMPIAIJSetValuesWithArray/SplitArrays() to generate fortran stub
automatically.

Added comment to MatSeqAIJSetPreallocationCSR() to note that it copies
the values while MatCreateSeqAIJWit

fixed MatMPIAIJSetValuesWithArray/SplitArrays() to generate fortran stub
automatically.

Added comment to MatSeqAIJSetPreallocationCSR() to note that it copies
the values while MatCreateSeqAIJWithArrays() does not.
Note that this is an INCONSISTENT design; not sure what model to really use.

Hg-commit: ed0c27f139c691708971748fa8f6968fbd1c5df0

show more ...


# 1e2582c4 04-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

fixed many calls to PetscInfo to include the object the
information is associated with. This should fix petsc-maint 16853 -info_exclude vec,mat

Hg-commit: 76af22820baddbfcd9c2a4a4f02bebf64ea72ef9


# 79071adc 04-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 830d0a9e96b799a66025b033e0e09cfb7de2aa15


# 5a9745a3 04-Oct-2007 Matthew Knepley <knepley@mcs.anl.gov>

Fixed cut&paste error

Hg-commit: 9b86f9666a4b04996eae746c999ba59227f8537a


# 15de6f19 03-Oct-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: f205596615d549e3b18f2232385e51ebaf4bdf24


# 175b88e8 03-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

added Luca's recent pubs petsc-maint 16711
added to manual pages that one cannot use MatCreateXXXYYY() directly
if doing preallocation for superlu, mumps, and spooles matrices
complaint from Paul T

added Luca's recent pubs petsc-maint 16711
added to manual pages that one cannot use MatCreateXXXYYY() directly
if doing preallocation for superlu, mumps, and spooles matrices
complaint from Paul T. Bauman

Hg-commit: 546cd829c2cc76baa036d184ee8aafe93388adfb

show more ...


# 71f1c65d 02-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

updated MatRelax_SeqAIJ and MatRelax_Inode to recompute the
diagonal entries when a matrix values have been changed.
idiagvalid and inode.ibdiagvalid are checked on each relaxation
and the values rec

updated MatRelax_SeqAIJ and MatRelax_Inode to recompute the
diagonal entries when a matrix values have been changed.
idiagvalid and inode.ibdiagvalid are checked on each relaxation
and the values recomputed if these are not true

Hg-commit: cfaaa4113af83d8010ef768d3adc83d5c1e40f70

show more ...


# 42f9eaa7 10-Sep-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: b35d81628fd54ce7829e6ac4f2c8f65bf3443a42


# e90acf89 06-Aug-2007 bcordonn <bcordonn@hookshot.mcs.anl.gov>

merge

Hg-commit: fdff4e4d20ef0eef8b84c71097ba807b25b3d5a2


# f0d39aaa 06-Aug-2007 Barry Smith <bsmith@mcs.anl.gov>

finshed inode version of MatRelax

Hg-commit: 1a2142c0dff87db7592101bc76084a34160f377f


# 8862d2ef 03-Aug-2007 Barry Smith <bsmith@mcs.anl.gov>

inode version of MatRelax_SeqAIJ is working for inode size of 1

Hg-commit: b76ccf2955b95af793266ec95203692f2c57c64d


1...<<61626364656667686970>>...100