![]() |
Octopus
|
Data Types | |
| type | fourier_shell_t |
Functions/Subroutines | |
| real(real64) function, public | fourier_shell_cutoff (space, cube, mesh, is_wfn, dg) |
| subroutine, public | fourier_shell_init (this, namespace, space, cube, mesh, kk) |
| subroutine, public | fourier_shell_end (this) |
| real(real64) function, public fourier_shell_oct_m::fourier_shell_cutoff | ( | class(space_t), intent(in) | space, |
| type(cube_t), intent(in) | cube, | ||
| class(mesh_t), intent(in) | mesh, | ||
| logical, intent(in) | is_wfn, | ||
| real(real64), dimension(:), intent(out), optional | dg | ||
| ) |
| [out] | dg | (3) |
Definition at line 148 of file fourier_shell.F90.
| subroutine, public fourier_shell_oct_m::fourier_shell_init | ( | type(fourier_shell_t), intent(inout) | this, |
| type(namespace_t), intent(in) | namespace, | ||
| class(space_t), intent(in) | space, | ||
| type(cube_t), intent(in) | cube, | ||
| class(mesh_t), intent(in) | mesh, | ||
| real(real64), dimension(:), intent(in), optional | kk | ||
| ) |
| [in] | kk | (3) |
Definition at line 171 of file fourier_shell.F90.
| subroutine, public fourier_shell_oct_m::fourier_shell_end | ( | type(fourier_shell_t), intent(inout) | this | ) |
Definition at line 259 of file fourier_shell.F90.