|
Ifpack Package Browser (Single Doxygen Collection) Development
|
#include "Ifpack_config.h"#include <string.h>
Go to the source code of this file.
Classes | |
| struct | stack_node |
Macros | |
| #define | SWAP(a, b) |
| #define | MAX_THRESH 4 |
| #define | STACK_SIZE (8 * sizeof(unsigned long int)) |
| #define | PUSH(low, high) |
| #define | POP(low, high) |
| #define | STACK_NOT_EMPTY (stack < top) |
| #define | min(x, y) |
Functions | |
| void | ifpack_multilist_sort (int *const pbase, double *const daux, size_t total_elems) |
| #define SWAP | ( | a, | |
| b ) |
Definition at line 103 of file Ifpack_MultiListSort.c.
| #define MAX_THRESH 4 |
Definition at line 115 of file Ifpack_MultiListSort.c.
| #define STACK_SIZE (8 * sizeof(unsigned long int)) |
Definition at line 125 of file Ifpack_MultiListSort.c.
| #define PUSH | ( | low, | |
| high ) |
Definition at line 126 of file Ifpack_MultiListSort.c.
| #define POP | ( | low, | |
| high ) |
Definition at line 127 of file Ifpack_MultiListSort.c.
| #define STACK_NOT_EMPTY (stack < top) |
Definition at line 128 of file Ifpack_MultiListSort.c.
| #define min | ( | x, | |
| y ) |
| void ifpack_multilist_sort | ( | int *const | pbase, |
| double *const | daux, | ||
| size_t | total_elems ) |
Definition at line 154 of file Ifpack_MultiListSort.c.