On Sun, 29 May 2016, Alberti, Andrea wrote:

> I write to you because I am interested in using a user-provided 
> preconditioner for my problem and I would greatly appreciate
> if you could help me by giving me some references and/or examples at this 
> regard.

I don't know of any examples offhand, but this conversation belongs on
libmesh-users anyway and perhaps someone else there will chime in.

The libMesh solver interfaces have an attach_preconditioner method,
which you can use to supply your own preconditioner matrix.  It looks
like we might only support SparseMatrix preconditioners, not
ShellMatrix preconditioners, but if you want to do the latter then
that interface (for use with PETSc, at least; I don't know if we ever
got around to adding ShellMatrix support for other solvers) shouldn't
be too hard for you to add.
---
Roy

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to