Yet Another eXchange Tool 0.11.1
Loading...
Searching...
No Matches
Functions
xt_idxempty.h File Reference
#include "xt/xt_core.h"
#include "xt/xt_idxlist.h"
Include dependency graph for xt_idxempty.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Xt_idxlist xt_idxempty_new (void)
 
Xt_idxlist xt_idxempty_unpack (void *buffer, int buffer_size, int *position, MPI_Comm comm)
 

Detailed Description

Author
Jörg Behrens behre.nosp@m.ns@d.nosp@m.krz.d.nosp@m.e Moritz Hanke hanke.nosp@m.@dkr.nosp@m.z.de Thomas Jahns jahns.nosp@m.@dkr.nosp@m.z.de

Definition in file xt_idxempty.h.

Function Documentation

◆ xt_idxempty_new()

Xt_idxlist xt_idxempty_new ( void  )

generates a new index list that does not contain any indices

Returns
returns a Xt_idxlist
Examples
idxlist_examples.c, test_idxempty.c, test_idxlist_collection.c, test_redist_collection.c, test_xmap_common_parallel.c, and test_xmap_intersection_parallel.c.

Definition at line 178 of file xt_idxempty.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ xt_idxempty_unpack()

Xt_idxlist xt_idxempty_unpack ( void *  buffer,
int  buffer_size,
int *  position,
MPI_Comm  comm 
)