Dear admin,
In the source codes of bstep2D and 3D example, there is an option for creating a checkpoint file which will act as a restart file.
Quote:
if ( iT%( saveIter/2 )==0 && iT>0 ) {
clout << “Checkpointing the system at t=” << iT << endl;
sLattice.save( “bstep3d.checkpoint” );
// The data can be reloaded using
// sLattice.load(“bstep3d.checkpoint”);
}
As it mentioned data can be reloaded by using sLattice.Load(“–“)
which part of the code need to mention it for the proper utilization of the restart file. kindly intimate me
thanks in advance