> > It sounds like the right direction. What happens when you try?
I tried the following: std::vector<DerivativeForm<1, 2, dim> > invJ = fe_values.get_inverse_jacobians (); This compiles fine. I don't understand the question. Since this is the return type, why can't > you > just store these objects as given? Now I stored the inverse of jacobian, but I cannot output it properly to see and check its struture. Is there a function to print such vectors? Kind regards, S. A. Mohseni -- 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]. For more options, visit https://groups.google.com/d/optout.
