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 471 of file GeometricGenerator.hpp.
|
inlinevirtual |
Definition at line 478 of file GeometricGenerator.hpp.
|
inline |
Definition at line 480 of file GeometricGenerator.hpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inline |
Definition at line 488 of file GeometricGenerator.hpp.
|
inline |
Definition at line 577 of file GeometricGenerator.hpp.
gno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::numPoints |
Definition at line 473 of file GeometricGenerator.hpp.
int GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::dimension |
Definition at line 474 of file GeometricGenerator.hpp.
lno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::requested |
Definition at line 475 of file GeometricGenerator.hpp.
gno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::assignedPrevious |
Definition at line 476 of file GeometricGenerator.hpp.
int GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::worldSize |
Definition at line 477 of file GeometricGenerator.hpp.