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