| #
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
|
| #
d42688cb
|
| 26-Feb-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
more work on adding KSPReset specifically for GMRES and fgrmes fixed PCSetUp_MG() for use with DM since it was using wrong matrix fro residual computation before the KSPSetUp created the inner matrix
more work on adding KSPReset specifically for GMRES and fgrmes fixed PCSetUp_MG() for use with DM since it was using wrong matrix fro residual computation before the KSPSetUp created the inner matrix.
Hg-commit: 6835e068fccf97e3b005b2b08b6299f968d2a4c5
show more ...
|
| #
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 ...
|
| #
e3c5b3ba
|
| 26-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed Matlab spelling to MATLAB some general MATLAB cleanup
Hg-commit: efcb24f191dfedc98b283d9e63e7859032e8ef35
|
| #
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 ...
|
| #
09573ac7
|
| 05-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed all EXTERN to extern the CAPS served no purpose
Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c
|
| #
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
|
| #
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
|
| #
a7421cb6
|
| 28-Sep-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 26de13d0bd881a667065d6c55203e03b123eb208
|
| #
63e6d426
|
| 24-Sep-2010 |
Jed Brown <jed@59A2.org> |
Make PC_MG logging (-pc_mg_log) log each level separately.
The old code clearly intended to do this, but the events were in PC_MG, not PC_MG_Levels so all but the finest was leaked (and time from al
Make PC_MG logging (-pc_mg_log) log each level separately.
The old code clearly intended to do this, but the events were in PC_MG, not PC_MG_Levels so all but the finest was leaked (and time from all levels was attributed to the finest level).
Hg-commit: 1ab456826813cf20dc84a56fd0fb2b4490b733a9
show more ...
|
| #
347c7118
|
| 24-Sep-2010 |
Jed Brown <jed@59A2.org> |
Make -pc_mg_monitor use prefix
Hg-commit: 44e14fced1e4ef14737334f70616726ea3bbd8fd
|
| #
2d19a89f
|
| 14-Sep-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
better formated ascii output
Hg-commit: 0f0e4dea7774c655d922527407588351dc69492d
|
| #
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
|
| #
c5eb9154
|
| 09-Jul-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
completed PetscValidLogicallyCollectiveXXX() routines and usage
Hg-commit: 374cfa6c3abbd90ea5b27fc02813ca73ae37b846
|
| #
ad4df100
|
| 08-Jul-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
started adding Logically or Neighbor-wise Collective to manual pages
Hg-commit: 7a478f9b05148e2efabc037328838c5851772610
|
| #
c9b90e31
|
| 06-Jul-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: f9a876531578af47c6e59a2c1d832a9c96637bc5
|
| #
ecd27fa7
|
| 05-Jul-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 2d6ad32b43b1a578b12595f155fe26ad565d78a0
|
| #
cd9507b2
|
| 03-Jul-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
cleanup of KSPSetUp() creating needed matrices and calling DMComputeMatrix and DMComputeRHS fixed 45 to not destroy matrix at end
Hg-commit: 2447d3bc5a6f0a1416c48d2033808af8f6d67342
|
| #
e1d8e5de
|
| 03-Jul-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed KSPSetUp() to call DMComputeJacobian only if setupcalled < 2 fixed PCApply_MG to get residual computer A if it does not already exist, for the case when the KSPSetUp() of the level uses DMCOmpu
fixed KSPSetUp() to call DMComputeJacobian only if setupcalled < 2 fixed PCApply_MG to get residual computer A if it does not already exist, for the case when the KSPSetUp() of the level uses DMCOmputeJacobian() to compute the matrix
Hg-commit: 6c85e047b59d054371f6fb32a8008a1d928d7656
show more ...
|
| #
4f66f45e
|
| 03-Jul-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed example ./configure options for iphone fixed mg bug when using galerkin option, extra destroy of matrix
Hg-commit: 3310b90f9082a619b25067b13e844bc2e71e0674
|