GRASS GIS 7 Programmer's Manual  7.6.0(2019)-exported
N_heatflow_data3d Struct Reference

#include <N_heatflow.h>

Collaboration diagram for N_heatflow_data3d:

Data Fields

N_array_3d * t
 
N_array_3d * t_start
 
N_array_3d * gamma_x
 
N_array_3d * gamma_y
 
N_array_3d * gamma_z
 
N_array_3d * q
 
N_array_3d * rho
 
N_array_3d * c
 
N_array_3d * status
 
double dt
 

Detailed Description

Definition at line 23 of file N_heatflow.h.

Field Documentation

◆ c

N_array_3d* N_heatflow_data3d::c

Definition at line 32 of file N_heatflow.h.

◆ dt

double N_heatflow_data3d::dt

Definition at line 36 of file N_heatflow.h.

◆ gamma_x

N_array_3d* N_heatflow_data3d::gamma_x

Definition at line 27 of file N_heatflow.h.

◆ gamma_y

N_array_3d* N_heatflow_data3d::gamma_y

Definition at line 28 of file N_heatflow.h.

◆ gamma_z

N_array_3d* N_heatflow_data3d::gamma_z

Definition at line 29 of file N_heatflow.h.

◆ q

N_array_3d* N_heatflow_data3d::q

Definition at line 30 of file N_heatflow.h.

◆ rho

N_array_3d* N_heatflow_data3d::rho

Definition at line 31 of file N_heatflow.h.

◆ status

N_array_3d* N_heatflow_data3d::status

Definition at line 34 of file N_heatflow.h.

◆ t

N_array_3d* N_heatflow_data3d::t

Definition at line 25 of file N_heatflow.h.

◆ t_start

N_array_3d* N_heatflow_data3d::t_start

Definition at line 26 of file N_heatflow.h.


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