GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
N_gradient_2d Struct Reference

Gradient between the cells in X and Y direction. More...

#include <N_pde.h>

Data Fields

double NC
 
double SC
 
double WC
 
double EC
 

Detailed Description

Gradient between the cells in X and Y direction.

______________ 
|    |    |    |
|    |    |    |
|----|-NC-|----|
|    |    |    |
|   WC    EC   |
|    |    |    |
|----|-SC-|----|
|    |    |    |
|____|____|____|


|  /
TC NC
|/
--WC-----EC--
/|
SC BC
/  |

Definition at line 408 of file N_pde.h.

Field Documentation

◆ EC

double N_gradient_2d::EC

◆ NC

double N_gradient_2d::NC

◆ SC

double N_gradient_2d::SC

◆ WC

double N_gradient_2d::WC

The documentation for this struct was generated from the following file: