GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
Geometric information about the structured grid. More...
#include <N_pde.h>
Data Fields | |
int | planimetric |
double * | area |
int | dim |
double | dx |
double | dy |
double | dz |
double | Az |
int | depths |
int | rows |
int | cols |
double* N_geom_data::area |
Definition at line 104 of file N_pde.h.
Referenced by N_alloc_geom_data(), N_free_geom_data(), and N_get_geom_data_area_of_cell().
double N_geom_data::Az |
Definition at line 112 of file N_pde.h.
Referenced by N_get_geom_data_area_of_cell().
int N_geom_data::cols |
Definition at line 116 of file N_pde.h.
Referenced by N_compute_gradient_field_2d(), N_compute_gradient_field_3d(), N_les_integrate_dirichlet_2d(), and N_les_integrate_dirichlet_3d().
int N_geom_data::depths |
Definition at line 114 of file N_pde.h.
Referenced by N_compute_gradient_field_3d(), N_init_geom_data_3d(), and N_les_integrate_dirichlet_3d().
int N_geom_data::dim |
Definition at line 106 of file N_pde.h.
Referenced by N_alloc_geom_data(), and N_init_geom_data_3d().
double N_geom_data::dx |
Definition at line 108 of file N_pde.h.
Referenced by N_compute_gradient_field_2d(), and N_compute_gradient_field_3d().
double N_geom_data::dy |
Definition at line 109 of file N_pde.h.
Referenced by N_compute_gradient_field_2d(), and N_compute_gradient_field_3d().
double N_geom_data::dz |
Definition at line 110 of file N_pde.h.
Referenced by N_compute_gradient_field_3d(), and N_init_geom_data_3d().
int N_geom_data::planimetric |
Definition at line 102 of file N_pde.h.
Referenced by N_alloc_geom_data(), and N_get_geom_data_area_of_cell().
int N_geom_data::rows |
Definition at line 115 of file N_pde.h.
Referenced by N_compute_gradient_field_2d(), N_compute_gradient_field_3d(), N_les_integrate_dirichlet_2d(), and N_les_integrate_dirichlet_3d().