![]() |
(git:b77b4be)
|
Functions/Subroutines | |
subroutine, public | read_atoms_input (topology, overwrite, subsys_section, save_mem) |
... | |
subroutine, public | read_shell_coord_input (particle_set, shell_particle_set, cell, subsys_section, core_particle_set, save_mem) |
... | |
subroutine, public atoms_input::read_atoms_input | ( | type(topology_parameters_type) | topology, |
logical, intent(in), optional | overwrite, | ||
type(section_vals_type), pointer | subsys_section, | ||
logical, intent(in), optional | save_mem | ||
) |
...
topology | ... |
overwrite | ... |
subsys_section | ... |
save_mem | ... |
Definition at line 69 of file atoms_input.F.
subroutine, public atoms_input::read_shell_coord_input | ( | type(particle_type), dimension(:), pointer | particle_set, |
type(particle_type), dimension(:), pointer | shell_particle_set, | ||
type(cell_type), pointer | cell, | ||
type(section_vals_type), pointer | subsys_section, | ||
type(particle_type), dimension(:), optional, pointer | core_particle_set, | ||
logical, intent(in), optional | save_mem | ||
) |
...
particle_set | ... |
shell_particle_set | ... |
cell | ... |
subsys_section | ... |
core_particle_set | ... |
save_mem | ... |
Definition at line 265 of file atoms_input.F.