x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
cuda_allocator_init
Function
6 statements
Source File
allocator.f90
m_cuda_allocator
cuda_allocator_init
Contents
public function cuda_allocator_init(mesh, sz) result(allocator)
Arguments
Type
Intent
Optional
Attributes
Name
class(
mesh_t
),
intent(inout)
::
mesh
integer,
intent(in)
::
sz
Return Value
type(
cuda_allocator_t
)