[deal.II] Planning for the next release

2021-05-03 Thread Wolfgang Bangerth
All: we're getting ready for the next release, 9.3. That means that we're also working our way through the last patches that need to be merged, along with the open github issues that need to be fixed before the release. So: * If you have patches that you'd like to submit, do it now -- the

Re: [deal.II] using VectorTools::project_boundary_values_curl_conforming_l2 with FEsystem fe(FE_Nedelec<3>(0), 2)

2021-05-03 Thread Wolfgang Bangerth
On 5/3/21 7:43 AM, Abbas Ballout wrote: *The right hand side of the second equation isn't being updated when I apply BCs even though the system matrix is. * 1) Hints on what I might be missing in my code? 2) Any suggested workarounds in case that there is an actual bug? That's too far

Re: [deal.II] dealii does not work on mac OS Big Sur

2021-05-03 Thread Jean-Paul Pelteret
Hi Farid, Would you care to share more details about what the exact problem is? Are you trying to use the MacOS package, or building from source? If the latter then a full build log would be very useful. I’m not sure if any of the developers has a Mac that runs Big Sur (or if our CI testers

[deal.II] dealii does not work on mac OS Big Sur

2021-05-03 Thread Farid Mehri Sofiani
Hi! It seems that dealii doesn't work on Big Sur mac OS. Is there any way to address this issue? kind regards, Farid -- 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

Re: [deal.II] using VectorTools::project_boundary_values_curl_conforming_l2 with FEsystem fe(FE_Nedelec<3>(0), 2)

2021-05-03 Thread Daniel Arndt
Abbas, There was a seemingly related issue fixed in deal.II 9.2, see https://github.com/dealii/dealii/issues/8974 and https://github.com/dealii/dealii/pull/9000. Are you using the latest release and testing in Debug mode? Do you have a minimal example reproducing the issue to share? Best, Daniel

[deal.II] Re: Segfault upon printing Point in GDB

2021-05-03 Thread Bruno Turcksin
Corbin, Take a look at https://dealii.org/developer/users/gdb.html This should help. Note that gdb should not segfault. It probably means that there is a problem with your code. Best, Bruno On Saturday, May 1, 2021 at 12:07:49 AM UTC-4 corbin@gmail.com wrote: > And the file is here. > >

Re: [deal.II] GridTools::find_cells_adjacent_to_vertex: how to avoid multiple calling ?

2021-05-03 Thread luca.heltai
Dear Simon, one solution you have is to pass a *Triangulation*, and then generate the dof cell accessors using the constructor typename DoFHandler::cell_iterator cell1(*tria_iterator, dh1); typename DoFHandler::cell_iterator cell2(*tria_iterator, dh2); Best, Luca. > On 30 Apr 2021, at