getFemLabInput - Generate code to read meshes from FEMLAB
Calling sequence:
getFemLabInput(params_list):
Parameters
params_list - A list of scalar input parameters.
Synopsis:
- Generates the code to read meshes generated by FEMLAB 1.1. When the solver is run it expects to find a file called area.scratch containing the mesh.
- getFemLabInput also generates code to read the scalar parameters that are specified in params_list from standard input. getFemLabInput writes a file called indata_sample in the work directory, which can be used as a template for a file specifying all input parameters. After editing indata_sample , the parameter values are conveniently passed to the solver by the command a.out < indata_sample.
Examples:
> # get files to read input from femlab;
> getFemLabInput(params_list)
rdinpt.f
rdpara.f
indata_sample