electronic density type
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | id | ||||
real(kind=dp), | public, | dimension(:,:,:), pointer | :: | field | => | null() | field values in grid points |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(real_field_grid_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | id | |||
real(kind=dp), | intent(in), | dimension(:,:,:), target | :: | field |
type, extends(real_field_grid_type) :: density_type
private
contains
private
end type density_type