Re: [deal.II] Problem with FESystem and VectorTools::project_boundary_values_curl_conforming_l2 in 3d

2019-10-29 Thread Wolfgang Bangerth
On 10/29/19 1:46 PM, Daniel Arndt wrote: > > Would you mind creating a pull request for the first issue you are reporting? Indeed -- and also open a github issue about the second, so that the issue isn't forgotten. Best W. --

Re: [deal.II] Problem with FESystem and VectorTools::project_boundary_values_curl_conforming_l2 in 3d

2019-10-29 Thread Daniel Arndt
Winni, Would you mind creating a pull request for the first issue you are reporting? Best, Daniel Am Di., 29. Okt. 2019 um 13:06 Uhr schrieb winnifried < woll...@mathematik.tu-darmstadt.de>: > Dear all, > > I encountered the following issue while trying to solve a Maxwell > eigenvalue problem i

[deal.II] deal.II Newsletter #99

2019-10-29 Thread Rene Gassmoeller
Hello everyone! This is deal.II newsletter #99. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #8972: fix doxygen documentation generation for tutorial steps (proposed

[deal.II] Re: Hanging nodes

2019-10-29 Thread David Ryan
Thank you! On Tuesday, 29 October 2019 10:46:05 UTC-7, Bruno Turcksin wrote: > > David, > > It won't work. The vertices need to match. > > Best, > > Bruno > > On Tuesday, October 29, 2019 at 1:36:41 PM UTC-4, David Ryan wrote: >> >> Hello, >> >> I'm merging two geometries in dealii. If the cells o

[deal.II] Re: Hanging nodes

2019-10-29 Thread Bruno Turcksin
David, It won't work. The vertices need to match. Best, Bruno On Tuesday, October 29, 2019 at 1:36:41 PM UTC-4, David Ryan wrote: > > Hello, > > I'm merging two geometries in dealii. If the cells of both geometries > don't match up, will that give hanging nodes, or will the code not be able >

[deal.II] Hanging nodes

2019-10-29 Thread David Ryan
Hello, I'm merging two geometries in dealii. If the cells of both geometries don't match up, will that give hanging nodes, or will the code not be able to handle this? Kind regards, David -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https:/

[deal.II] Problem with FESystem and VectorTools::project_boundary_values_curl_conforming_l2 in 3d

2019-10-29 Thread winnifried
Dear all, I encountered the following issue while trying to solve a Maxwell eigenvalue problem in dealii v 9.1.1. When using an FESystem<3> containing one FENedelec and other elements and trying to set boundary values via VectorTools::project_boundary_values_curl_conforming_l2 where the argum