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

◆ ExternalRows_dhCreate()

void ExternalRows_dhCreate ( ExternalRows_dh * er)
extern

Definition at line 60 of file ExternalRows_dh.c.

◆ ExternalRows_dhDestroy()

void ExternalRows_dhDestroy ( ExternalRows_dh er)
extern

Definition at line 99 of file ExternalRows_dh.c.

◆ ExternalRows_dhInit()

void ExternalRows_dhInit ( ExternalRows_dh er,
Euclid_dh ctx )
extern

Definition at line 172 of file ExternalRows_dh.c.

◆ ExternalRows_dhRecvRows()

void ExternalRows_dhRecvRows ( ExternalRows_dh extRows)
extern

Definition at line 227 of file ExternalRows_dh.c.

◆ ExternalRows_dhSendRows()

void ExternalRows_dhSendRows ( ExternalRows_dh extRows)
extern

Definition at line 533 of file ExternalRows_dh.c.

◆ ExternalRows_dhGetRow()

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

Definition at line 185 of file ExternalRows_dh.c.