Code_Saturne
CFD tool
Data Fields
mei_user_data_t Struct Reference

Structure associated to a single user data set for 1D interpolation. More...

#include <mei_math_util.h>

Collaboration diagram for mei_user_data_t:
Collaboration graph

Data Fields

int col
 
int row
 
double ** values
 
char * name
 
char * commentaries
 

Detailed Description

Structure associated to a single user data set for 1D interpolation.

Field Documentation

◆ col

int col

number of columns

◆ commentaries

char* commentaries

user commentaries

◆ name

char* name

name of the file which contenbt the data set

◆ row

int row

number of lines

◆ values

double** values

values for the data set


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