Re: [deal.II] projecting values of the solution on the boundary

2018-08-13 Thread Wolfgang Bangerth
On 08/08/2018 02:03 AM, Jean-Paul Pelteret wrote: Hi Alberto, I have dealt with a similar problem where I needed to transmit solution values between two different problems that shared a common interface. If I remember correctly, the way that I did this was to precompute the positions at

Re: [deal.II] Re: How to use intellisense to parse dealii code using visual studio remotely?

2018-08-13 Thread Wolfgang Bangerth
On 08/08/2018 09:07 AM, 程迪 wrote: I just figured it out. According to https://github.com/Microsoft/VSLinux/issues/272 ,the intellisense works if CMakeSettings.json file is like this: Like Jean-Paul already said, thanks for posting this! Would you be interested in adding something to the

Re: [deal.II] Question on resolving chains of constraints containing both periodic and hanging node constraints

2018-08-13 Thread Sambit Das
Thank you, Denis. Best, Sambit On Monday, August 13, 2018 at 1:36:44 AM UTC-5, Denis Davydov wrote: > > Thanks for the MWE, Sambit. > > I created a Github issue to track this further > https://github.com/dealii/dealii/issues/7053 > > Denis. > > On Monday, August 13, 2018 at 12:01:07 AM UTC+2,

Re: [deal.II] Question on resolving chains of constraints containing both periodic and hanging node constraints

2018-08-13 Thread Denis Davydov
Thanks for the MWE, Sambit. I created a Github issue to track this further https://github.com/dealii/dealii/issues/7053 Denis. On Monday, August 13, 2018 at 12:01:07 AM UTC+2, Sambit Das wrote: > > Dear Prof. Bangerth, > > I have now reproduced the above issue in the attached minimal example.