| #
8e7768b9
|
| 24-Mar-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac
|
| #
b45d2f2c
|
| 24-Mar-2012 |
Jed Brown <jed@59A2.org> |
Rename include/private/ to include/petsc-private/
Hg-commit: 9a1730720b0d9756437b40462617551504641ade
|
| #
0ebbf5cd
|
| 11-Mar-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 4f48dde03429d0318c7e23bc7de128a9e6ddc8fd
|
| #
4ddd07fc
|
| 09-Mar-2012 |
Jed Brown <jed@59A2.org> |
Update Hypre to 2.8.0b and add support for 64-bit int
Hg-commit: 5d03e530c1f830fb05b572b0b2d592af05604486
|
| #
bfae9544
|
| 08-Sep-2011 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: aee85eceae49b0be84b866808d01e3877a200a0a
|
| #
fc3f3fdc
|
| 08-Sep-2011 |
Peter Brune <brune@cs.uchicago.edu> |
commit after merge
Hg-commit: 9cbf2c231923b083e521e934a6bca8e96ed54c26
|
| #
5f6043d5
|
| 08-Sep-2011 |
Satish Balay <balay@mcs.anl.gov> |
merge from 32
Hg-commit: 2a932b9678b7d18ec91ebd2fa634798d76d1c322
|
| #
4336a9ee
|
| 08-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
In both petsc-3.1-p8 and petsc-dev, it looks like you can't choose cycle type W for boomerAMG. Is this by design?
static const char *HYPREBoomerAMGCycleType[] = {"","V","W"};
(....snip...)
Pets
In both petsc-3.1-p8 and petsc-dev, it looks like you can't choose cycle type W for boomerAMG. Is this by design?
static const char *HYPREBoomerAMGCycleType[] = {"","V","W"};
(....snip...)
PetscOptionsEList("-pc_hypre_boomeramg_cycle_type","Cycle type","None",HYPREBoomerAMGCycleType,2,HYPREBoomerAMGCycleType[jac->cycletype],&indx,&flg);
HYPREBoomerAMGCycleType is length 3, but the length passed to PetscOptionsEList is 2, so cycle type "W" can't be chosen.
Hg-commit: d16789af6f37cfe5e8f44d7cc43441b7dae31958
show more ...
|
| #
df17f0d5
|
| 18-Jul-2011 |
Kerry Stevens <kstevens@spetjhiong.com> |
commit after merge from petsc-dev (MatMult_Add function)
Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7
|
| #
b96a4a96
|
| 31-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed -pc_hypre_boomeramg_print_statistics to not use the wrong Logical that does not support passing 2 or 3 as argument, instead use PetscOptionsName()
Hg-commit: 7dead52068481135ed4c3357c0dfaf502a
fixed -pc_hypre_boomeramg_print_statistics to not use the wrong Logical that does not support passing 2 or 3 as argument, instead use PetscOptionsName()
Hg-commit: 7dead52068481135ed4c3357c0dfaf502ab87e06
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
|
| #
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 ...
|
| #
f4bdf6c4
|
| 19-Feb-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
moved mhyp.c to seperate directory so do not need if defined hypre for entire file
Hg-commit: 5909da589d1be4b138405b1dbdf4bea0def124c1
|
| #
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 ...
|
| #
ebdbe881
|
| 03-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 408da9d97fba22d7285ddfd7e8a6e622299e2cce
|
| #
e40c8662
|
| 02-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 9ed2cb431947553955f0ce85412d290cc41bb35c
|
| #
325fc9f4
|
| 02-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some mansec = DA and mansec = DMDA mistakes from previous changes
Hg-commit: 5d8cac658961538ec6e588146350f5f4e566d4b7
|