[deal.II] Open tenure-track faculty position at Polytechnique Montreal

2021-01-22 Thread blais...@gmail.com
Dear all, I would like to bring to you attention the following open tenure track faculty position at Polyechnique Montréal: https://www.polymtl.ca/carriere/en/offres-demploi/professor-mechanical-engineering-computational-fluid-dynamics The position is centered around turbulent CFD in external aer

Re: [deal.II] Strong scaling issue on a deal.II based framework running on Skylake nodes.

2021-01-22 Thread David Montiel Taboada
Thank you, Martin I will try your suggestions! Best, David On Fri, Jan 22, 2021 at 6:34 AM Martin Kronbichler < kronbichler.mar...@gmail.com> wrote: > Dear David, > > Without knowing the exact components of deal.II you are using, the first > places where I would start looking into is whether y

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] Strong scaling issue on a deal.II based framework running on Skylake nodes.

2021-01-22 Thread Martin Kronbichler
Dear David, Without knowing the exact components of deal.II you are using, the first places where I would start looking into is whether you use multi-threaded blas or multithreading within deal.II. So you could try to do export DEAL_II_NUM_THREADS=1 export OMP_NUM_THREADS=1 or disable multit

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;