Hi all, I am trying to run a basic elasticity calculation based on the tutorial (tutorial 8). I want to output the results and thought of using DataOut class similar to the tutorial so that the results are in a predefined order. But I don't want to output the data into a file but instead return some object that contains the data.\
The data structures in the DataOut class are all protected/private. Is there no API of this class to just get the result itself without writing into a file format of some kind? Is there such a way or am I going about this wrong? Thank you, Chen R. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/adeaf5ea-25fb-4fb9-b11e-5a0a6edbee1fn%40googlegroups.com.
