| #
14e519b0
|
| 31-Dec-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
changed MatMatMult to MatTranposeMatMult.
Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
|
| #
d7465e05
|
| 16-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: b62c100e29b153a87bb3f834166c8f7035f06ea4
|
| #
7f15d9d9
|
| 15-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 623f52c9b1ca5412d9a0d84c7827c8daba914fd2
|
| #
079a340b
|
| 15-Nov-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix manual for PCJacobi
Hg-commit: ca3cff21ce0a8559824773e0596f57cfba2deddb
|
| #
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
|
| #
d34fcf5f
|
| 20-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some PCReset
Hg-commit: 1a6f5fc1c27b74d8f5d610cf83563c4ec287b72b
|
| #
a06653b4
|
| 19-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
got gfortran quad precision also working for 4.6 added more pcreset for other PCs
Hg-commit: 9ecce33931895bae4575b370a4bd88f21e9fd656
|
| #
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
|
| #
c31cb41c
|
| 22-Feb-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed .bib entries with Gail's corrections removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically
fixed .bib entries with Gail's corrections removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically
Hg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db
show more ...
|
| #
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 ...
|
| #
671f6225
|
| 17-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after monster merge with Jed's changes to Truth/Bool broke some stuff
Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac
|
| #
acfcf0e5
|
| 14-Oct-2010 |
Jed Brown <jed@59A2.org> |
PetscOptionsTruth -> PetscOptionsBool and related
Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77
|
| #
4ac538c5
|
| 06-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
finished converting to use PetscTryMethod() and PetscUseMethod() whenever possible.
Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d
|
| #
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
|
| #
d5bac5b1
|
| 09-Jul-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: dbe17f4cd57aa220aaa7f3a4929b4662f1fd3cc2
|
| #
d2ffe925
|
| 09-Jul-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: fb3fb77fa7d8bd71eb94b0f289024414b41b2354
|
| #
ad4df100
|
| 08-Jul-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
started adding Logically or Neighbor-wise Collective to manual pages
Hg-commit: 7a478f9b05148e2efabc037328838c5851772610
|
| #
ff219bfb
|
| 27-Apr-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 1f5ce9b1fa7762a7d57e66fe241c05a915d43e19
|
| #
b037da10
|
| 21-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed KSPSetPreconditionerSide() that was suppose to be KSPGetPCSide()
Hg-commit: 068117fbd4fb4281de7587f212174056f2cf30b1
|
| #
1718446f
|
| 20-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed -ksp_right_pc and friends to -ksp_pc_side right,left,symmetric changed KSPSetPreconditionerSide() to KSPSetPCSide() to match second argument which is PCSide not PreconditionerSide
Hg-commit:
changed -ksp_right_pc and friends to -ksp_pc_side right,left,symmetric changed KSPSetPreconditionerSide() to KSPSetPCSide() to match second argument which is PCSide not PreconditionerSide
Hg-commit: 80ca67847b9d07b490f4014f7a90ed092dfe28e4
show more ...
|
| #
f0eb1ee0
|
| 12-Apr-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0
|