|
ergo
|
A grid describing a radial grid for an atom with a specific charge. More...
Public Member Functions | |
| RadialGrid (int charge_, RadialScheme *rs, int angMin, int angMax) | |
| int | getCharge () const |
| real | getRadius () const |
| unsigned | getPointCount () const |
| ~RadialGrid () | |
Public Attributes | |
| real * | rad |
| Array of radial grid points. | |
| real * | weights |
| Array of the weights associated with the grid points. | |
| int * | nAngular |
| array of sizes of corresponding angular grids. | |
| int | noOfRadPoints |
Protected Member Functions | |
| void | setAngularFixed (int minAng, int maxAng) |
Private Attributes | |
| int | charge |
A grid describing a radial grid for an atom with a specific charge.
| RadialGrid::RadialGrid | ( | int | charge_, |
| RadialScheme * | rs, | ||
| int | angMin, | ||
| int | angMax ) |
References charge, RadialScheme::generate(), RadialScheme::gridSize, nAngular, noOfRadPoints, rad, setAngularFixed(), and weights.
|
inline |
References charge.
|
inline |
References nAngular, and noOfRadPoints.
Referenced by Stream::addAtom().
|
inline |
References noOfRadPoints, and rad.
Referenced by Stream::addAtom().
|
protected |
References BraggRadii, charge, ll_npoint(), ll_order(), nAngular, noOfRadPoints, and rad.
Referenced by RadialGrid().
|
private |
Referenced by getCharge(), RadialGrid(), and setAngularFixed().
| int* RadialGrid::nAngular |
array of sizes of corresponding angular grids.
Referenced by getPointCount(), RadialGrid(), Stream::saveAtomGridInBox(), setAngularFixed(), and ~RadialGrid().
| int RadialGrid::noOfRadPoints |
Referenced by Stream::addAtom(), getPointCount(), getRadius(), RadialGrid(), Stream::saveAtomGridInBox(), and setAngularFixed().
| real* RadialGrid::rad |
Array of radial grid points.
Referenced by getRadius(), RadialGrid(), Stream::saveAtomGridInBox(), setAngularFixed(), and ~RadialGrid().
| real* RadialGrid::weights |
Array of the weights associated with the grid points.
Referenced by RadialGrid(), Stream::saveAtomGridInBox(), and ~RadialGrid().