property types
contains multipoles and related variables and procedures
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | id | probably redundant |
|||
integer, | public | :: | order | highest order of multipoles |
|||
real(kind=dp), | public, | dimension(3) | :: | origin | coordinates of multipoles origin |
||
real(kind=dp), | public, | dimension(:), allocatable | :: | values | array of multipole values |
procedure, private :: init_multipoles | |
generic, public :: init => init_multipoles | |
procedure, public :: get_size => get_multipoles_size |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(multipoles_type), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(multipoles_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | id | |||
real(kind=dp), | intent(in), | dimension(:) | :: | origin | ||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | dimension(:) | :: | values |