Hi,

Please search the forum, this question has been discussed numerous times in 
past, for example:
https://groups.google.com/forum/?fromgroups#!searchin/dealii/quadrature$20points|sort:relevance/dealii/FW9Jy5_CUGY/JK6OSFWrAQAJ
https://groups.google.com/forum/?fromgroups#!searchin/dealii/quadrature$20points|sort:relevance/dealii/pffybI-6kuY/bOetoHPcDwAJ

A quick note: displacements are given in the FE space already, so you 
should know how to output and visualize them.
Stresses are known at quadrature points, so you would need to either 
(approximately) project them to some FE space or 
output them as a collection of values of second order tensors at each point 
(you would need to dig into VTK to see what is the required format). 

Regards,
Denis.

On Tuesday, October 10, 2017 at 1:14:33 PM UTC+2, Ehsan wrote:
>
> Hello,
>
> Is there a way to output the results at Gauss points to visualize it in 
> VisIt or Paraview or Tecplot?
> (For example extract the displacement or stresses)
>
> Best regards.
> Ehsan
>

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to