|
YAC 3.12.0
Yet Another Coupler
|


Go to the source code of this file.
Typedefs | |
| typedef struct yac_xmap_ * | yac_xmap |
Functions | |
| yac_xmap | yac_xmap_from_point_infos (struct remote_point_infos *point_infos, size_t count, MPI_Comm comm) |
| Xt_redist | yac_xmap_generate_redist (yac_xmap xmap, MPI_Datatype base_type) |
| void | yac_xmap_delete (yac_xmap xmap) |
Definition at line 12 of file yac_xmap.h.
| void yac_xmap_delete | ( | yac_xmap | xmap | ) |
| yac_xmap yac_xmap_from_point_infos | ( | struct remote_point_infos * | point_infos, |
| size_t | count, | ||
| MPI_Comm | comm ) |
Definition at line 63 of file yac_xmap.c.


| Xt_redist yac_xmap_generate_redist | ( | yac_xmap | xmap, |
| MPI_Datatype | base_type ) |
Definition at line 161 of file yac_xmap.c.

