Hello all,

I am struggling to turn a matrix scalar product into a linear operator. I 
currently have:

temp = M.matrix_scalar_product(u,u);


and I need to turn 'temp' into a linear operator. 

I have tried turning 'M' into a linear operator first  and then  performing 
the multiplication and have also tried something like 
linear_operator(temp). Neither has compiled.

Thank you in advance!

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/2e306fd4-a862-4981-99ac-5e1aebb3ed63n%40googlegroups.com.

Reply via email to