GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Gradient between the cells in X and Y direction. More...
#include <N_pde.h>
Data Fields | |
double | NC |
double | SC |
double | WC |
double | EC |
Gradient between the cells in X and Y direction.
______________ | | | | | | | | |----|-NC-|----| | | | | | WC EC | | | | | |----|-SC-|----| | | | | |____|____|____| | / TC NC |/ --WC-----EC-- /| SC BC / |
double N_gradient_2d::EC |
Definition at line 411 of file N_pde.h.
Referenced by N_compute_gradient_field_components_2d(), N_copy_gradient_2d(), N_create_gradient_2d(), and N_get_gradient_2d().
double N_gradient_2d::NC |
Definition at line 411 of file N_pde.h.
Referenced by N_compute_gradient_field_components_2d(), N_copy_gradient_2d(), N_create_gradient_2d(), and N_get_gradient_2d().
double N_gradient_2d::SC |
Definition at line 411 of file N_pde.h.
Referenced by N_compute_gradient_field_components_2d(), N_copy_gradient_2d(), N_create_gradient_2d(), and N_get_gradient_2d().
double N_gradient_2d::WC |
Definition at line 411 of file N_pde.h.
Referenced by N_compute_gradient_field_components_2d(), N_copy_gradient_2d(), N_create_gradient_2d(), and N_get_gradient_2d().