getTetraInput - Generate code to read meshes from XXX
*****
NOT AVAILABLE YET.
Calling sequence:
getTetraInput(params_list):
Parameters
params_list - A list of scalar input parameters.
Synopsis:
- Generates the code to read 3D tetrahedral meshes generated by XXXX. When the solver is run it expects to find a file called XXXXX containing the mesh.
- Boundary conditions are specified (XXXXX information to be added)
- getTetraInput also generates code to read the scalar parameters that are specified in params_list from standard input. getTetraInput 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.
XXXXX still correct?
Examples:
> # get files to read input from femlab;
> getTetraInput(params_list)
rdinpt.f
rdpara.f
indata_sample