Thread Previous • Date Previous • Date Next • Thread Next |
Gideon Simpson wrote:
I'm interested in implementing the Elman et al. preconditioner for Stokes in the fenics suite. This involves building an approximate schur complement for the block strucutre matrixA B^T B 0representing the weak form of the stokes operator. has anyone experimented, if not with this sort, some sort of block structure using the fenics front end?
No, when using the default uBLAS backend, there aren't any sophisticated preconditioners. You can create a preconditioner which derives from uBLASPreconditioner.
You can also look at using PETSc which provides a variety of preconditioners.
Garth
-gideon ------------------------------------------------------------------------ _______________________________________________ DOLFIN-dev mailing list DOLFIN-dev@xxxxxxxxxx http://www.fenics.org/mailman/listinfo/dolfin-dev
Thread Previous • Date Previous • Date Next • Thread Next |