GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
N_geom_data Struct Reference

Geometric information about the structured grid. More...

#include <N_pde.h>

Data Fields

int planimetric
 
doublearea
 
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 101 of file N_pde.h.

Field Documentation

◆ area

double* N_geom_data::area

Definition at line 104 of file N_pde.h.

◆ Az

double N_geom_data::Az

Definition at line 112 of file N_pde.h.

◆ cols

int N_geom_data::cols

Definition at line 116 of file N_pde.h.

◆ depths

int N_geom_data::depths

Definition at line 114 of file N_pde.h.

◆ dim

int N_geom_data::dim

Definition at line 106 of file N_pde.h.

◆ dx

double N_geom_data::dx

Definition at line 108 of file N_pde.h.

◆ dy

double N_geom_data::dy

Definition at line 109 of file N_pde.h.

◆ dz

double N_geom_data::dz

Definition at line 110 of file N_pde.h.

◆ planimetric

int N_geom_data::planimetric

Definition at line 102 of file N_pde.h.

◆ rows

int N_geom_data::rows

Definition at line 115 of file N_pde.h.


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