No. You typically need to access the old solution at *quadrature points*, not
at the node points. You can find how this is typically done in many tutorial
programs, e.g., in steps 21, 26, 15. To evaluate a solution at the quadrature
points, you'll have to do something like
fe_values.get_function_values (old_solution,
old_solution_values);
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@math.tamu.edu
www:
http://www.math.tamu.edu/~bangerth/