Zoltan2
|
#include <GeometricGenerator.hpp>
Public Member Functions | |
virtual T | getXCenter () |
virtual T | getXRadius () |
CoordinateUniformDistribution (gno_t np_, int dim, T l_x, T r_x, T l_y, T r_y, T l_z, T r_z, int wSize) | |
virtual | ~CoordinateUniformDistribution () |
virtual CoordinatePoint< T > | getPoint (gno_t pindex, unsigned int &state) |
Public Member Functions inherited from GeometricGen::CoordinateDistribution< T, lno_t, gno_t > | |
virtual | ~CoordinateDistribution () |
CoordinateDistribution (gno_t np_, int dim, int wSize) | |
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 | |
T | leftMostx |
T | rightMostx |
T | leftMosty |
T | rightMosty |
T | leftMostz |
T | rightMostz |
Public Attributes inherited from GeometricGen::CoordinateDistribution< T, lno_t, gno_t > | |
gno_t | numPoints |
int | dimension |
lno_t | requested |
gno_t | assignedPrevious |
int | worldSize |
Definition at line 674 of file GeometricGenerator.hpp.
|
inline |
Definition at line 692 of file GeometricGenerator.hpp.
|
inlinevirtual |
Definition at line 698 of file GeometricGenerator.hpp.
|
inlinevirtual |
Implements GeometricGen::CoordinateDistribution< T, lno_t, gno_t >.
Definition at line 684 of file GeometricGenerator.hpp.
|
inlinevirtual |
Implements GeometricGen::CoordinateDistribution< T, lno_t, gno_t >.
Definition at line 687 of file GeometricGenerator.hpp.
|
inlinevirtual |
Implements GeometricGen::CoordinateDistribution< T, lno_t, gno_t >.
Definition at line 699 of file GeometricGenerator.hpp.
T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::leftMostx |
Definition at line 676 of file GeometricGenerator.hpp.
T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::rightMostx |
Definition at line 677 of file GeometricGenerator.hpp.
T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::leftMosty |
Definition at line 678 of file GeometricGenerator.hpp.
T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::rightMosty |
Definition at line 679 of file GeometricGenerator.hpp.
T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::leftMostz |
Definition at line 680 of file GeometricGenerator.hpp.
T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::rightMostz |
Definition at line 681 of file GeometricGenerator.hpp.