x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
init
Function
46 statements
Source File
backend.f90
m_cuda_backend
init
Contents
public function init(mesh, allocator) result(backend)
Arguments
Type
Intent
Optional
Attributes
Name
class(
mesh_t
),
intent(inout),
target
::
mesh
class(
allocator_t
),
intent(inout),
target
::
allocator
Return Value
type(
cuda_backend_t
)