generate.empty.data: Make Empty List of n many 3^(n-1) Arrays

View source: R/generate.empty.data.R

generate.empty.dataR Documentation

Make Empty List of n many 3^(n-1) Arrays

Description

Creates a list of length 'n', where each entry 'n' is an empty array of dimension = (3^(n-1), 3^(n-1), 3^(n-1)). Each entry 'n' corresponds to a layer of the adaptive grid, where the level of refinement increases with n by a factor of 3.

The initial layer is a buffer layer as its just a box with sidelength 3*viral radius

Usage

generate.empty.data(max.cells = 3^Global.nmax)

Arguments

max.cells

The maximum number of cells for one grid length, the largest array in the list is defined as max.cells^3


Will-McD/ENSTvisualise documentation built on June 24, 2022, 5:13 p.m.