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

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
 

Detailed Description

Geometric information about the structured grid.

Definition at line 103 of file N_pde.h.

Field Documentation

◆ area

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().

◆ Az

double N_geom_data::Az

Definition at line 113 of file N_pde.h.

Referenced by N_get_geom_data_area_of_cell().

◆ cols

◆ depths

int N_geom_data::depths

◆ dim

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().

◆ dx

double N_geom_data::dx

◆ dy

double N_geom_data::dy

◆ dz

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().

◆ planimetric

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().

◆ rows


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