elmer_param            package:elmerparam            R Documentation

_F_u_n_c_t_i_o_n _t_o _p_r_o_v_i_d_e _a_n _i_n_t_e_r_f_a_c_e _t_o _E_l_m_e_r_P_a_r_a_m

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

      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

_V_a_l_u_e:

     A vector of output values (O1...{}O'nfun').

_A_u_t_h_o_r(_s):

     Erik Edelmann <ErikEdelmann@csc.fi>

_R_e_f_e_r_e_n_c_e_s:

     The ElmerParam Manual

