Function wafer::grid::get_work_area[][src]

pub fn get_work_area(arr: &Array3<R64>, ext: usize) -> ArrayView3<R64>

Shortcut to getting a slice of the workable area of the current array. In other words, the finite element only cells are removed

Arguments

Returns

An array view containing only the workable area of the array.