| #
90d2dec7
|
| 02-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fix to MatGetRowIJ_SeqAIJ_Inode_Symmetric() to prevent looking past the end of the ja[] in the sparse matrix data strucre which could happen if the final row of the matrix did not have a diagonal ent
fix to MatGetRowIJ_SeqAIJ_Inode_Symmetric() to prevent looking past the end of the ja[] in the sparse matrix data strucre which could happen if the final row of the matrix did not have a diagonal entry
Hg-commit: b51e2c6bacd63d4c536eb6ae91fc92efac64d391
show more ...
|
| #
0163c4cf
|
| 02-Sep-2011 |
Jed Brown <jed@59A2.org> |
merge from 3.2
Hg-commit: 5f7b3aa7e88714da32481a779ee60851d009d8cf
|
| #
df17f0d5
|
| 18-Jul-2011 |
Kerry Stevens <kstevens@spetjhiong.com> |
commit after merge from petsc-dev (MatMult_Add function)
Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7
|
| #
673ff3ca
|
| 09-Jun-2011 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: f6cda0bdef9568b151b239dd9c658a29e6012a56
|
| #
c6f84fa7
|
| 08-Jun-2011 |
Jed Brown <jed@59A2.org> |
merge
Hg-commit: 1aba87c72e2298d994eac0232c0bcc4d5d03b35f
|
| #
da65836d
|
| 08-Jun-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
forgot
Hg-commit: 25130f99e0f2fe091c27a52ed2306548b4504951
|
| #
d0660788
|
| 31-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added matrix object to MatCheckPivot routines to allow displaying more information on failure PCEXOTIC turns off DM object in PCMG so that PCSetUp_MG() doesn't use the DM object to generate incorrect
added matrix object to MatCheckPivot routines to allow displaying more information on failure PCEXOTIC turns off DM object in PCMG so that PCSetUp_MG() doesn't use the DM object to generate incorrect work vectors SNESSetDM,KSPSetDM and PCSetDM allow using 0 dm to clear current DM.
Hg-commit: d3ce2e5ec6f3ec4502b397e3155085dddbdcd62e
show more ...
|
| #
d39137a2
|
| 12-Jan-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10
|
| #
247e2d92
|
| 06-Jan-2012 |
Jed Brown <jed@59A2.org> |
Mass revert file modes that were made executable in f6e61ee9c329
Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
|
| #
832f7384
|
| 01-Jan-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257
|
| #
14e519b0
|
| 31-Dec-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
changed MatMatMult to MatTranposeMatMult.
Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
|
| #
6bf464f9
|
| 18-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
converted rest of source code to take pointers into destructor reoutines. make test workds
Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3
|
| #
c6db04a5
|
| 14-Mar-2011 |
Jed Brown <jed@59A2.org> |
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h
Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
|
| #
47dad92f
|
| 13-Mar-2011 |
Sean Farley <sean@mcs.anl.gov> |
Merged
Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237
|
| #
7d0a6c19
|
| 12-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
removed #define PETSCXXX_DLL from top of all source files
Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
|
| #
be6adb11
|
| 01-Jan-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some unitialized variables warnings with MPI-uni
Hg-commit: 925a462303ee56a402b0355f3680130c52d4c99c
|
| #
8c172940
|
| 06-Dec-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e
|
| #
7087cfbe
|
| 05-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs removed all DLL export/import stuff since it was never used and never will be removed MatPermuteSparsify() since it sucked.
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs removed all DLL export/import stuff since it was never used and never will be removed MatPermuteSparsify() since it sucked.
Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13
show more ...
|
| #
4ac538c5
|
| 06-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
finished converting to use PetscTryMethod() and PetscUseMethod() whenever possible.
Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d
|
| #
70b3c8c7
|
| 03-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
merged ISCreateGeneral(), ISCreateGeneralNC() and ISCreateGeneralWithArray()
Hg-commit: 6b6d97a9614bebe6ee4abe6a5cb88a816f7fa364
|
| #
3334f37f
|
| 29-Sep-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04
|
| #
ace3abfc
|
| 28-Sep-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL note this requires a new sowing version
Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
|
| #
21b1d680
|
| 06-Sep-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 1ac99e58bacaa1133113d86e76355c2a6ff8e56d
|
| #
b4be0e3a
|
| 31-Aug-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: ee2c880beeb7f5709c949b456809141d38ab9b9a
|
| #
0e206665
|
| 28-Aug-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f164ce7549fa74f62a595e83f292eeb4d2854681
|