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

Go to the source code of this file.

Functions

Xt_idxlist xt_idxvec_new (const Xt_int *idxlist, int num_indices)
 
Xt_idxlist xt_idxvec_from_stripes_new (const struct Xt_stripe *stripes, int num_stripes)
 
Xt_idxlist xt_idxvec_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_idxvec.h.

Function Documentation

◆ xt_idxvec_from_stripes_new()

Xt_idxlist xt_idxvec_from_stripes_new ( const struct Xt_stripe stripes,
int  num_stripes 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ xt_idxvec_new()

Xt_idxlist xt_idxvec_new ( const Xt_int idxlist,
int  num_indices 
)

generates a new index list based on an index vector

Parameters
[in]idxlistarray containing the global indices
[in]num_indicesnumber of indices in idxlist
Returns
returns a Xt_idxlist

Definition at line 212 of file xt_idxvec.c.

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

◆ xt_idxvec_unpack()

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

Definition at line 535 of file xt_idxvec.c.

Here is the call graph for this function: