#include "definitions.h"
#include "zoltan.h"
Go to the source code of this file.
|
| bool | zoltanGeometricPartitioner (const uint size, const uint ncube_total, const uint offset, const int method, struct Zoltan_Struct *zz, const Center_coords &XYZ, real *weight, Zoltan_Out *zoltan_out) |
| |
| bool | zoltanGeometricPartitionerSerial (const uint size, const uint ncube_total, const uint offset, const int method, struct Zoltan_Struct *zz, const Center_coords &XYZ, real *weight, Zoltan_Out *zoltan_out, int comsize) |
| |
| void | treeProcessorTopology (int argcs, char *pArgs[]) |
| |
| void | readSTLGeom (int argc, char *argv[], real **triangle_center, int *nn, const real *xyz) |
| |
| void | delete_ship (real *geom_xyz, int *geom_nn) |
| |
| void | TwoPowN (uint b, real *result) |
| |
◆ Center_coords
◆ delete_ship()
| void delete_ship |
( |
real * |
geom_xyz, |
|
|
int * |
geom_nn |
|
) |
| |
◆ readSTLGeom()
| void readSTLGeom |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
real ** |
triangle_center, |
|
|
int * |
nn, |
|
|
const real * |
xyz |
|
) |
| |
◆ treeProcessorTopology()
| void treeProcessorTopology |
( |
int |
argcs, |
|
|
char * |
pArgs[] |
|
) |
| |
◆ TwoPowN()
◆ zoltanGeometricPartitioner()
| bool zoltanGeometricPartitioner |
( |
const uint |
size, |
|
|
const uint |
ncube_total, |
|
|
const uint |
offset, |
|
|
const int |
method, |
|
|
struct Zoltan_Struct * |
zz, |
|
|
const Center_coords & |
XYZ, |
|
|
real * |
weight, |
|
|
Zoltan_Out * |
zoltan_out |
|
) |
| |
◆ zoltanGeometricPartitionerSerial()
| bool zoltanGeometricPartitionerSerial |
( |
const uint |
size, |
|
|
const uint |
ncube_total, |
|
|
const uint |
offset, |
|
|
const int |
method, |
|
|
struct Zoltan_Struct * |
zz, |
|
|
const Center_coords & |
XYZ, |
|
|
real * |
weight, |
|
|
Zoltan_Out * |
zoltan_out, |
|
|
int |
comsize |
|
) |
| |