Hi all, I am implementing a stabilized weak form of a vector-valued problem (e.g., displacement u and pressure p with corresponding weighting functions w and q). One of the stabilization terms takes the form (grad q, \tau grad p), where \tau is actually a tensor. Here \tau is locally determined by solving an element-wise linear system. Therefore I am using a FullMatrix class for \tau.
However, since \tau is involved in the numerical integration, it seems more convenient to convert \tau into a Tensor class. Is there a quick method to convert a FullMatrix into a Tensor? Or is there a better way to code this workflow? Any suggestion is appreciated. If more info is needed, please let me know also. Regards, Lixing -- 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/6b336950-c7cf-4cbe-9686-d4d34b6b2745n%40googlegroups.com.
