Dear community.
I’m sorry if this kind of problem has already been raised here.
I’m trying to solve a Laplace equation in a complex domain (an stl file that I cleaned up and did a lot of procedures on to get something acceptable).
I managed to mark my surfaces (4) for the boundary conditions. When I import into FEniCS, I impose Dirichlet conditions on all 4 surfaces. FEniCS can indeed read the surfaces but it seems to me that it does not assign the required value to the surface for the boundary condition. when I import the result into paraview, everything is yellow and I have no solution. however, FEniCS manages to respect the conditions on two of the 4 surfaces. to check that it was not my code that was causing the problem, I tested it on a simple geometry and it works very well.
Please, has anyone already encountered this kind of problem, your help would be invaluable.
Thank you in advance. I hope I have explained the problem correctly.