[deal.II] Mark the position in the output result

2022-04-27 Thread hkch...@gmail.com
Hi, everyone. In input mesh file, I mark some boundaries and materials by some numbers, 1 to inlet boundary and 2 to outflow boundary for example. But the output files MyResults.vtk are not attached by the numbers, in other words, after importing the results to Paraview, I select the cell of bou

Re: [deal.II] Mark the position in the output result

2022-04-27 Thread Wolfgang Bangerth
On 4/27/22 07:39, hkch...@gmail.com wrote: In input mesh file, I mark some boundaries and materials by some numbers, 1 to inlet boundary and 2 to outflow boundary for example. But the output files MyResults.vtk are not attached by the numbers, in other words, after importing the results to Para

Re: [deal.II] Mark the position in the output result

2022-04-27 Thread SebG
Dear Chen, I don't know whether an output of boundary IDs, cell IDs etc. is possible with the DataOut class, but I am quite sure that GridOut supports this feature. B

Re: [deal.II] Mark the position in the output result

2022-04-27 Thread Wolfgang Bangerth
On 4/27/22 11:41, SebG wrote: I don't know whether an output of boundary IDs, cell IDs etc. is possible with the DataOut