| eecde7e7 | 30-Jan-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Better comment on MatGetSubMatrix - Small fix in Mesh.hh for Discretization
Hg-commit: 457dbbeee1e62a9b893997deb862bc6e561e1e41 |
| 3cfa8680 | 24-Jan-2007 |
Lisandro Dalcin <dalcinl@gmail.com> |
add error checking macros in many places
Hg-commit: 772df0a01f48fabab963c8ff44c67a5304f6199f |
| 69db28dc | 10-Jan-2007 |
Hong Zhang <hzhang@mcs.anl.gov> |
mv MatGetRedundantMatrix() from redundant.c into files under /mpiaij.
Hg-commit: 16b39331767fdbde8c3dd7e55e83336ce9a6b1f7 |
| f2b054ee | 14-Dec-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
add runtime info for fill ratio of MatMatMult() and MatPtAP()
Hg-commit: dfaec288a453a53f02448d177e1249db9fe2378f |
| 3050cee2 | 12-Dec-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
petsc.bib reference to Downar and Salome coupling approaches add PetscViewerASCIIGetStdout() to use in PETSc source instead of PETSC_VIEWER_STDOUT_(comm) for traditional PETSc error handling
Hg-co
petsc.bib reference to Downar and Salome coupling approaches add PetscViewerASCIIGetStdout() to use in PETSc source instead of PETSC_VIEWER_STDOUT_(comm) for traditional PETSc error handling
Hg-commit: d5925024de9641e364c42958da386445812c4f79
show more ...
|
| 34990090 | 04-Dec-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
update help menu for MatForwardSolve() and MatBackwardSolve()
Hg-commit: 2feb82895bf5b8dad909d2956919348efdf38ba2 |
| 7dcf0eaa | 27-Nov-2006 |
dalcinl <dalcinl@trantor.ceride.gov.ar> |
changes for correct reference counting
Hg-commit: 7240f091687d23f6eb0fb787008189c237331f2e |
| b9147fbb | 23-Nov-2006 |
dalcinl <dalcinl@trantor.ceride.gov.ar> |
moved many implementation headers to include/private
Hg-commit: aa99826eaac01bf46b6b3b0207d0ecd69d3393cb |
| fbd52ca3 | 21-Nov-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bug fixes for MatConvert() properly selecting converter.
Hg-commit: 0a22a1be7b7916116cf9ddb825296feffb8def26 |
| 357ced54 | 13-Nov-2006 |
Satish Balay <balay@mcs.anl.gov> |
disable auto-generation of fortran interface for MatGetOwnershipRanges()
Hg-commit: 879cf46fa97aed31049e443c45a216f887d53714 |
| 8ee2e534 | 12-Nov-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
changed IS_COLORING_LOCAL to IS_COLORING_GLOBAL completed simple support foror generating VecPackGetMatrix() allow VecPackAddArray() to locate the array on any process desired
Hg-commit: 5fd9ade
changed IS_COLORING_LOCAL to IS_COLORING_GLOBAL completed simple support foror generating VecPackGetMatrix() allow VecPackAddArray() to locate the array on any process desired
Hg-commit: 5fd9adecca44380da002f32420029d4f6cdeff16
show more ...
|
| 8c1ad04d | 02-Nov-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
more work on Vecpack, bug fix for blockmat
Hg-commit: f158f7a0f90afe4e459ba645e5f6b49a1be47855 |
| 64075487 | 31-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
work on vecpackgetmatrix work on blockmat
Hg-commit: 878f115e22d50ce8f3c7b1b1ddfe8c268c045d59 |
| 793850ff | 16-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
added MATCOMPOSITE to allow building matrix as some of identical size matrices
Hg-commit: 1286614afe90f5c7e06df836cfd5007a75034a85 |
| 290bbb0a | 09-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
added DMMGSetMatType() and -dmmg_mat_type <mtype> started symmetric version of BlockMat. added MatOptions[] to string match the options and renumbered the options from 0.
Hg-commit: 9884893e09ba39
added DMMGSetMatType() and -dmmg_mat_type <mtype> started symmetric version of BlockMat. added MatOptions[] to string match the options and renumbered the options from 0.
Hg-commit: 9884893e09ba39ad38482aeb4138851bf91cb680
show more ...
|
| ccb205f8 | 03-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
block relaxiation for blockmat simple fieldsplit for blockmat docs
Hg-commit: 430a14e409c8b7db31832ae78e5952e00da74c58 |
| 421e10b8 | 27-Sep-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
started BlockMat seq matrix format modified SEQIAJSTRUCTHEADER to support this
improved/fixed portions of fieldsplit and composite preconditioners
Hg-commit: 34ccd2b4894b8dd91a39b1af7f4acae5f917c
started BlockMat seq matrix format modified SEQIAJSTRUCTHEADER to support this
improved/fixed portions of fieldsplit and composite preconditioners
Hg-commit: 34ccd2b4894b8dd91a39b1af7f4acae5f917c476
show more ...
|
| b635d36b | 18-Sep-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of ICC with matrix reordering
Hg-commit: 2caff8019d2d61254847978e7e1708344ee7a876 |
| 909a696e | 12-Aug-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
Split HAVE_MATLAB into HAVE_MATLAB meaning the Matlab program and MEX exist and HAVE_MATLAB_ENGINE meaning we are turning on the Matlab engine from PETSc (this may not work anywhere because of
Split HAVE_MATLAB into HAVE_MATLAB meaning the Matlab program and MEX exist and HAVE_MATLAB_ENGINE meaning we are turning on the Matlab engine from PETSc (this may not work anywhere because of the messy Matlab shared libraries)
Started to migrate the PETSC_VIEWER_SOCKET to have the same usage as PETSC_VIEWER_BINARY. This means 1) the XXXView_Binary() methods will write to both sockets and binary files and 2) the PETSc PetscBinaryRead.m Matlab program will read into Matlab PETSc objects either from PETSc binary files or the PETSc socket.
Hg-commit: b8dc60db1bec603d47badde4641525c65924524d
show more ...
|
| d74fe821 | 01-Aug-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
removed nested use of PetscOptionsBegin()
Hg-commit: 8c62fadbb201069ecfb27a8ee2421600bc4f31c2 |
| 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 ...
|
| 8c07d4e3 | 29-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
removed MatPrintHelp, VecPrintHelp and all other pieces of XXPrintHelp that have been lying around. Made sure that the messages in these cases will be printed by PetscOptionsBegin{} clauses
Hg-c
removed MatPrintHelp, VecPrintHelp and all other pieces of XXPrintHelp that have been lying around. Made sure that the messages in these cases will be printed by PetscOptionsBegin{} clauses
Hg-commit: 2ef5b87b96c2b2cfb7360f26b21d06f2a48bd0c6
show more ...
|
| 66cd746e | 22-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
manually merged incomplete error check with support for PETSC_DEFAULT
Hg-commit: b4a88b87cf3055af31b5af8010db6d5c798b00a9 |
| 54996860 | 22-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
beats me, I hate hg
Hg-commit: a9c284f610437724e9e5046ec08ca223a57725d7 |
| ba03775d | 18-Jul-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatConvert SEQAIJ to/from SEQCSRPERM add more comments
Hg-commit: c63e01e8bf9c5273366948b138ec68632e0d7ded |