Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Classes | Functions
Numbering_dh.h File Reference
#include "euclid_common.h"
Include dependency graph for Numbering_dh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _numbering_dh
 

Functions

void Numbering_dhCreate (Numbering_dh *numb)
 
void Numbering_dhDestroy (Numbering_dh numb)
 
void Numbering_dhSetup (Numbering_dh numb, Mat_dh mat)
 
void Numbering_dhGlobalToLocal (Numbering_dh numb, int len, int *global_in, int *local_out)
 

Function Documentation

◆ Numbering_dhCreate()

void Numbering_dhCreate ( Numbering_dh * numb)
extern

Definition at line 54 of file Numbering_dh.c.

◆ Numbering_dhDestroy()

void Numbering_dhDestroy ( Numbering_dh numb)
extern

Definition at line 78 of file Numbering_dh.c.

◆ Numbering_dhSetup()

void Numbering_dhSetup ( Numbering_dh numb,
Mat_dh mat )
extern

Definition at line 105 of file Numbering_dh.c.

◆ Numbering_dhGlobalToLocal()

void Numbering_dhGlobalToLocal ( Numbering_dh numb,
int len,
int * global_in,
int * local_out )
extern

Definition at line 211 of file Numbering_dh.c.