FrontReadTimeControlInfo

Get time control information from input file

Synopsis

#include "FronTier.h" 

void FrontReadTimeControlInfo(char *input_name,Front *front);

Input Parameters

input_name- input file name to be opened
front - pointer to operating front

Input Data Structure

Notes

Input file must have the format similar to the following

Max time: 0.4 Max step: 10000 Print interval: 0.1 Movie frame interval: 0.01 CFL factor: 0.75 Redistribution interval: 5 Format before and including ":" must be exact.