Hi Chen,

The internal data structures are designed so that we have a consistent 
intermediate representation that works for all supported output formats. It's 
generally not what you want to use since it works with the lowest common 
denominator (DG elements) representation of the solution. The 'right' answer is 
that you should use normal-looking deal.II code to compute whatever output 
quantities you care about.

What kind of results do you want to get out of this class?

Best,
David
________________________________
From: dealii@googlegroups.com <dealii@googlegroups.com> on behalf of Chen R 
<chenre...@gmail.com>
Sent: Wednesday, May 26, 2021 7:58 AM
To: deal.II User Group <dealii@googlegroups.com>
Subject: [deal.II] Outputting DataOut Object into Personal Object Rather Than 
Outputing to File

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 
dealii+unsubscr...@googlegroups.com<mailto:dealii+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/adeaf5ea-25fb-4fb9-b11e-5a0a6edbee1fn%40googlegroups.com<https://groups.google.com/d/msgid/dealii/adeaf5ea-25fb-4fb9-b11e-5a0a6edbee1fn%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/BN7PR03MB43561BD1140CE3D0B821254DED3E9%40BN7PR03MB4356.namprd03.prod.outlook.com.

Reply via email to