Re: [deal.II] Step-1 3D triangulation

2021-01-22 Thread Vinayak Vijay
Thanks. It worked! V. On Friday, January 22, 2021 at 4:47:33 PM UTC+5:30 luca@gmail.com wrote: > svg output is not implemented in 3 dimensions. You should output the grid > using vtk (or gmsh), so > > write_vtk > > instead of > > write_svg > > and open the resulting mesh with paraview/visit

Re: [deal.II] Step-1 3D triangulation

2021-01-22 Thread luca.heltai
svg output is not implemented in 3 dimensions. You should output the grid using vtk (or gmsh), so write_vtk instead of write_svg and open the resulting mesh with paraview/visit/ and/or gmsh. L. > On 22 Jan 2021, at 11:20, Vinayak Vijay wrote: > > I tried to play with step-1 by simply cha

[deal.II] Step-1 3D triangulation

2021-01-22 Thread Vinayak Vijay
I tried to play with step-1 by simply changing the Triangulation dim from 2 to 3. However, I got the following error: An error occurred in line <1539> of file in function void dealii::GridOut::write_svg(const dealii::Triangulation&, std::ostream&) const [with int dim = 3; int spacedim = 3;