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

Go to the source code of this file.

Classes

struct  _extrows_dh
 

Functions

void ExternalRows_dhCreate (ExternalRows_dh *er)
 
void ExternalRows_dhDestroy (ExternalRows_dh er)
 
void ExternalRows_dhInit (ExternalRows_dh er, Euclid_dh ctx)
 
void ExternalRows_dhRecvRows (ExternalRows_dh extRows)
 
void ExternalRows_dhSendRows (ExternalRows_dh extRows)
 
void ExternalRows_dhGetRow (ExternalRows_dh er, int globalRow, int *len, int **cval, int **fill, REAL_DH **aval)
 

Function Documentation

void ExternalRows_dhCreate ( ExternalRows_dh er)

Definition at line 60 of file ExternalRows_dh.c.

void ExternalRows_dhDestroy ( ExternalRows_dh  er)

Definition at line 99 of file ExternalRows_dh.c.

void ExternalRows_dhInit ( ExternalRows_dh  er,
Euclid_dh  ctx 
)

Definition at line 172 of file ExternalRows_dh.c.

void ExternalRows_dhRecvRows ( ExternalRows_dh  extRows)

Definition at line 227 of file ExternalRows_dh.c.

void ExternalRows_dhSendRows ( ExternalRows_dh  extRows)

Definition at line 533 of file ExternalRows_dh.c.

void ExternalRows_dhGetRow ( ExternalRows_dh  er,
int  globalRow,
int *  len,
int **  cval,
int **  fill,
REAL_DH **  aval 
)

Definition at line 185 of file ExternalRows_dh.c.