#include "Ifpack_config.h"
#include <string.h>
Go to the source code of this file.
◆ SWAP
Value: do { \
itemp = *a; \
*a = *b; \
*b = itemp; \
dtemp = daux[a-pbase]; \
daux[a-pbase] = daux[b-pbase]; \
daux[b-pbase] = dtemp; \
} while (0)
Definition at line 103 of file Ifpack_MultiListSort.c.
◆ MAX_THRESH
◆ STACK_SIZE
| #define STACK_SIZE (8 * sizeof(unsigned long int)) |
◆ PUSH
| #define PUSH |
( |
| low, |
|
|
| high ) |
◆ POP
| #define POP |
( |
| low, |
|
|
| high ) |
◆ STACK_NOT_EMPTY
| #define STACK_NOT_EMPTY (stack < top) |
◆ min
◆ ifpack_multilist_sort()
| void ifpack_multilist_sort |
( |
int *const | pbase, |
|
|
double *const | daux, |
|
|
size_t | total_elems ) |