History log of /petsc/src/mat/impls/aij/seq/aij.c (Results 1476 – 1500 of 2495)
Revision Date Author Comments
# 6623f21e 16-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f7a62d9c6ba76030194803b027b4d7876ef02387


# fbdbba38 16-Jun-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Started work on upgrading MatLoad()

Hg-commit: e759be04090b2041f169a94773bc54b62c24ff11


# 5148efb2 16-Jun-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 8f08ad9f64d125fb53316ec5474fbfc0e8ec6eb9


# fa1c05ea 16-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 41c58157a6a224c1869477ba893b728b564d6719


# 3649974f 16-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

changed many VecGetArray() to VecGetArrayRead()

Hg-commit: d7f64a5632750c1ca905eea86db48747b7367a8a


# 1773d884 09-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b8ceb50b98ab67bf8cb250cdd95a4dda3c00f489


# d42967fe 08-Jun-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 3454a5c43196545e2ec054e10dfb9c3de30983c2


# 586621dd 08-Jun-2010 Jed Brown <jed@59A2.org>

SeqAIJ implementation for CHOLMOD

Hg-commit: 8ae4884ae75bffc4c810c58d11d51aa9b024e337


# 05772624 07-Jun-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 8eb1b0a369f9ab4b13dd8ccc92d9c82da0822d87


# ad8e3b70 07-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 534539781f71eb6ba71ef89f4c82d23acf24e8e4


# fef13f97 04-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

undid the MatSeqXAIJReallocation conversion from macro to function because it was broken.

Hg-commit: dea7891b2ca43e5c3492cc1ddf826db987b36c10


# 4b9149d0 04-Jun-2010 Victor Minden <victorminden@gmail.com>

Added functionality to do VecScale_Seq with CUDA

Hg-commit: 03fc0a1743fa5058e74e5c64d61114027987800a


# 864a5514 04-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 46185e7fd336cffd34e37d6fb3000ca9cd647fbe


# 936c6a71 04-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f22d1eddb75a19febb7e6bbaead2dc4196ee1cfa


# 17454e89 04-Jun-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Conversion of a few macros to static inline functions
Fixed fill ratio info for SeqAIJ LU symbolic factorization

Hg-commit: 70f9e9faca93960c98b60d63404804672fe0204b


# 3ebdb456 04-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f5d9a466948e8430f87db74492ebf40e7dba30bc


# 8e58a170 03-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

-mat_view_info option now prints how many mallocs done during MatSetValues() calls. i.e. there was not enough preallocation.

Hg-commit: 67924c1b341eff65b03e800aa6bcfd3cec414aa7


# 2692d6ee 22-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b

show more ...


# b23f91a4 18-May-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 3d6e115ed50e0a91aeb25dbd4b36559e2e6d6008


# 265428aa 16-May-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c3dbc987bfe0a0841687eb44f966a4d1e14d4dc0


# bccb9932 14-May-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Merged MatGetFactor seq and mpi routines for MUMPS.
Replaced "PetscTruth valOnly" input to MatConvertToTriples with "MatReuse reuse"
Added nightly test cases.

Hg-commit: 98eb5544568b0e3e2c944849bbdd

Merged MatGetFactor seq and mpi routines for MUMPS.
Replaced "PetscTruth valOnly" input to MatConvertToTriples with "MatReuse reuse"
Added nightly test cases.

Hg-commit: 98eb5544568b0e3e2c944849bbdd111b0905ded9

show more ...


# 65e19b50 11-May-2010 Barry Smith <bsmith@mcs.anl.gov>

the last work I will do on reformatting use of SETERRQX() and passing in the appropriate comm; I am bored to tears

Hg-commit: 9e0ef782022dbdc055a74473b60f135ee06122ac


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# b5795a70 04-May-2010 Jed Brown <jed@59A2.org>

merge

Hg-commit: 1bac71635a5063209361ccd86cfde800f48e2930


# 84ec4a3a 03-May-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 8f968822b007c65b5868fa45c24e46f0b1ecd9f0


1...<<51525354555657585960>>...100