#include "typedefs.hpp"#include "cl_Vector.hpp"#include "cl_ShiftRegister.hpp"#include "hdf5_types.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::electronics |
Functions | |
| void | belfem::electronics::save_shift_register (hid_t &aGroup, const string &aLabel, const ShiftRegister< real > &aRegister) |
| write one time-stepping history register into the restart group, as aLabel ( samples, newest first ) and aLabel_cap ( capacity ) | |
| void | belfem::electronics::load_shift_register (hid_t &aGroup, const string &aLabel, ShiftRegister< real > &aRegister) |
| restore one history register saved by save_shift_register(). | |