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
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
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
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:
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
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
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