Open QiaoLei-88 opened 8 years ago
Collect run time status into a structure, such as
struct RunTimeStatus { unsigned int n_totoal_loop; double CFL_number; ... };
Collect run time status into a structure, such as