History log of /petsc/src/mat/impls/baij/seq/baij.c (Results 976 – 1000 of 1525)
Revision Date Author Comments
# 865bae8e 09-Nov-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 31603a991f8c9dbd9cd4c72b30a3514b55817b16


# 7fe06243 07-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

t after merge

Hg-commit: 39a23f849d19621efbe30bce2419f57813cbd74a


# 2b0b0f16 06-Nov-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 47eb9c42f06f9c3cc10b309bebce04eb8236cd91


# aa95bbe8 06-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

info on checking preallocation in MatXXXSetPreallocation() manual pages

Hg-commit: 7477a10cc44380fe6ef82cc19bde8e54ad70c23a


# 6f3d5618 31-Oct-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 4a9e5a2b97bdb9073e83eff56096e46ac4ef2230


# 5502a70f 25-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1c5a4a82dd7522bcfe57c9cae517d5c7e1708bc1


# 2ee49352 25-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

fix memory leaks if MatXXXAIJSetPreallocation() is called multiple times

Hg-commit: 0a8d717f30c5e1feb4eb8e400f4c700b17239c47


# 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


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

merge

Hg-commit: b5a05984274c84515a795ed75eef9d3b27ba97f1


# 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


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

fixed some manual pages
removed some /*@C <- the C for a few manual pages that can automatically generate stubs
added a couple of manual fortran stubs

Hg-commit: 59eabbcb26d59d87f4ae466dc27242672e5b

fixed some manual pages
removed some /*@C <- the C for a few manual pages that can automatically generate stubs
added a couple of manual fortran stubs

Hg-commit: 59eabbcb26d59d87f4ae466dc27242672e5be8e9

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


# 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


# 2af78bef 02-Aug-2007 Barry Smith <bsmith@mcs.anl.gov>

starting zope will automatically update data.fs from the data.fs.hg mecurial version

Hg-commit: 19ddc1725b8b50695dce40adaf37f197da38dd5c


# 34192277 02-Aug-2007 bcordonn <bcordonn@hookshot.mcs.anl.gov>

merge

Hg-commit: 57db4525ffc13808307778e98504216b6611aa1e


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