[deal.II] Re: Postprocessing on Vector Valued Problem

2016-12-21 Thread Jaekwang Kim
You were right

Oh I just got the result! 
I didn't know that dof_handler can automatically matching the sequence of 
the cell. 
Thank you for your time

Jaekwang Kim 

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[deal.II] Re: Postprocessing on Vector Valued Problem

2016-12-21 Thread Bruno Turcksin
Jaekwang,

On Wednesday, December 21, 2016 at 4:05:54 PM UTC-5, Jaekwang Kim wrote:
>
>
>  but How can I relate my 'cellwise_shear_rate' with dof handler so that I 
> finally able to see the values in 'vtk' format? 
> for now, it just seems that no more than a list of arrays
>
You mean a list of double not arrays right? It should work fine though, the 
first entry corresponds to the first cell, the second to the second cell, 
etc. Just use data_out.add_vector like usual.

Best,

Bruno 

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.