Skip to content

tonyqd/HPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

	Checkpointing

Usage: 
A new field in the .xml file called <checkpoint> is introduced. 
Its parameters are interval and restart, where the "interval" specifies 
how often binary files with the pressute and the velocity values will be written. 
The second "parameter" is from type bool and can be "true" or "false". 
restart = "true" : restart the simulation, read the data from the binary files.
restart = "true" : start the simulation 

Example: 
 <checkpoint interval="0.1" restart="true"/>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors