allocator_t Interface

public interface allocator_t

Module Procedures

public function allocator_init(mesh, sz) result(allocator)

Arguments

Type IntentOptional Attributes Name
type(mesh_t), intent(inout), target :: mesh
integer, intent(in) :: sz

Return Value type(allocator_t)