Dear Daniel,
Thank you very much for your reply! You are absolutely right. I used the
Debug mode where this issue occurs. In Release mode, the problem is gone.
Best,
Andreas
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com
Dear all,
I am trying to read from a mesh file and impose periodic boundary
condition. This works out very well for small geometries in three spatial
dimensions. However, if the read meshes tend to have more elements, the
amount of time needed to create the mesh rises drastically. The time is
Dear Luca,
Thank you very much for your quick reply. However, I have to admit that I
do not fully understand it. The vtk is created using
GridOut grid_writer;
std::ofstream output_file("./DealOutput.vtk");
grid_writer.write_vtk(triangulationSelf, output_file);
Thus, I assume that Gr
Dear all,
I am trying to read a grid from a vtk file created by Paraview.
Unfortunately, this does not work.
Moreover, reading a vtk file that has been created using deal.ii also does
not work for me. It seems to me that deal.ii reads the file but does not
connect the faces to form a mesh. This