QiaoLei-88 / NSolver

GNU Lesser General Public License v2.1
3 stars 0 forks source link

Struct RunTimeStatus #121

Open QiaoLei-88 opened 8 years ago

QiaoLei-88 commented 8 years ago

Collect run time status into a structure, such as

struct RunTimeStatus {
  unsigned int n_totoal_loop;
  double  CFL_number;
  ...
};