← Back to team overview

dolfin team mailing list archive

Re: Reduce clutter in dolfin python namespace.

 

Patches applied and seem to work (but I have only done minimal
testing).

Note that until the patch has been applied also to Viper, DOLFIN won't
work, so don't pull until Ola has pushed (or apply the Viper patch
yourself).

-- 
Anders


On Sun, Mar 30, 2008 at 02:44:39PM +0200, Joachim B Haga wrote:
> Joachim B Haga <jobh@xxxxxxxxxxxx> writes:
> 
> > --- a/site-packages/dolfin/__init__.py	Sat Mar 29 16:12:04 2008 +0100
> > +++ b/site-packages/dolfin/__init__.py	Sun Mar 30 14:16:45 2008 +0200
> > +    from dolfin import SLEPcEigenValueSolver
> 
> Oops, that should have been SLEPcEigenvalueSolver (lower-case 'v'). Still not
> tested though...
> 

Content-Description: Fix for slepc
> # HG changeset patch
> # User "Joachim B Haga <jobh@xxxxxxxxx>"
> # Date 1206880938 -7200
> # Node ID 2925a65e6929d0df4ebbb87eada40938b78d6879
> # Parent  f55c4da693e090c8a0bac52f23dcf7eb488bc469
> Typo in SLEPcEigenvalueSolver
> 
> diff -r f55c4da693e0 -r 2925a65e6929 site-packages/dolfin/__init__.py
> --- a/site-packages/dolfin/__init__.py	Sun Mar 30 14:16:45 2008 +0200
> +++ b/site-packages/dolfin/__init__.py	Sun Mar 30 14:42:18 2008 +0200
> @@ -41,7 +41,7 @@ except:
>      pass
>  
>  try: # optional package slepc
> -    from dolfin import SLEPcEigenValueSolver
> +    from dolfin import SLEPcEigenvalueSolver
>  except:
>      pass
>  

> 
> -j.

> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev



Follow ups

References