![]() |
(git:b77b4be)
|
Data Types | |
type | gridlevel_info_type |
Functions/Subroutines | |
subroutine, public | init_gaussian_gridlevel (gridlevel_info, ngrid_levels, cutoff, rel_cutoff, print_section) |
... | |
subroutine, public | destroy_gaussian_gridlevel (gridlevel_info, para_env) |
... | |
integer function, public | gaussian_gridlevel (gridlevel_info, exponent) |
... | |
subroutine, public gaussian_gridlevels::init_gaussian_gridlevel | ( | type(gridlevel_info_type), intent(out) | gridlevel_info, |
integer, intent(in) | ngrid_levels, | ||
real(kind=dp), dimension(ngrid_levels), intent(in) | cutoff, | ||
real(kind=dp), intent(in) | rel_cutoff, | ||
type(section_vals_type), intent(in), target | print_section | ||
) |
...
gridlevel_info | ... |
ngrid_levels | ... |
cutoff | ... |
rel_cutoff | ... |
print_section | ... |
Definition at line 58 of file gaussian_gridlevels.F.
subroutine, public gaussian_gridlevels::destroy_gaussian_gridlevel | ( | type(gridlevel_info_type), intent(inout) | gridlevel_info, |
type(mp_para_env_type), intent(in), optional | para_env | ||
) |
...
gridlevel_info | ... |
para_env | ... |
Definition at line 84 of file gaussian_gridlevels.F.
integer function, public gaussian_gridlevels::gaussian_gridlevel | ( | type(gridlevel_info_type), intent(inout) | gridlevel_info, |
real(kind=dp), intent(in) | exponent | ||
) |
...
gridlevel_info | ... |
exponent | ... |
Definition at line 147 of file gaussian_gridlevels.F.