Replies: 1 comment 7 replies
-
|
this should be about it |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I was wondering whether any of you already tried to custom the content of a dump file, like adding a 1D vector for instance.
In the context of a forcing module that I am currently developping, I need the record of all the different timesteps used during each cycle if I want to restart a stopped simulation. I created such a vector, as an attribute to either the TimeIntegrator or DataBlock objects. But now I need this vector to be included in the dump file when the forcing module was activated during the simulation. I don't know how easy, or not, this is to implement, but a quick look at the dump.cpp and .hpp files was not enough for me to know how to proceed.
If anyone already encountered similar considerations, feel free to drop in!
Beta Was this translation helpful? Give feedback.
All reactions