Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Macros | Functions
io_dh.c File Reference
#include "io_dh.h"
#include "Mat_dh.h"
#include "Vec_dh.h"
#include "Mem_dh.h"
#include "Timer_dh.h"
#include "Parser_dh.h"
#include "mat_dh_private.h"
Include dependency graph for io_dh.c:

Go to the source code of this file.

Macros

#define __FUNC__   "openFile_dh"
 
#define __FUNC__   "closeFile_dh"
 

Functions

FILE * openFile_dh (const char *filenameIN, const char *modeIN)
 
void closeFile_dh (FILE *fpIN)
 
void io_dh_print_ebin_mat_private (int m, int beg_row, int *rp, int *cval, double *aval, int *n2o, int *o2n, Hash_i_dh hash, char *filename)
 
void io_dh_read_ebin_mat_private (int *m, int **rp, int **cval, double **aval, char *filename)
 
void io_dh_print_ebin_vec_private (int n, int beg_row, double *vals, int *n2o, int *o2n, Hash_i_dh hash, char *filename)
 
void io_dh_read_ebin_vec_private (int *n, double **vals, char *filename)
 

Macro Definition Documentation

◆ __FUNC__ [1/2]

#define __FUNC__   "openFile_dh"

Definition at line 52 of file io_dh.c.

◆ __FUNC__ [2/2]

#define __FUNC__   "closeFile_dh"

Definition at line 52 of file io_dh.c.

Function Documentation

◆ openFile_dh()

FILE * openFile_dh ( const char * filenameIN,
const char * modeIN )

Definition at line 54 of file io_dh.c.

◆ closeFile_dh()

void closeFile_dh ( FILE * fpIN)

Definition at line 69 of file io_dh.c.

◆ io_dh_print_ebin_mat_private()

void io_dh_print_ebin_mat_private ( int m,
int beg_row,
int * rp,
int * cval,
double * aval,
int * n2o,
int * o2n,
Hash_i_dh hash,
char * filename )

Definition at line 79 of file io_dh.c.

◆ io_dh_read_ebin_mat_private()

void io_dh_read_ebin_mat_private ( int * m,
int ** rp,
int ** cval,
double ** aval,
char * filename )
extern

Definition at line 87 of file io_dh.c.

◆ io_dh_print_ebin_vec_private()

void io_dh_print_ebin_vec_private ( int n,
int beg_row,
double * vals,
int * n2o,
int * o2n,
Hash_i_dh hash,
char * filename )

Definition at line 93 of file io_dh.c.

◆ io_dh_read_ebin_vec_private()

void io_dh_read_ebin_vec_private ( int * n,
double ** vals,
char * filename )

Definition at line 100 of file io_dh.c.