I'm working (very slowly) on re-implementing our method on the basis of deal.ii. It is based on the variational multiscale framework where the stabilization tensor \tau is solved by the fine-scale problems. The fine-scale problem is discretized with bubble functions which yield a local (within an element) linear system. I guess this explains my previous threads about bubble function, tensor contraction, and other stuff. I really appreciate the help from you and this community.

I see. Yes, in that case just copying the elements of the FullMatrix to a Tensor is the right approach. It should also cost at most a tiny fraction of the cost you put into computing the elements of the matrix/tensor, so the only price to pay is that it would be conceptually *nicer* to not have to do that conversion yourself. But you already found copy_to().

Best
 W.


--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/d0488a8d-699d-d56f-4ba5-d04f670604f7%40colostate.edu.

Reply via email to