FrontInitVelo

Initialize basic front data and functions.

Synopsis

#include "FronTier.h" 

void FrontInitVelo(Front*, VELO_FUNC_PACK*);

Input Parameters

Front*- pointer to operating front
VELO_FUNC_PACK* - function and parameters for front velocity

Input Data Structure

Data structure of VELO_FUNC_PACK: struct _VELO_FUNC_PACK { int (*func)(POINTER,Front*,POINT*,HYPER_SURF_ELEMENT*, HYPER_SURF*,float*); POINTER func_params; }; typedef struct _VELO_FUNC_PACK VELO_FUNC_PACK;

Notes

Examples

Example1