Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
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

◆ Vec_dhCreate()

void Vec_dhCreate ( Vec_dh * v)
extern

Definition at line 52 of file Vec_dh.c.

◆ Vec_dhDestroy()

void Vec_dhDestroy ( Vec_dh v)
extern

Definition at line 66 of file Vec_dh.c.

◆ Vec_dhInit()

void Vec_dhInit ( Vec_dh v,
int size )
extern

Definition at line 79 of file Vec_dh.c.

◆ Vec_dhDuplicate()

void Vec_dhDuplicate ( Vec_dh v,
Vec_dh * out )
extern

Definition at line 104 of file Vec_dh.c.

◆ Vec_dhCopy()

void Vec_dhCopy ( Vec_dh x,
Vec_dh y )
extern

Definition at line 89 of file Vec_dh.c.

◆ Vec_dhSet()

void Vec_dhSet ( Vec_dh v,
double value )
extern

Definition at line 121 of file Vec_dh.c.

◆ Vec_dhSetRand()

void Vec_dhSetRand ( Vec_dh v)
extern

Definition at line 134 of file Vec_dh.c.

◆ Vec_dhRead()

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

Definition at line 290 of file Vec_dh.c.

◆ Vec_dhReadBIN()

void Vec_dhReadBIN ( Vec_dh * v,
char * filename )
extern

Definition at line 369 of file Vec_dh.c.

◆ Vec_dhPrint()

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

Definition at line 164 of file Vec_dh.c.

◆ Vec_dhPrintBIN()

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

Definition at line 270 of file Vec_dh.c.