ec9223
Results
1
comments of
ec9223
I am having a similar problem. I have Fenics 2019.1, and ``` V = FunctionSpace(m, 'CG', 2) u_1 = project(u0, V) u = TrialFunction(V) v = TestFunction(V) a = u...