Zoltan2
|
#include <GeometricGenerator.hpp>
Public Member Functions | |
virtual | ~CoordinateDistribution () |
CoordinateDistribution (gno_t np_, int dim, int wSize) | |
virtual CoordinatePoint< T > | getPoint (gno_t point_index, unsigned int &state)=0 |
virtual T | getXCenter ()=0 |
virtual T | getXRadius ()=0 |
void | GetPoints (lno_t requestedPointcount, CoordinatePoint< T > *points, Hole< T > **holes, lno_t holeCount, float *sharedRatios_, int myRank) |
void | GetPoints (lno_t requestedPointcount, T **coords, lno_t tindex, Hole< T > **holes, lno_t holeCount, float *sharedRatios_, int myRank) |
Public Attributes | |
gno_t | numPoints |
int | dimension |
lno_t | requested |
gno_t | assignedPrevious |
int | worldSize |
Definition at line 436 of file GeometricGenerator.hpp.
|
inlinevirtual |
Definition at line 443 of file GeometricGenerator.hpp.
|
inline |
Definition at line 445 of file GeometricGenerator.hpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inline |
Definition at line 453 of file GeometricGenerator.hpp.
|
inline |
Definition at line 542 of file GeometricGenerator.hpp.
gno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::numPoints |
Definition at line 438 of file GeometricGenerator.hpp.
int GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::dimension |
Definition at line 439 of file GeometricGenerator.hpp.
lno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::requested |
Definition at line 440 of file GeometricGenerator.hpp.
gno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::assignedPrevious |
Definition at line 441 of file GeometricGenerator.hpp.
int GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::worldSize |
Definition at line 442 of file GeometricGenerator.hpp.