field_k_local Function

public elemental function field_k_local(it, ik)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: it
integer, intent(in) :: ik

Return Value logical


Contents

Source Code


Source Code

  elemental logical function field_k_local(it, ik)
    implicit none
    integer, intent(in) :: ik, it
    UNUSED_DUMMY(ik) ; UNUSED_DUMMY(it)
    ! This is temporary while the fields are being parallelised
    field_k_local = .true.
  end function field_k_local