Re: [deal.II] Boost serialization

2024-12-03 Thread Najwa Alshehri
Dear all, Thank you for your ongoing support. It's quite amusing that every time I post a question here, I end up solving it myself—perhaps writing it out helps me think more clearly. In any case, I've successfully managed to serialize and deserialize solutions. I serialized the block vector o

Re: [deal.II] Boost serialization

2024-12-03 Thread Najwa Alshehri
Thank you for your response. For those who might face something similar, I found that the saved file does not have the solution saved and the last thing that was saved is the dof_handler (assuming that I can read the saved file :) ). It looks like (<< solution; ) was not doing the job. It tu

Re: [deal.II] Boost serialization

2024-12-03 Thread Wolfgang Bangerth
On 12/3/24 02:32, Najwa Alshehri wrote: The exact same steps I used for elliptic problem with FE_Q and solution that is written in vector. It was working perfectly. New things here, we are using fe system and block vector, others should be the same. Najwa: This does not trigger any "oh, I

Re: [deal.II] Boost serialization

2024-12-03 Thread Najwa Alshehri
Dear Prof. Wolfgang, I appreciate your answer. The exact same steps I used for elliptic problem with FE_Q and solution that is written in vector. It was working perfectly. New things here, we are using fe system and block vector, others should be the same. Best, Najwa On Mon, 2 Dec 2024 at 11:

Re: [deal.II] Boost serialization

2024-12-03 Thread Najwa Alshehri
Dear Prof. Wolfgang, I appreciate your answer. The exact same steps I used for elliptic problem with FE_Q and solution that is written in vector. It was working perfectly. New things here, we are using fe system and block vector, others should be the same. Best, Najwa On Monday, December

Re: [deal.II] Boost serialization

2024-12-02 Thread Wolfgang Bangerth
Najwa: I assume you have taken a look at step-83, the tutorial program that demonstrates serialization? https://dealii.org/developer/doxygen/deal.II/step_83.html Separately, the way to debug these sorts of problems is to create as small a program as possible that still shows the issue. It

Re: [deal.II] Boost serialization linking error

2021-03-28 Thread Wolfgang Bangerth
Paras: deal.II 9.0.1 is nearly 3 years old and it's unlikely that anyone will spend the time to figure out in detail what the issue is. I would suggest upgrading to a more recent version and seeing whether the problem persists. That said, this... cd /home/woody/iwtm/iwtm020h/trial-code/MNC