task_work: Takes the extent of the tiles and returns a list of which...

Description Usage Arguments Value

View source: R/domain_decomposition.R

Description

Takes the extent of the tiles and returns a list of which tiles to do.

Usage

1
task_work(tile_cnt)

Arguments

tile_cnt

The tile_cnt from the plan from plan_domain_decomposition.

Value

An array that's 2 x the number of tiles. It's row, col. Assumes that all work is done by the same process. This orders the work so that it uses cache better.


dd-harp/globalrc documentation built on Sept. 20, 2021, 12:31 a.m.