Hello,
I am a new FEniCS user. I am trying to simulate the convection advection model given in the tutorial problem.
The code is executing properly however, I am not able to see any plots as the complier is ignoring the interactive() command in the example code.
The problem that it is showing me is:
Reading vector value at t = 5.
No Jacobian form specified for nonlinear variational problem.
Differentiating residual form F to obtain Jacobian J = F'.
Solving nonlinear variational problem.
Newton iteration 0: r (abs) = 2.551e-04 (tol = 1.000e-10) r (rel) = 1.000e+00 (tol = 1.000e-09)
Solving linear system of size 5895 x 5895 (PETSc LU solver, petsc).
Newton iteration 1: r (abs) = 1.677e-14 (tol = 1.000e-10) r (rel) = 6.572e-11 (tol = 1.000e-09)
Newton solver finished in 1 iterations and 1 linear solver iterations.
*** Warning: No plots have been shown yet. Ignoring call to interactive().
Please help in what I should be doing to get the plots.
Thank you.
Regards,
Ratnesh