Re: [deal.II] Can GridIn read 3D quad mesh?

2018-09-21 Thread Jean-Paul Pelteret
> That's so fast! Well, it was an easy fix so we got lucky there. But the test case you provided was really useful, so we appreciate you providing that. > Thank you Jean-Paul :) You’re quite welcome. Best, Jean-Paul > On Thursday, September 20, 2018 at 1:20:46 AM UTC-7, Jean-Paul Pelteret

Re: [deal.II] Update of Ubuntu

2018-09-21 Thread 'Maxi Miller' via deal.II User Group
Are programs depending on MPI able to run in general (i.e. also without deal.II)? That should be the first thing to test Am Freitag, 21. September 2018 02:09:36 UTC+2 schrieb Aquaman: > > Dear Prof. Arndt, > > many thanks for your support! > > as you suggested, I have tested step-40, it works

[deal.II] Compilation error: use of deleted function

2018-09-21 Thread Michał Wichrowski
Dear all, I have errors when compiling my code with the devellpment version of deal.II . The same problems occurs also with 9.0.0, the code works well with 9.0.0-pre. I have no idea how to resolve these problems. Michał /home/mwichro/lib/deal.II/include/deal.II/multigrid/multigrid.h:137:7:

Re: [deal.II] Cylinder by extrusion

2018-09-21 Thread luca.heltai
Dear Riku, this is not (yet) supported by deal.II. You will have to attach manually a CylindricalManifold after extrusion. The library does not know yet how to compute the extrusion of a general manifold object, therefore it removes all manifold objects from the extruded triangulation (as

Re: [deal.II] Compilation error: use of deleted function

2018-09-21 Thread Wolfgang Bangerth
On 09/21/2018 05:22 AM, Michał Wichrowski wrote: > Dear all, > > I have errors when compiling my code with the devellpment version of > deal.II .  The same problems occurs also with 9.0.0, the code works well > with 9.0.0-pre. I  have no idea how to resolve these problems. > > Michał > >