|
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_idxlist_collection_new (Xt_idxlist *idxlists, int num_idxlists) |
| Xt_idxlist | xt_idxlist_collection_unpack (void *buffer, int buffer_size, int *position, MPI_Comm comm) |
Definition in file xt_idxlist_collection.h.
| Xt_idxlist xt_idxlist_collection_new | ( | Xt_idxlist * | idxlists, |
| int | num_idxlists | ||
| ) |
generates a new index list based on a collection of index lists
| [in] | idxlists | array containing a number of index lists |
| [in] | num_idxlists | number of index lists in idxlists |
Definition at line 144 of file xt_idxlist_collection.c.
| Xt_idxlist xt_idxlist_collection_unpack | ( | void * | buffer, |
| int | buffer_size, | ||
| int * | position, | ||
| MPI_Comm | comm | ||
| ) |
1.8.13