View source: R/flownet_finitedifferences.R
index_real | R Documentation |
Get an array of the indices of all real nodes in a rectangular grid. For node numbering, see function 'findiff_sparse_elements()'
index_real(nx, ny, i0 = 0, real_only = FALSE, ...)
nx |
number of real nodes in x and y-direction |
ny |
number of real nodes in x and y-direction |
i0 |
node starting number (index of first node minus 1) |
real_only |
if 'TRUE', only real nodes are numbered. if 'FALSE', all ghost nodes are included in the numbering as well |
... |
additional optional arguments |
array of indices for all real nodes (non-ghost nodes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.