Hi,
I need to solve bunch of PDEs that result in single matrix and multiple right-hand sides.
Is there anyway of implement this in fenics?
I search online, and seems only the belos package of trilinos does that.
How can I set up my linear algebra backend to be trilinos in fenics?
thanks!