Hi everyone!

I'm trying to export data as tensors to vtu format (for ParaView) with the 
add_data_vector() function with DataComponentInterpretation::
component_is_part_of_vector. 
Unfortunately, I don't know how to use it properly and I don't find any 
example or clue about it in the deal.II documentation or on the GitHub page.
There's one Reynolds tensor per node and they are stored in a vector. Since 
the number of components (4 or 9/node) is bigger than the number of dofs (3 
or 4/node) or the number of cells, I always got an error. I know this is 
because of the DataOut<dim>::type_dof_data/type_cell_data/type_automatic, 
how to do it with another type of data? 
I'm looking to the good way to use component_is_part_of_tensor, any help is 
welcome. :)

Regards,

Audrey

-- 
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/7df7d739-58d1-4a46-b299-5a97aae01f82n%40googlegroups.com.

Reply via email to