Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include "euclid_common.h"
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) |
void Numbering_dhCreate | ( | Numbering_dh * | numb | ) |
Definition at line 54 of file Numbering_dh.c.
void Numbering_dhDestroy | ( | Numbering_dh | numb | ) |
Definition at line 78 of file Numbering_dh.c.
void Numbering_dhSetup | ( | Numbering_dh | numb, |
Mat_dh | mat | ||
) |
Definition at line 105 of file Numbering_dh.c.
void Numbering_dhGlobalToLocal | ( | Numbering_dh | numb, |
int | len, | ||
int * | global_in, | ||
int * | local_out | ||
) |
Definition at line 211 of file Numbering_dh.c.