nodes_total: Determine total number of nodes

View source: R/flownet_finitedifferences.R

nodes_totalR Documentation

Determine total number of nodes

Description

Determine the total number of nodes on a grid of nodes. Ghost nodes are or are not included based on 'real_only' setting.

Usage

nodes_total(nx, ny, real_only = FALSE, ...)

Arguments

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

Value

number of nodes (scalar)


GJMeijer/soilmech documentation built on May 22, 2022, 10:39 a.m.