#include "FronTier.h"int FrontAdvance(float dt,float *dt_frac,Front *front,Front **newfront, POINTER wave);
Input Parameters
| float dt | - time step for the propagation | |
| Front *front | - pointer to the front to be propagated | |
| POINTER wave | - Pointer to physical state may be needed for front velocity and states |
| float *dt_frac | - factor of step reduction if failed | |
| Front **newfront | - address of propagated front pointer |