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 strains (of course, knowing that the two are symmetric). Regards, Denis. 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 points but I > don't know how to calculate the stress and strains at nodes because they > are not continues. > > Can you please help me and guide me to calculate stress and strains at > nodes and export them. > > Thanks. > Lisa > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
