#include <stdlib.h>
#include "Vec_dh.h"
#include "Mem_dh.h"
#include "SubdomainGraph_dh.h"
#include "io_dh.h"
Go to the source code of this file.
|
void | Vec_dhCreate (Vec_dh *v) |
|
void | Vec_dhDestroy (Vec_dh v) |
|
void | Vec_dhInit (Vec_dh v, int size) |
|
void | Vec_dhCopy (Vec_dh x, Vec_dh y) |
|
void | Vec_dhDuplicate (Vec_dh v, Vec_dh *out) |
|
void | Vec_dhSet (Vec_dh v, double value) |
|
void | Vec_dhSetRand (Vec_dh v) |
|
void | Vec_dhPrint (Vec_dh v, SubdomainGraph_dh sg, char *filename) |
|
void | Vec_dhPrintBIN (Vec_dh v, SubdomainGraph_dh sg, char *filename) |
|
void | Vec_dhRead (Vec_dh *vout, int ignore, char *filename) |
|
void | Vec_dhReadBIN (Vec_dh *vout, char *filename) |
|
#define __FUNC__ "Vec_dhCreate" |
#define __FUNC__ "Vec_dhDestroy" |
#define __FUNC__ "Vec_dhInit" |
#define __FUNC__ "Vec_dhCopy" |
#define __FUNC__ "Vec_dhDuplicate" |
#define __FUNC__ "Vec_dhSet" |
#define __FUNC__ "Vec_dhSetRand" |
#define __FUNC__ "Vec_dhPrint" |
#define __FUNC__ "Vec_dhPrintBIN" |
#define __FUNC__ "Vec_dhRead" |
#define __FUNC__ "Vec_dhReadBIN" |
void Vec_dhCreate |
( |
Vec_dh * |
v | ) |
|
void Vec_dhDestroy |
( |
Vec_dh |
v | ) |
|
void Vec_dhInit |
( |
Vec_dh |
v, |
|
|
int |
size |
|
) |
| |
void Vec_dhSet |
( |
Vec_dh |
v, |
|
|
double |
value |
|
) |
| |
void Vec_dhSetRand |
( |
Vec_dh |
v | ) |
|
void Vec_dhRead |
( |
Vec_dh * |
vout, |
|
|
int |
ignore, |
|
|
char * |
filename |
|
) |
| |
void Vec_dhReadBIN |
( |
Vec_dh * |
vout, |
|
|
char * |
filename |
|
) |
| |