Hi Alberto!

If I understood you correctly, you transfer quadrature point data, with the 
`SolutionTransfer` class which is meant to transfer finite element 
approximations.

A different class dedicated to the transfer of quadrature point data 
already exists: It is called `TransferableQuadraturePointData`. Examples on 
how to use that feature can be found in 
`tests/base/quadrature_point_data_{02|03|04}`.

You could also use the `CellDataTransfer` class to transfer cell related 
data, i.e. stored as `Vector<Vector<double>>` in your case if I interpreted 
your code correctly. However, this particular feature is only available in 
the current `master` branch of the library and has not been released yet.

Hope this gives you some more options to find a solution!

Best,
Marc

-- 
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/71caa803-60fa-42cc-b609-3c2e1dd57674%40googlegroups.com.

Reply via email to