[deal.II] Re: Post-processing with different cell material properties

2016-08-06 Thread Daniel Arndt
Pete, I remember someone having something like this in mind. This is the link to that discussion: https://groups.google.com/forum/#!topic/dealii/QKuDndKojug A different way would be to derive from DataOut and overwrite DataOut::first_cell and DataOut::next_cell by skipping all the cells that d

[deal.II] Post-processing with different cell material properties

2016-08-06 Thread Pete Griffin
Hello, Again. I am trying to post-process an elastic problem for which I have cells with different material properties. I would like to determine von-mises stress and output it to the solution file. Presently I save the cell materials properties in the assemble() function to arrays. I was going

dealii@googlegroups.com

2016-08-06 Thread Daniel Arndt
It seems that there is something wrong with your TBB installation. Which version of TBB are you using? Could you send your "detailed.log" file located in the deal.II build directory? TBB is also bundled with deal.II and you can force to use that via $ cmake -DDEAL_II_FORCE_BUNDLED_THREADS=ON . i