Re: [deal.II] Re: Function to output stress and strain

2018-11-03 Thread Denis Davydov
Hi Shawn, > 3 нояб. 2018 г., в 2:28, Yuxiang Wang > написал(а): > > Hi Denis, > > Thank you for the pointer! This is very helpful. > > The below is my understanding (and please let me know if I am wrong): > > 1. If we do the L2 projection over a domain of elements, then it smooths the > str

Re: [deal.II] Re: Function to output stress and strain

2018-11-02 Thread Yuxiang Wang
Hi Denis, Thank you for the pointer! This is very helpful. The below is my understanding (and please let me know if I am wrong): 1. If we do the L2 projection over a domain of elements, then it smooths the stress jumps in the sense of integration. The stress would be continuous over the domain

[deal.II] Re: Function to output stress and strain

2016-11-04 Thread Lisa Collins
Thanks Denis :) I will try it. On Thursday, November 3, 2016 at 9:38:49 PM UTC+1, Lisa Collins wrote: > > Hello, > > I solved a problem using deal ii and now in the out put step I have > problem exporting nodal stress and strain values. > in each cell I can calculate stress and strains at Gauss

Re: [deal.II] Re: Function to output stress and strain

2016-11-04 Thread Denis Davydov
Hi Lisa, > On 4 Nov 2016, at 11:54, Lisa Collins wrote: > > Thanks for the replies. > The problem I am facing has two parts: > > 1- In deal ii, how to calculate stress at nodes based on stress at Gauss > points? Stress at nodal points is not continues. Is there any averaging > function to ca

[deal.II] Re: Function to output stress and strain

2016-11-04 Thread Lisa Collins
Thanks for the replies. The problem I am facing has two parts: 1- In deal ii, how to calculate stress at nodes based on stress at Gauss points? Stress at nodal points is not continues. Is there any averaging function to calculate stress at nodal points? 2- Export nodal stress tensor using DataPo

[deal.II] Re: Function to output stress and strain

2016-11-03 Thread Denis Davydov
Hi Lisa, To project from quadrature points to (continuous) FE space you can use this function in current master branch of GitHub: https://www.dealii.org/developer/doxygen/deal.II/namespaceVectorTools.html#a2fdbf33bdf8531ce0e4febf656cd92da you would need to do for each component of stress and st

[deal.II] Re: Function to output stress and strain

2016-11-03 Thread Daniel Arndt
Lisa, I solved a problem using deal ii and now in the out put step I have problem > exporting nodal stress and strain values. > in each cell I can calculate stress and strains at Gauss points but I > don't know how to calculate the stress and strains at nodes because they > are not continues. >