Structure to hold radial grid data.
More...
#include <grid_types.h>
|
Vec | points |
| Radial points (distances from the center)
|
|
Vec | weights |
| Integration weights for each point.
|
|
Structure to hold radial grid data.
Contains the radial points and corresponding weights for numerical integration
◆ RadialGrid() [1/2]
occ::dft::RadialGrid::RadialGrid |
( |
| ) |
|
|
default |
◆ RadialGrid() [2/2]
occ::dft::RadialGrid::RadialGrid |
( |
size_t |
num_points | ) |
|
Constructor that pre-allocates memory.
- Parameters
-
num_points | Number of grid points to allocate |
◆ num_points()
size_t occ::dft::RadialGrid::num_points |
( |
| ) |
const |
|
inline |
Gets the number of points in the grid.
- Returns
- The number of grid points
◆ points
Vec occ::dft::RadialGrid::points |
Radial points (distances from the center)
◆ weights
Vec occ::dft::RadialGrid::weights |
Integration weights for each point.
The documentation for this struct was generated from the following file: