elmer_param {elmerparam} | R Documentation |
Uses ElmerParam to define a function of a bunch of parameters, using external computation programs such as ElmerSolver.
elmer_param(xr = NULL, xi = NULL, tag = "", nfun = 1)
xr |
Array of real parameters (R1...{}R$n$) |
xi |
Array of integer parameters (I1...{}I$n$) |
tag |
Unique tag, e.g. for creation of unique file names. (T) |
nfun |
Length of result array |
A vector of output values (O1...{}Onfun
).
Erik Edelmann <ErikEdelmann@csc.fi>
The ElmerParam Manual