![]() |
(git:936074a)
|
Public Member Functions | |
| pure real(kind=dp) function | integrate_grid_function1 (fun, grid) |
| Integrate a function on an atomic radial grid. | |
| pure real(kind=dp) function | integrate_grid_function2 (fun1, fun2, grid) |
| Integrate the product of two functions on an atomic radial grid. | |
| pure real(kind=dp) function | integrate_grid_function3 (fun1, fun2, fun3, grid) |
| Integrate the product of three functions on an atomic radial grid. | |
Definition at line 82 of file atom_utils.F.
| pure real(kind=dp) function atom_utils::integrate_grid::integrate_grid_function1 | ( | real(kind=dp), dimension(:), intent(in) | fun, |
| type(grid_atom_type), intent(in) | grid | ||
| ) |
Integrate a function on an atomic radial grid.
| fun | function to integrate |
| grid | atomic radial grid |
Definition at line 1012 of file atom_utils.F.
| pure real(kind=dp) function atom_utils::integrate_grid::integrate_grid_function2 | ( | real(kind=dp), dimension(:), intent(in) | fun1, |
| real(kind=dp), dimension(:), intent(in) | fun2, | ||
| type(grid_atom_type), intent(in) | grid | ||
| ) |
Integrate the product of two functions on an atomic radial grid.
| fun1 | first function |
| fun2 | second function |
| grid | atomic radial grid |
Definition at line 1033 of file atom_utils.F.
| pure real(kind=dp) function atom_utils::integrate_grid::integrate_grid_function3 | ( | real(kind=dp), dimension(:), intent(in) | fun1, |
| real(kind=dp), dimension(:), intent(in) | fun2, | ||
| real(kind=dp), dimension(:), intent(in) | fun3, | ||
| type(grid_atom_type), intent(in) | grid | ||
| ) |
Integrate the product of three functions on an atomic radial grid.
| fun1 | first function |
| fun2 | second function |
| fun3 | third function |
| grid | atomic radial grid |
Definition at line 1055 of file atom_utils.F.