BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_circuit_state_io.hpp File Reference
#include "typedefs.hpp"
#include "cl_Vector.hpp"
#include "cl_ShiftRegister.hpp"
#include "hdf5_types.hpp"
Include dependency graph for fn_circuit_state_io.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().