Reply To: checkpoint for the ensembles added to SuperLatticeTimeTimeAveragedF3D functor
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › checkpoint for the ensembles added to SuperLatticeTimeTimeAveragedF3D functor › Reply To: checkpoint for the ensembles added to SuperLatticeTimeTimeAveragedF3D functor
December 1, 2023 at 12:36 pm
#7964
Adrian
Keymaster
The functor SuperLatticeTimeAveragedF3D doesn’t currently support (de)serialization. However this will be straight forward to add due to the data being stored in BlockData which is serializable. So you basically just need to 1) add Serializable inheritance to the functor and 2) implement the virtual methods of the interface to forward to the two contained super data instances.
Edit: Sorry, just noticed that SuperData doesn’t yet implement the serializable interface so it will first need to be added there (also straight forward).
