|
Yet Another eXchange Tool
DO_NOT_EDIT_HERE
|
#include "xt/xt_idxlist.h"Go to the source code of this file.
Functions | |
| Xt_idxlist | xt_idxstripes_new (struct Xt_stripe const *stripes, int num_stripes) |
| Xt_idxlist | xt_idxstripes_unpack (void *buffer, int buffer_size, int *position, MPI_Comm comm) |
| Xt_idxlist | xt_idxstripes_from_idxlist_new (Xt_idxlist idxlist_src) |
Definition in file xt_idxstripes.h.
| Xt_idxlist xt_idxstripes_from_idxlist_new | ( | Xt_idxlist | idxlist_src | ) |
Creates an index list that is built up of stripes of indices by converting another index list into stripes.
| [in] | idxlist_src | list to convert into stripes |
Definition at line 320 of file xt_idxstripes.c.
| Xt_idxlist xt_idxstripes_new | ( | struct Xt_stripe const * | stripes, |
| int | num_stripes | ||
| ) |
Generates an index list that is built up of stripes of indices.
| [in] | stripes | array defining the stripes |
| [in] | num_stripes | number of stripes |
Definition at line 287 of file xt_idxstripes.c.
| Xt_idxlist xt_idxstripes_unpack | ( | void * | buffer, |
| int | buffer_size, | ||
| int * | position, | ||
| MPI_Comm | comm | ||
| ) |
1.8.13