fields_local_testing Derived Type

type, public :: fields_local_testing

Public type allowing tests to access otherwise-private routines


Contents

Source Code


Type-Bound Procedures

procedure, public, nopass :: getfield_local

  • private subroutine getfield_local(phi, apar, bpar, do_gather_in, do_update_in)

    Calculate the update to the fields

    Arguments

    Type IntentOptional 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

Source Code

  type, public :: fields_local_testing
    contains
      procedure, nopass :: getfield_local

  end type fields_local_testing