Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
Vec_dh.h File Reference
#include "euclid_common.h"
Include dependency graph for Vec_dh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _vec_dh
 

Functions

void Vec_dhCreate (Vec_dh *v)
 
void Vec_dhDestroy (Vec_dh v)
 
void Vec_dhInit (Vec_dh v, int size)
 
void Vec_dhDuplicate (Vec_dh v, Vec_dh *out)
 
void Vec_dhCopy (Vec_dh x, Vec_dh y)
 
void Vec_dhSet (Vec_dh v, double value)
 
void Vec_dhSetRand (Vec_dh v)
 
void Vec_dhRead (Vec_dh *v, int ignore, char *filename)
 
void Vec_dhReadBIN (Vec_dh *v, char *filename)
 
void Vec_dhPrint (Vec_dh v, SubdomainGraph_dh sg, char *filename)
 
void Vec_dhPrintBIN (Vec_dh v, SubdomainGraph_dh sg, char *filename)
 

Function Documentation

void Vec_dhCreate ( Vec_dh v)

Definition at line 52 of file Vec_dh.c.

void Vec_dhDestroy ( Vec_dh  v)

Definition at line 66 of file Vec_dh.c.

void Vec_dhInit ( Vec_dh  v,
int  size 
)

Definition at line 79 of file Vec_dh.c.

void Vec_dhDuplicate ( Vec_dh  v,
Vec_dh out 
)

Definition at line 104 of file Vec_dh.c.

void Vec_dhCopy ( Vec_dh  x,
Vec_dh  y 
)

Definition at line 89 of file Vec_dh.c.

void Vec_dhSet ( Vec_dh  v,
double  value 
)

Definition at line 121 of file Vec_dh.c.

void Vec_dhSetRand ( Vec_dh  v)

Definition at line 134 of file Vec_dh.c.

void Vec_dhRead ( Vec_dh v,
int  ignore,
char *  filename 
)

Definition at line 290 of file Vec_dh.c.

void Vec_dhReadBIN ( Vec_dh v,
char *  filename 
)

Definition at line 369 of file Vec_dh.c.

void Vec_dhPrint ( Vec_dh  v,
SubdomainGraph_dh  sg,
char *  filename 
)

Definition at line 164 of file Vec_dh.c.

void Vec_dhPrintBIN ( Vec_dh  v,
SubdomainGraph_dh  sg,
char *  filename 
)

Definition at line 270 of file Vec_dh.c.