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

#include <N_heatflow.h>

Collaboration diagram for N_heatflow_data3d:

Data Fields

N_array_3dt
 
N_array_3dt_start
 
N_array_3dgamma_x
 
N_array_3dgamma_y
 
N_array_3dgamma_z
 
N_array_3dq
 
N_array_3drho
 
N_array_3dc
 
N_array_3dstatus
 
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: