GRASS 8 Programmer's Manual 8.6.0dev(2026)-d24a5e09d7
Loading...
Searching...
No Matches
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 19 of file N_heatflow.h.

Field Documentation

◆ c

N_array_3d* N_heatflow_data3d::c

Definition at line 27 of file N_heatflow.h.

◆ dt

double N_heatflow_data3d::dt

Definition at line 31 of file N_heatflow.h.

◆ gamma_x

N_array_3d* N_heatflow_data3d::gamma_x

Definition at line 22 of file N_heatflow.h.

◆ gamma_y

N_array_3d* N_heatflow_data3d::gamma_y

Definition at line 23 of file N_heatflow.h.

◆ gamma_z

N_array_3d* N_heatflow_data3d::gamma_z

Definition at line 24 of file N_heatflow.h.

◆ q

N_array_3d* N_heatflow_data3d::q

Definition at line 25 of file N_heatflow.h.

◆ rho

N_array_3d* N_heatflow_data3d::rho

Definition at line 26 of file N_heatflow.h.

◆ status

N_array_3d* N_heatflow_data3d::status

Definition at line 29 of file N_heatflow.h.

◆ t

N_array_3d* N_heatflow_data3d::t

Definition at line 20 of file N_heatflow.h.

◆ t_start

N_array_3d* N_heatflow_data3d::t_start

Definition at line 21 of file N_heatflow.h.


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