surface_poly_fit.results_to_mesh

Write mesh and polynomial-fit results point-data to mesh-file.

usage: surface_poly_fit_r2m [-h] [-l {NONE,CRITICAL,ERROR,WARNING,INFO,DEBUG}]
                            [-o OUTPUT_FILE]
                            surface_poly_fit_results_file

Positional Arguments

surface_poly_fit_results_file

A polynomial fit results ‘.npz’ file.

Named Arguments

-l, --log_level

Possible choices: NONE, CRITICAL, ERROR, WARNING, INFO, DEBUG

Amount of logging.

Default: “INFO”

-o, --output_file

Substitution string used for the name of the output ‘mesh’ files to be generated with polynomial fitting results point data. Default is to replace the extension and add suffixes to input ‘.npz’ file name. One mesh-file per ‘num_rings’, e.g. ‘output_mesh_file_name_nr%(num_rings)%03ds.vtu’.