|
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 473 of file GeometricGenerator.hpp.
| virtual GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::~CoordinateDistribution | ( | ) | [inline, virtual] |
Definition at line 480 of file GeometricGenerator.hpp.
| GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::CoordinateDistribution | ( | gno_t | np_, |
| int | dim, | ||
| int | wSize | ||
| ) | [inline] |
Definition at line 482 of file GeometricGenerator.hpp.
| virtual CoordinatePoint<T> GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::getPoint | ( | gno_t | point_index, |
| unsigned int & | state | ||
| ) | [pure virtual] |
| virtual T GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::getXCenter | ( | ) | [pure virtual] |
| virtual T GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::getXRadius | ( | ) | [pure virtual] |
| void GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::GetPoints | ( | lno_t | requestedPointcount, |
| CoordinatePoint< T > * | points, | ||
| Hole< T > ** | holes, | ||
| lno_t | holeCount, | ||
| float * | sharedRatios_, | ||
| int | myRank | ||
| ) | [inline] |
Definition at line 490 of file GeometricGenerator.hpp.
| void GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::GetPoints | ( | lno_t | requestedPointcount, |
| T ** | coords, | ||
| lno_t | tindex, | ||
| Hole< T > ** | holes, | ||
| lno_t | holeCount, | ||
| float * | sharedRatios_, | ||
| int | myRank | ||
| ) | [inline] |
Definition at line 579 of file GeometricGenerator.hpp.
| gno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::numPoints |
Definition at line 475 of file GeometricGenerator.hpp.
| int GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::dimension |
Definition at line 476 of file GeometricGenerator.hpp.
| lno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::requested |
Definition at line 477 of file GeometricGenerator.hpp.
| gno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::assignedPrevious |
Definition at line 478 of file GeometricGenerator.hpp.
| int GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::worldSize |
Definition at line 479 of file GeometricGenerator.hpp.
1.7.6.1