dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #12939
Re: matrix action
On Monday 06 April 2009 23:42:29 Robert Kirby wrote:
> oops. send hit prematurely,
> class FooAction( dolfin.uBLASKrylovMatrix ):
> def __init__( self ):
> # whatever initialization I need
> def mult( self , x , y ):
> # put my nifty code here for doing matrix-vector products
> def size( self , dim ):
> # however big the implied matrix is in each direction
Have never used it but it looks like it should work.
> > It seems that uBLASKrylovMatrix is now loaded in pyDOLFIN but
> > thatuBLASKrylovSolver is not.
Try now.
Johan
Follow ups
References