GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
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 106 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 113 of file N_pde.h.
Referenced by N_get_geom_data_area_of_cell().
int N_geom_data::cols |
Definition at line 117 of file N_pde.h.
Referenced by N_assemble_les_2d_param(), N_assemble_les_3d_param(), 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 115 of file N_pde.h.
Referenced by N_assemble_les_3d_param(), N_compute_gradient_field_3d(), N_init_geom_data_3d(), and N_les_integrate_dirichlet_3d().
int N_geom_data::dim |
Definition at line 107 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 109 of file N_pde.h.
Referenced by N_callback_template_2d(), N_compute_gradient_field_2d(), and N_compute_gradient_field_3d().
double N_geom_data::dy |
Definition at line 110 of file N_pde.h.
Referenced by N_callback_template_2d(), N_compute_gradient_field_2d(), and N_compute_gradient_field_3d().
double N_geom_data::dz |
Definition at line 111 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 105 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 116 of file N_pde.h.
Referenced by N_assemble_les_2d_param(), N_assemble_les_3d_param(), N_compute_gradient_field_2d(), N_compute_gradient_field_3d(), N_les_integrate_dirichlet_2d(), and N_les_integrate_dirichlet_3d().