Hi Seyed,

I am old-fashioned in this sense: indeed yes, I just plot the output into a file:

make run | tee my_results.txt

Then I `grep' the quantity (for example PStress) that I want and then plot with gnuplot.

Of course it would be a bit more efficient to write all output of interest directly into a file. Honestly this is not so difficult either with deal.II functions or directly
C++ (fstream, write, etc.).

In step-7 you will get an idea how to use deal.II functions for latex output.

Best Thomas


On 06/07/2017 12:26 PM, 'Seyed Ali Mohseni' via deal.II User Group wrote:
Dear Thomas,

Would you be so kind to tell me how am I able to create the load-displacement curves like in your paper? Did you use gnuplot? And does deal.II have a built-in function that allows one to output the necessary data directly to gnuplot or to a textfile?

Thank you in advance.

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

--
++--------------------------------------------++
Dr. Thomas Wick
Maitre de conferences / Assistant Professor

Centre de Mathematiques Appliquees (CMAP)
Ecole Polytechnique
91128 Palaiseau cedex, France

Email:  thomas.w...@cmap.polytechnique.fr
Phone:  0033 1 69 33 4579
www:    http://www.cmap.polytechnique.fr/~wick/
++--------------------------------------------++
--

--
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