View source: R/flownet_finitedifferences.R
nodes_total | R Documentation |
Determine the total number of nodes on a grid of nodes. Ghost nodes are or are not included based on 'real_only' setting.
nodes_total(nx, ny, real_only = FALSE, ...)
nx |
number of real nodes in x and y directions |
ny |
number of real nodes in x and y directions |
real_only |
if 'TRUE', only real nodes are numbered and ghost nodes are ignored in numbering |
... |
additional arguments to pass |
number of nodes (scalar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.