x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
cuda_field_init
Function
9 statements
Source File
allocator.f90
m_cuda_allocator
cuda_field_init
Contents
public function cuda_field_init(ngrid, next, id) result(f)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
ngrid
type(
cuda_field_t
),
intent(in),
pointer
::
next
integer,
intent(in)
::
id
Return Value
type(
cuda_field_t
)