Go to the source code of this file.
|
N_les_row_entries * | N_callback_heatflow_3d (void *heatdata, N_geom_data *geom, int depth, int row, int col) |
|
N_les_row_entries * | N_callback_heatflow_2d (void *heatdata, N_geom_data *geom, int row, int col) |
|
N_heatflow_data3d * | N_alloc_heatflow_data3d (int depths, int rows, int cols) |
|
N_heatflow_data2d * | N_alloc_heatflow_data2d (int rows, int cols) |
|
void | N_free_heatflow_data3d (N_heatflow_data3d *data) |
|
void | N_free_heatflow_data2d (N_heatflow_data2d *data) |
|
N_les_row_entries* N_callback_heatflow_2d |
( |
void * |
heatdata, |
|
|
N_geom_data * |
geom, |
|
|
int |
row, |
|
|
int |
col |
|
) |
| |
N_les_row_entries* N_callback_heatflow_3d |
( |
void * |
heatdata, |
|
|
N_geom_data * |
geom, |
|
|
int |
depth, |
|
|
int |
row, |
|
|
int |
col |
|
) |
| |