cuda_field_t Interface

public interface cuda_field_t

Module Procedures

public function cuda_field_init(ngrid, next, id) result(f)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ngrid
type(cuda_field_t), intent(in), pointer :: next
integer, intent(in) :: id

Return Value type(cuda_field_t)