![]() |
(git:936074a)
|
Data Types | |
| type | shell_kind_type |
| Define the shell type. More... | |
| type | shell_p_type |
Functions/Subroutines | |
| elemental subroutine, public | get_shell (shell, charge, charge_core, charge_shell, mass_core, mass_shell, k2_spring, k4_spring, max_dist, shell_cutoff) |
| ... | |
| subroutine, public | shell_p_create (shell_list, ndim) |
| ... | |
| subroutine, public | shell_p_release (shell_list) |
| ... | |
| elemental subroutine, public shell_potential_types::get_shell | ( | type(shell_kind_type), intent(in) | shell, |
| real(kind=dp), intent(out), optional | charge, | ||
| real(kind=dp), intent(out), optional | charge_core, | ||
| real(kind=dp), intent(out), optional | charge_shell, | ||
| real(kind=dp), intent(out), optional | mass_core, | ||
| real(kind=dp), intent(out), optional | mass_shell, | ||
| real(kind=dp), intent(out), optional | k2_spring, | ||
| real(kind=dp), intent(out), optional | k4_spring, | ||
| real(kind=dp), intent(out), optional | max_dist, | ||
| real(kind=dp), intent(out), optional | shell_cutoff | ||
| ) |
...
| shell | ... |
| charge | ... |
| charge_core | ... |
| charge_shell | ... |
| mass_core | ... |
| mass_shell | ... |
| k2_spring | ... |
| k4_spring | ... |
| max_dist | ... |
| shell_cutoff | ... |
Definition at line 69 of file shell_potential_types.F.
| subroutine, public shell_potential_types::shell_p_create | ( | type(shell_p_type), dimension(:), pointer | shell_list, |
| integer, intent(in) | ndim | ||
| ) |
| subroutine, public shell_potential_types::shell_p_release | ( | type(shell_p_type), dimension(:), pointer | shell_list | ) |
...
| shell_list | ... |
Definition at line 114 of file shell_potential_types.F.