Hi,
I'm considering non-homogeneous Dirichlet boundary conditions for Maxwell's equations. The form of the boundary condition is given by
n cross u = n cross u_b
where u_b is given. At the moment I am using the
V = FunctionSpace(mesh, "N1curl", 2)
bc = DirichletBC(v,u_b, boundary)
but this does not seem to implement these boundary conditions correctly. Do you have any advise for me?