Re: [deal.II] Change in the behavior of Boundary Id interpretation from GMSH 2 to GMSH 4?

2019-01-29 Thread Daniel Arndt
Bruno, Can you try if the patch in https://github.com/dealii/dealii/pull/7637 fixes your problem? Best, Daniel -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because

[deal.II] Re: Problems installing dealii on Windows with VS2017

2019-01-29 Thread Daniel Arndt
Ester, we likely fixed this problem in https://github.com/dealii/dealii/pull/7520. Let us know if applying these changes also helps in your case. In our experience, MSVC is a quite buggy and sensitive compiler and weonly test once in a while that we at least can compile with it. There is no

Re: [deal.II] Problem with Adaptive mesh refinement for NavierStokesProjection (Step-35)

2019-01-29 Thread Wolfgang Bangerth
On 1/29/19 1:25 AM, gabriel.pet...@koeln.de wrote: > > I already implemented a time-step-function to satisfy the CFL condition. > The problem also comes up when I use global refinement in the refine_mesh > step > (for example in stead of KellyEstimator refinement). > But when apply global

Re: [deal.II] Problem with Adaptive mesh refinement for NavierStokesProjection (Step-35)

2019-01-29 Thread gabriel . peters
Am Montag, 28. Januar 2019 15:19:36 UTC+1 schrieb Wolfgang Bangerth: > > On 1/28/19 6:38 AM, gabriel...@koeln.de wrote: > > > > But the problem is, that after one mesh-refinement step the time-step > solving > > of the Navierstokesprojection (in Step-35 it is in diffusion_step()) > >