23 #define N_GW_CONFINED 0
24 #define N_GW_UNCONFINED 1
26 #define N_GW_DRY_CELL 0
27 #define N_GW_SURFACE_CELL 1
28 #define N_GW_NORMAL_CELL 2
99 int col,
int row,
int depth);
103 int river,
int drain);
Matrix entries for a mass balance 5/7/9 star system.
This data structure contains all data needed to compute the groundwater mass balance in three dimensi...
Geometric information about the structured grid.
N_gwflow_data3d * N_alloc_gwflow_data3d(int cols, int rows, int depths, int river, int drain)
Allocate memory for the groundwater calculation data structure in 3 dimensions.
N_data_star * N_callback_gwflow_3d(void *gwdata, N_geom_data *geom, int col, int row, int depth)
This callback function creates the mass balance of a 7 point star.
void N_free_gwflow_data3d(N_gwflow_data3d *data)
Release the memory of the groundwater flow data structure in three dimensions.
N_data_star * N_callback_gwflow_2d(void *gwdata, N_geom_data *geom, int col, int row)
This callback function creates the mass balance of a 5 point star.
N_gwflow_data2d * N_alloc_gwflow_data2d(int cols, int rows, int river, int drain)
Alllocate memory for the groundwater calculation data structure in 2 dimensions.
This data structure contains all data needed to compute the groundwater mass balance in two dimension...
void N_free_gwflow_data2d(N_gwflow_data2d *data)
Release the memory of the groundwater flow data structure in two dimensions.