Seyed,

Thats a compile-time error, not a run-time error. I bet that your 
output_results() function is marked as const, so you cannot modify the 
configurational_forces vector unless its mutable. But if you have any doubts, 
stick to what’s done in step-40. I’m not particularly familiar with the way 
that one does things with PETSc vectors, but the principles that I mentioned 
earlier still apply.

Best,
Jean-Paul

> On 04 Feb 2017, at 23:09, 'Seyed Ali Mohseni' via deal.II User Group 
> <dealii@googlegroups.com> wrote:
> 
> output_results()

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to