Re: [deal.II] Adding the manifold ID to a DataOutFaces

2020-04-09 Thread Wolfgang Bangerth
On 4/9/20 5:00 PM, Jean-Paul Pelteret wrote: Sorry, I hit send too soon. It might be possible to use a PostProcessorScalar to extract the manifold ID from the cell that the post-processor is actively working on, and return that value as the outputted “computed_quantities". Then you don’t need t

Re: [deal.II] Adding the manifold ID to a DataOutFaces

2020-04-09 Thread Jean-Paul Pelteret
Sorry, I hit send too soon. It might be possible to use a PostProcessorScalar to extract the manifold ID from the cell that the post-processor is actively working on, and return that value as the outputted “computed_quantities". Then you don’t need to worry about any of the iterating yourself. B

Re: [deal.II] Adding the manifold ID to a DataOutFaces

2020-04-09 Thread Jean-Paul Pelteret
Hi Bruno, I haven’t used this class before, and admittedly haven’t gone digging too deep for examples of where its used. But here are a few examples (one tutorial and a couple from the test suite) that may be able to guide you in the right direction. At first glance, its seems to work more-or-l

[deal.II] Adding the manifold ID to a DataOutFaces

2020-04-08 Thread Bruno Blais
Dear all, I hope you are well. I am currently working extensively with adaptive mesh refinement and I feel the need to output the 2D boundary surface of my 3D mesh (thus a dim=2, spacedim=3 type of problem) I have realized there is an amazing Data out object that exists DataOutFaces which does