dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #25577
Re: [Branch ~dolfin-core/dolfin/trunk] Rev 6681: Change default PETSc amg preconditioner.
Yes definitely.
--
Anders
On Wed, Apr 11, 2012 at 04:03:23PM +0200, Johannes Ring wrote:
> Should that be PCHYPRE?
>
> Johannes
>
> On Wed, Apr 11, 2012 at 3:53 PM, <noreply@xxxxxxxxxxxxx> wrote:
> > ------------------------------------------------------------
> > revno: 6681
> > committer: Garth N. Wells <gnw20@xxxxxxxxx>
> > branch nick: mesh-parsing
> > timestamp: Wed 2012-04-11 21:51:05 +0800
> > message:
> > Change default PETSc amg preconditioner.
> > modified:
> > dolfin/la/PETScPreconditioner.cpp
> >
> >
> >
> > Your team DOLFIN Core Team is subscribed to branch lp:dolfin.
> > To unsubscribe from this branch go to https://code.launchpad.net/~dolfin-core/dolfin/trunk/+edit-subscription
> >
> > === modified file 'dolfin/la/PETScPreconditioner.cpp'
> > --- dolfin/la/PETScPreconditioner.cpp 2012-02-28 19:20:28 +0000
> > +++ dolfin/la/PETScPreconditioner.cpp 2012-04-11 13:51:05 +0000
> > @@ -44,13 +44,15 @@
> > ("sor", PCSOR)
> > ("additive_schwarz", PCASM)
> > #if PETSC_HAVE_HYPRE
> > - ("amg", PCHYPRE)
> > ("hypre_amg", PCHYPRE)
> > ("hypre_euclid", PCHYPRE)
> > ("hypre_parasails", PCHYPRE)
> > #endif
> > #if PETSC_HAVE_ML
> > + ("amg", PCML)
> > ("ml_amg", PCML)
> > + #elif PETSC_HAVE_HYPRE
> > + ("amg", PHYPRE)
> > #endif
> > ;
> >
> >
> >
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help : https://help.launchpad.net/ListHelp
References