Data structure of F_BASIC_DATA:
struct _F_BASIC_DATA {
int dim; /* Dimension */
float L[MAXD],U[MAXD]; /* Lower and upper bounds of domain */
int gmax[MAXD]; /* Number of meshes */
int boundary[MAXD][2]; /* Boundary types */
size_t size_of_intfc_state; /* Size of state of interface points */
};
typedef struct _F_BASIC_DATA F_BASIC_DATA;