Re: [dealii-developers] Upcoming p4est release

2016-09-01 Thread Matthias Maier
On Thu, Sep 1, 2016, at 10:03 CDT, carsten.burste...@gmail.com wrote: > Hi everybody, > > I'm about to bump the p4est master branch significantly. Could some of you > please check whether the current develop branch on github works with deal.ii? > > /Carsten Will do, ETA ~24h. I will also

[dealii-developers] Upcoming p4est release

2016-09-01 Thread carsten . burstedde
Hi everybody, I'm about to bump the p4est master branch significantly. Could some of you please check whether the current develop branch on github works with deal.ii? /Carsten -- You received this message because you are subscribed to the Google Groups "deal.II developers" group. To

Re: [deal.II] Re: assembling individual block step 43

2016-09-01 Thread 'Franck Kalala' via deal.II User Group
True, dealii documentation is huge!, One can lost easily Best 2016-08-29 16:56 GMT+02:00 Daniel Arndt : > >> There actually *is* a function that takes two DoFHandler objects, but it >> doesn't take a constraint matrix or the last boolean argument. >> > [...] >

Re: [deal.II] Re: assembling individual block step 43

2016-09-01 Thread 'Franck Kalala' via deal.II User Group
Many Thanks W Best 2016-08-29 16:35 GMT+02:00 Wolfgang Bangerth : > > DoFTools::make_sparsity_pattern (saturation_dof_handler, >> darcy_dof_handler, dsp, >> saturation_constraints, false); >>

[deal.II] Re: nearest neighbor

2016-09-01 Thread Jean-Paul Pelteret
Hi Joel, Do you mean the index to a vertex? And by nearest, do you mean the vertex that shares the shortest common edge with the specified vertex? If so, then no. But it shouldn't be hard to write such a function. You would need to find all cells that share the initial vertex (I believe this

[deal.II] nearest neighbor

2016-09-01 Thread Joel Davidsson
Dear all, If I have the index to a dof, is there any easy way I can get indexes to the nearest neighbor? Thanks, Joel -- 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