Re: [deal.II] Re: Synchronization issue for parallel computation of material forces

2017-02-04 Thread Jean-Paul Pelteret
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

[deal.II] Re: Synchronization issue for parallel computation of material forces

2017-02-04 Thread 'Seyed Ali Mohseni' via deal.II User Group
Thanks, Jean-Paul. I was thinking maybe something in the same way like step-40. I tried your approach, but can I just set it equal to each other? I did the following: *Main class* LA::MPI::Vector configurational_forces; LA::MPI::Vector local_configurational_forces; *setup_system() class*

Re: [deal.II] Re: Re_Error during installation of dealii.8.4.1

2017-02-04 Thread Wolfgang Bangerth
On 02/04/2017 07:18 AM, Timo Heister wrote: Now the installation says that there is no write permission on that particular drive after 100% completion. what is your CMAKE_INSTALL_PREFIX set to? It should be set to something in your home directory. In particular you set it to

Re: [deal.II] Re: Re_Error during installation of dealii.8.4.1

2017-02-04 Thread Timo Heister
> Now the installation says that there is no write permission on that > particular drive after 100% completion. what is your CMAKE_INSTALL_PREFIX set to? It should be set to something in your home directory. See

Re: [deal.II] Re: Re_Error during installation of dealii.8.4.1

2017-02-04 Thread Sathish Kumar
Hi Bruno and Wolfgang I performed a clean installation in a new directory and it still does not work. Now the installation says that there is no write permission on that particular drive after 100% completion. *[100%] Built target deal_II.g* *Install the project...* *-- Install configuration: