Wed Apr 29 12:39:44 2020 poisson_source_symbolic_test: Python version: 3.6.9 FENICS version 2019.1.0 Generate the right hand side function f(x,y) for a Poisson problem - div kappa(u,x,y) grad u = f(x,y) in Omega u = g(x,y) on dOmega where we have already chosen u(x,y) and kappa(x,y). and want f(x,y) computed symbolically by SymPy. Formula for F(x,y) computed by SymPy: f(x,y) = 0 poisson_source_symbolic_test: Normal end of execution. Wed Apr 29 12:39:45 2020