Hello,
In my application, I store many copies of a distributed vector which all
share the same . The method requires me to load in a few different
checkpoint files. (eg. at t=0 and t=1). Since these share the same
triangulation, I would like to call triangulation::load() many times, once
for e
triangulation.clear() removes all data. Apparently, load() requires that
triangulation already contain a coarse mesh. Therefore clear() cannot work.
I'll write a small program that demonstrates the issue today.
Would it be to add a line in the implementation of load() which clears the
buffer? I
Bruno,
This temporary fix works. I was unable to create a small example to
illustrate the problem with the detail I desired, so unfortunately cannot
share this. The workflow that resolved this issue is as follows:
1. generate coarse mesh
2. load checkpoint
3. reinitialize and prepare associated