Re: [deal.II] Re: Outputting stress tensor at each quadrature point

2022-05-19 Thread Wolfgang Bangerth
On 5/19/22 00:47, BBah wrote: i am just trying to put out the norm of the stresses like in step 18. Is there a way to save my stress tensor for each cell and put it out ? In step 18 there is a loop through each cell and the locally owned are used to put out the stresses. Is there a way to do

Re: [deal.II] Re: Outputting stress tensor at each quadrature point

2022-05-19 Thread BBah
One more hint maybe. I have just modified the code " Quasi-Static Finite-Strain Compressible Elasticity " for my purposes. If anybody know how to put out stresses from this code i would be able to implement it into my code too. BBah schrieb am Donnerstag, 19. Mai 2022 um 12:17:07 UTC+2: > I ju

Re: [deal.II] Re: Outputting stress tensor at each quadrature point

2022-05-19 Thread BBah
I just can't find any sample or example how to put out my stress tensor. It should be pretty easy because my stress is stored for each cell in my PointHistory class but how to access these stresses and put them out ? I hope somebody can help me BBah schrieb am Donnerstag, 19. Mai 2022 um 08:47: