|
Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include "Numbering_dh.h"#include "Mat_dh.h"#include "Hash_i_dh.h"#include "Mem_dh.h"#include "shellSort_dh.h"#include "Parser_dh.h"
Go to the source code of this file.
Macros | |
| #define | __FUNC__ "Numbering_dhCreate" |
| #define | __FUNC__ "Numbering_dhDestroy" |
| #define | __FUNC__ "Numbering_dhSetup" |
| #define | __FUNC__ "Numbering_dhGlobalToLocal" |
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, int *local) |
| #define __FUNC__ "Numbering_dhCreate" |
Definition at line 209 of file Numbering_dh.c.
| #define __FUNC__ "Numbering_dhDestroy" |
Definition at line 209 of file Numbering_dh.c.
| #define __FUNC__ "Numbering_dhSetup" |
Definition at line 209 of file Numbering_dh.c.
| #define __FUNC__ "Numbering_dhGlobalToLocal" |
Definition at line 209 of file Numbering_dh.c.
| 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, | ||
| int * | local | ||
| ) |
Definition at line 211 of file Numbering_dh.c.
1.8.5