![]() |
(git:b77b4be)
|
Functions/Subroutines | |
subroutine, public | init_input_type (input_settings, nsmax, rs_grid_section, ilevel, higher_grid_layout) |
parses an input section to assign the proper values to the input type | |
subroutine, public cp_realspace_grid_init::init_input_type | ( | type(realspace_grid_input_type), intent(out) | input_settings, |
integer, intent(in) | nsmax, | ||
type(section_vals_type), optional, pointer | rs_grid_section, | ||
integer, intent(in) | ilevel, | ||
integer, dimension(3), intent(in) | higher_grid_layout | ||
) |
parses an input section to assign the proper values to the input type
input_settings | ... |
nsmax | ... |
rs_grid_section | ... |
ilevel | ... |
higher_grid_layout | the layout of a higher level grid. layouts with negative or zero values are ignored |
Definition at line 47 of file cp_realspace_grid_init.F.