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
arr
- A reference to the array which requires slicing.ext
- Extent of central difference limits. Fromconfig.central_difference.ext()
.
Returns
An array view containing only the workable area of the array.