#include "field.h"
Go to the source code of this file.
Defines | |
#define | HSTEPCOL 2 |
Functions | |
int | read_hstep_file (FILE *fd, PetscReal **indata, const int col) |
PetscReal | get_scalf_hstep (PetscReal xydata[], PetscReal xval) |
#define HSTEPCOL 2 |
Definition at line 29 of file hstep_file.c.
Referenced by get_scalf_hstep(), and read_hstep_file().
PetscReal get_scalf_hstep | ( | PetscReal | xydata[], | |
PetscReal | xval | |||
) |
Definition at line 141 of file hstep_file.c.
References HSTEPCOL.
Referenced by Hext_ho_hstep().
int read_hstep_file | ( | FILE * | fd, | |
PetscReal ** | indata, | |||
const int | col | |||
) |
Definition at line 45 of file hstep_file.c.
References HSTEPCOL, MagparFunctionLogBegin, and MagparFunctionLogReturn.
Referenced by Hext_ho_hstep_Init().