Public type allowing tests to access otherwise-private routines
Calculate the update to the fields
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(out), | dimension(:,:,:) | :: | phi | ||
complex, | intent(out), | dimension(:,:,:) | :: | apar | ||
complex, | intent(out), | dimension(:,:,:) | :: | bpar | ||
logical, | intent(in), | optional | :: | do_gather_in | ||
logical, | intent(in), | optional | :: | do_update_in |
type, public :: fields_local_testing
contains
procedure, nopass :: getfield_local
end type fields_local_testing