elmer_param {elmerparam}R Documentation

Function to provide an interface to ElmerParam

Description

Uses ElmerParam to define a function of a bunch of parameters, using external computation programs such as ElmerSolver.

Usage

elmer_param(xr = NULL, xi = NULL, tag = "", nfun = 1)

Arguments

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

Value

A vector of output values (O1...{}Onfun).

Author(s)

Erik Edelmann <ErikEdelmann@csc.fi>

References

The ElmerParam Manual


[Package elmerparam version 1.0 Index]