|
PLUTO
|
Fill the ghost boundaries along selected dimensions. More...
#include "al_hidden.h"
Go to the source code of this file.
Functions | |
| int | AL_Exchange_dim (char *buf, int *dims, int sz_ptr) |
Variables | |
| SZ * | sz_stack [AL_MAX_ARRAYS] |
| int | stack_ptr [AL_MAX_ARRAYS] |
Fill the ghost boundaries along selected dimensions.
Fill the ghost boundaries along selected dimensions
Definition in file al_exchange_dim.c.
| int AL_Exchange_dim | ( | char * | buf, |
| int * | dims, | ||
| int | sz_ptr | ||
| ) |
Fill the ghost boundaries along selected dimensions
| [in] | buf | pointer to buffer |
| [in] | dims | if dims[i]=0, do not perform the exchange in this dimension (array if int) |
| [in] | sz_ptr | integer pointer to the distributed array descriptor |
Definition at line 24 of file al_exchange_dim.c.

| int stack_ptr[AL_MAX_ARRAYS] |
Definition at line 26 of file al_szptr_.c.
| SZ* sz_stack[AL_MAX_ARRAYS] |
Definition at line 18 of file al_szptr_.c.