[deal.II] problem with CylindricalManifold<3> after removing cells from a triangulation

2021-04-23 Thread Simon
Dear all, I created a mesh using GridGenerator::hyper_cube_with_cylindrical_hole and removed after that half of the total number of the cells in order to make use of symmetry. Then I set a SphericalManifold<2> (2D) respectively CylindricalManifold<3> (3D) in order to get a true circle (2D)

Re: [deal.II] interpolate FE_Nelelec

2021-04-23 Thread Konrad Simon
Hi John, Maybe I can give some hints of how I would approach this problem (these are just some quick thoughts): Write this problem as a vector Laplace problem curl(nu*curl(A)) - grad(div(A)) = J which you then have to write as a system of PDEs. Note, this can only be the same as

[deal.II] integrating over boundaries

2021-04-23 Thread Sylvain Mathonnière
Hello everyone ! I have a very basic question but somehow I did not manage to find the answer in tutorials, neither looking at the documentation or in the this user group. Or more probably I did not understand it when I saw it since I am fairly new to deal.II and to C++. *My main goal :* I am