GRASS 8 Programmer's Manual 8.5.0RC1(2026)-3334b87d9c
Loading...
Searching...
No Matches
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 101 of file N_pde.h.

Field Documentation

◆ area

double* N_geom_data::area

◆ Az

double N_geom_data::Az

Definition at line 112 of file N_pde.h.

Referenced by N_get_geom_data_area_of_cell(), and N_init_geom_data_2d().

◆ cols

◆ depths

◆ dim

int N_geom_data::dim

Definition at line 106 of file N_pde.h.

Referenced by N_alloc_geom_data(), N_init_geom_data_2d(), and N_init_geom_data_3d().

◆ dx

◆ dy

◆ dz

◆ planimetric

int N_geom_data::planimetric

Definition at line 102 of file N_pde.h.

Referenced by N_alloc_geom_data(), N_get_geom_data_area_of_cell(), and N_init_geom_data_2d().

◆ rows


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