Hi David,

I am mainly trying to integrate the dealii system with our own geometric 
modeling program to do FE calculations. Right now created a basic 
elasticity solver based on the tutorials.
The thing is I want to create a triangulation from our geometry and 
calculate on it then present the results back to in our program, but not 
entirely sure in what order the results are outputted using the SolverCG.

My idea was to use some object like DataOut which can ouput the solution in 
a predetermined way but I see that this is not the way to do it.

On Tuesday, June 1, 2021 at 6:19:23 PM UTC+3 Wells, David wrote:

> 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:* [email protected] <[email protected]> on behalf of 
> Chen R <[email protected]>
> *Sent:* Wednesday, May 26, 2021 7:58 AM
> *To:* deal.II User Group <[email protected]>
> *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 [email protected].
> 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/0701fafc-7779-4f33-8f41-1466443d81f6n%40googlegroups.com.

Reply via email to