Hello, I've think I've got a general question about the FEM method. When transforming a second order PDE into the weak form we get the on term where the source is integrated over the whole volume and by partial integration and Gauss' law another term corresponding to the Neumann boundary condition.
$$ [...] + \int f dV - \int g dS $$
Both f and g are zero in my problem, so I thought I didn't have to add them to the formulation.
But after adding them, while setting both f and g to zero (Constant('0.0')
) I get different results than from before. Is there an explanation for that?