PLUTO
TABLE2D Struct Reference

#include <structs.h>

Public Attributes

char ** defined
 
int nx
 Number of columns or points in the x direction. More...
 
int ny
 Number of rows or points in the y direction. More...
 
int nf
 
int interpolation
 LINEAR/SPLINE1. More...
 
int ** i
 
int id
 
double * x
 array of x-values (not uniform) More...
 
double * y
 array of y-values (not uniform) More...
 
double * dx
 grid spacing array in the x direction (not uniform) More...
 
double * dy
 grid spacing array in the y direction (not uniform) More...
 
double * lnx
 array of log10(x) values (uniform) More...
 
double * lny
 array of log10(y) values (uniform) More...
 
double ** f
 
double ** a
 Spline coefficient (x^3) More...
 
double ** b
 Spline coefficient (x^2) More...
 
double ** c
 Spline coefficient (x) More...
 
double ** d
 Spline coefficiten (1) More...
 
double ** dfx
 
double ** dfy
 
double * fmin
 
double * fmax
 
double * df
 
double lnxmin
 lower limit (in log10) in the x-direction More...
 
double lnxmax
 upper limit (in log10) in the x-direction More...
 
double lnymin
 lower limit (in log10) in the y-direction More...
 
double lnymax
 upper limit (in log10) in the y-direction More...
 
double dlnx
 uniform spacing in log10(x) More...
 
double dlny
 uniform spacing in log10(y) More...
 
double dlnx_1
 
double dlny_1
 

Detailed Description

Definition at line 172 of file structs.h.

Member Data Documentation

double** TABLE2D::a

Spline coefficient (x^3)

Definition at line 188 of file structs.h.

double** TABLE2D::b

Spline coefficient (x^2)

Definition at line 189 of file structs.h.

double** TABLE2D::c

Spline coefficient (x)

Definition at line 190 of file structs.h.

double** TABLE2D::d

Spline coefficiten (1)

Definition at line 191 of file structs.h.

char** TABLE2D::defined

Definition at line 173 of file structs.h.

double* TABLE2D::df

Definition at line 197 of file structs.h.

double** TABLE2D::dfx

Definition at line 193 of file structs.h.

double** TABLE2D::dfy

Definition at line 194 of file structs.h.

double TABLE2D::dlnx

uniform spacing in log10(x)

Definition at line 202 of file structs.h.

double TABLE2D::dlnx_1

Definition at line 204 of file structs.h.

double TABLE2D::dlny

uniform spacing in log10(y)

Definition at line 203 of file structs.h.

double TABLE2D::dlny_1

Definition at line 205 of file structs.h.

double* TABLE2D::dx

grid spacing array in the x direction (not uniform)

Definition at line 182 of file structs.h.

double* TABLE2D::dy

grid spacing array in the y direction (not uniform)

Definition at line 183 of file structs.h.

double** TABLE2D::f

Definition at line 186 of file structs.h.

double* TABLE2D::fmax

Definition at line 196 of file structs.h.

double* TABLE2D::fmin

Definition at line 195 of file structs.h.

int** TABLE2D::i

Definition at line 178 of file structs.h.

int TABLE2D::id

Definition at line 179 of file structs.h.

int TABLE2D::interpolation

LINEAR/SPLINE1.

Definition at line 177 of file structs.h.

double* TABLE2D::lnx

array of log10(x) values (uniform)

Definition at line 184 of file structs.h.

double TABLE2D::lnxmax

upper limit (in log10) in the x-direction

Definition at line 199 of file structs.h.

double TABLE2D::lnxmin

lower limit (in log10) in the x-direction

Definition at line 198 of file structs.h.

double* TABLE2D::lny

array of log10(y) values (uniform)

Definition at line 185 of file structs.h.

double TABLE2D::lnymax

upper limit (in log10) in the y-direction

Definition at line 201 of file structs.h.

double TABLE2D::lnymin

lower limit (in log10) in the y-direction

Definition at line 200 of file structs.h.

int TABLE2D::nf

Definition at line 176 of file structs.h.

int TABLE2D::nx

Number of columns or points in the x direction.

Definition at line 174 of file structs.h.

int TABLE2D::ny

Number of rows or points in the y direction.

Definition at line 175 of file structs.h.

double* TABLE2D::x

array of x-values (not uniform)

Definition at line 180 of file structs.h.

double* TABLE2D::y

array of y-values (not uniform)

Definition at line 181 of file structs.h.


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