History log of /petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c (Results 226 – 250 of 307)
Revision Date Author Comments
# b24902e0 01-May-2008 Barry Smith <bsmith@mcs.anl.gov>

initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead
most code does not yet run but all code should be using the new format.

Hg-commit: ac83415153993ee58dc4

initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead
most code does not yet run but all code should be using the new format.

Hg-commit: ac83415153993ee58dc4194c173418bfbd73bc73

show more ...


# d3961cc3 23-Apr-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: fa3e6714ee07a74a50771a91df7da838e348b8a6


# 52c0c1a8 18-Apr-2008 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: 3913114c5379e1a44b5d26cef43f09d0207c956e


# bebc3af9 18-Apr-2008 Barry Smith <bsmith@mcs.anl.gov>

set MatMatSolve function table pointer to 0 when converting SeqAIJ matrices to
a different matrix type that would not support MatMatSolve_SeqAIJ().

Hg-commit: aa3159b381305675ea2876a545bfccfbdbbdc

set MatMatSolve function table pointer to 0 when converting SeqAIJ matrices to
a different matrix type that would not support MatMatSolve_SeqAIJ().

Hg-commit: aa3159b381305675ea2876a545bfccfbdbbdcdb7

show more ...


# 3be44c43 18-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


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

Merge.

Hg-commit: 4a9e5a2b97bdb9073e83eff56096e46ac4ef2230


# 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


# 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


# 823e7f9c 30-Jul-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 87e316ba2724836f5390b8c890f9dee19e9c35ea


# 0802e0e8 10-Jul-2007 bcordonn <bcordonn@hookshot.mcs.anl.gov>

Commit after a merge

Hg-commit: 27d386e23e9f55709fe4259d452de253e8d187ea


# d0051c2c 07-Jul-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6fb2e2031f541698c18b941059a70518bfdac344


# 2ef6adf6 06-Jul-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 1c3afdd77376c2f1a3f6c814cb3554fcc98760b5


# 38f2d2fd 06-Jul-2007 Lisandro Dalcin <dalcinl@gmail.com>

initial changes for better memory loggin on objects

Hg-commit: 0ef7914e13d41d173ef1ba2552c26bd9f41bc807


# b161289d 23-Nov-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 36c96953213eda7909386707ab2576b425bd5eb2


# 37e953ca 12-Nov-2006 Barry Smith <bsmith@mcs.anl.gov>

autocommit except for snes/examples/tutorials/makefile ex19_1 stuff?

Hg-commit: 41d347c2815ed3817e9ce17c6d2b9f96eec7d81e


# a82fdc85 10-Nov-2006 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: 8e1323ff2bf591cdc00a71ab8559ffef4f2e1906


# 1f03425e 10-Nov-2006 Satish Balay <balay@mcs.anl.gov>

fix compile issues with matlab interface

Hg-commit: 164582fe5c3050fb2ff3c5f8082dce8785b6d3a2


# 12279481 31-Jul-2006 emppter <emppter@pbrune>

merge



Hg-commit: 445855cec72d274853746c763d0a7ba017f3fea1


# 86406e2e 31-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 0a3d3017dd69cce84140ceaa2bbc517050c8d323


# 17667f90 30-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

Cleanup of MatConvert....
Removal of special AIJ matrix type
Moved setting the matrix type_name from MatSetType() to each MatCreate_

Pretty messy stuff, not tested for external packages
probably l

Cleanup of MatConvert....
Removal of special AIJ matrix type
Moved setting the matrix type_name from MatSetType() to each MatCreate_

Pretty messy stuff, not tested for external packages
probably lots of broken stuff

Hg-commit: 4d6c1df13f9fa0d93bc9d5bb964240852547fe7b

show more ...


12345678910>>...13