|
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) |
| 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 |
| gno_t | numPoints |
| int | dimension |
| lno_t | requested |
| gno_t | assignedPrevious |
| int | worldSize |
Definition at line 721 of file GeometricGenerator.hpp.
| GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::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 | ||
| ) | [inline] |
Definition at line 739 of file GeometricGenerator.hpp.
| virtual GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::~CoordinateUniformDistribution | ( | ) | [inline, virtual] |
Definition at line 745 of file GeometricGenerator.hpp.
| virtual T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::getXCenter | ( | ) | [inline, virtual] |
Implements GeometricGen::CoordinateDistribution< T, lno_t, gno_t >.
Definition at line 731 of file GeometricGenerator.hpp.
| virtual T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::getXRadius | ( | ) | [inline, virtual] |
Implements GeometricGen::CoordinateDistribution< T, lno_t, gno_t >.
Definition at line 734 of file GeometricGenerator.hpp.
| virtual CoordinatePoint<T> GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::getPoint | ( | gno_t | pindex, |
| unsigned int & | state | ||
| ) | [inline, virtual] |
Implements GeometricGen::CoordinateDistribution< T, lno_t, gno_t >.
Definition at line 746 of file GeometricGenerator.hpp.
| 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, inherited] |
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, inherited] |
Definition at line 579 of file GeometricGenerator.hpp.
| T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::leftMostx |
Definition at line 723 of file GeometricGenerator.hpp.
| T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::rightMostx |
Definition at line 724 of file GeometricGenerator.hpp.
| T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::leftMosty |
Definition at line 725 of file GeometricGenerator.hpp.
| T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::rightMosty |
Definition at line 726 of file GeometricGenerator.hpp.
| T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::leftMostz |
Definition at line 727 of file GeometricGenerator.hpp.
| T GeometricGen::CoordinateUniformDistribution< T, lno_t, gno_t >::rightMostz |
Definition at line 728 of file GeometricGenerator.hpp.
gno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::numPoints [inherited] |
Definition at line 475 of file GeometricGenerator.hpp.
int GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::dimension [inherited] |
Definition at line 476 of file GeometricGenerator.hpp.
lno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::requested [inherited] |
Definition at line 477 of file GeometricGenerator.hpp.
gno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::assignedPrevious [inherited] |
Definition at line 478 of file GeometricGenerator.hpp.
int GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::worldSize [inherited] |
Definition at line 479 of file GeometricGenerator.hpp.
1.7.6.1