19 #ifndef _N_HEATFLOW_H_ 20 #define _N_HEATFLOW_H_ 58 int depth,
int row,
int col);
void N_free_heatflow_data2d(N_heatflow_data2d *data)
Matrix entries for a mass balance 5/7/9 star system.
N_data_star * N_callback_heatflow_2d(void *heatdata, N_geom_data *geom, int row, int col)
N_data_star * N_callback_heatflow_3d(void *heatdata, N_geom_data *geom, int depth, int row, int col)
Geometric information about the structured grid.
N_heatflow_data3d * N_alloc_heatflow_data3d(int depths, int rows, int cols)
N_heatflow_data2d * N_alloc_heatflow_data2d(int rows, int cols)
int depths
number of depths for 3D data
int cols
Number of columns for 2D data.
int rows
Number of rows for 2D data.
void N_free_heatflow_data3d(N_heatflow_data3d *data)