#include <set>
#include <vector>
#include <algorithm>
#include "zoltan.h"
#include "mpi.h"
Go to the source code of this file.
Namespaces | |
| namespace | parallel |
Classes | |
| struct | parallel::PointSetContS |
Typedefs | |
| typedef parallel::PointSetContS | parallel::PointSetCont |
| typedef void(*) | parallel::zoltan_cft () |
Functions | |
| Zoltan_Struct * | parallel::zoltanIfaceInit (const MPI_Comm &comm) |
| template<typename Iterator> | |
| bool | parallel::zoltanIfacePartition (struct Zoltan_Struct *lb, PointSetCont *pointSet, Iterator insElements) |
| void | parallel::zoltanFinalize (struct Zoltan_Struct *lb) |
| int | parallel::callBackNumElems (void *data, int *ierr) |
| void | parallel::callBackElemList (void *data, int num_gid_entries, int num_lid_entries, ZOLTAN_ID_PTR global_id, ZOLTAN_ID_PTR local_id, int wgt_dim, float *obj_wgts, int *ierr) |
| void | parallel::callBackCoords (void *data, int num_gid_entries, int num_lid_entries, ZOLTAN_ID_PTR global_id, ZOLTAN_ID_PTR local_id, double *geom_vec, int *ierr) |
| int | parallel::callBackDimension (void *data, int *ierr) |
| template<typename Iterator> | |
| bool | parallel::zoltanIfacePartition (struct Zoltan_Struct *lb, PointSetCont *pointSet, Iterator insElements) |
1.4.7