[deal.II] Re: Periodic boundary conditions seem to be not applied

2016-11-18 Thread Hamed Babaei
Dear Bastian and Daniel, > That's what I was assuming. So yesterday I did it with this code : > // This block add to the periodicity constraint the little > compression we want > { > IndexSet selected_dofs_left; > std::set< types::boundary_id > boundary_ids_left=

[deal.II] Re: Meshworker

2016-11-18 Thread Sudarshan Kumar
Dear Daniel, When I am at the face I need the solution at the interior quadrature points as well. However from dinfo1.indices we could get the the dof indices for the cell1. But is it possible to get the shape value at the interior quadrature points ? Thanks a lot On Friday,

Re: [dealii-developers] Re: Python bindings

2016-11-18 Thread Denis Davydov
Hi Rene, > On 18 Nov 2016, at 09:43, rene.m...@gmail.com wrote: > Hi Denis, > > thanks for the info. Those bindings cover a different subset than what I did, > so I'll be keeping mine for the time being. If anybody wants to take a look > and talk about integrating them upstream at some point