[deal.II] Outputting DataOut Object into Personal Object Rather Than Outputing to File

2021-05-26 Thread Chen R
stead 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, C

Re: [deal.II] Outputting DataOut Object into Personal Object Rather Than Outputing to File

2021-06-23 Thread Chen R
; David > -- > *From:* dea...@googlegroups.com on behalf of > Chen R > *Sent:* Wednesday, May 26, 2021 7:58 AM > *To:* deal.II User Group > *Subject:* [deal.II] Outputting DataOut Object into Personal Object > Rather Than Outputing to File > > Hi

[deal.II] Marking Boundary Nodes in Triangulation

2021-06-23 Thread Chen R
Hi all, So I am trying to use dealii together with our own geometric modeling environment to do different FE calculations on. I am transferring our geometry into the Triangulation object based on the way that the read_msh function does. The problem is that I want to keep track of boundary node

[deal.II] Support for GMSH version 4

2020-11-02 Thread Chen R
Hi all New to deal.II and didn't seem to find an answer to this anywhere. As I understand it the support for GMSH files is for versions 1 and 2. Are there any plans for supporting version 4 at all? -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see