mdolab / pyhyp

pyHyp generates volume meshes from surface meshes using hyperbolic marching.
Other
45 stars 39 forks source link

Updated options documentation #33

Closed sseraj closed 3 years ago

sseraj commented 4 years ago

Purpose

I made a few changes to the options documentation:

1) Converted the options table into a list-table. The html result is identical, but this makes it possible to change the table without having to manually adjust column widths. 2) Changed char types in the options table to str. 3) Added some boundary related options to the table (adapted from MACH-Aero tutorials). 4) Added a short tutorial on how to use the BC option. (Thanks to @yqliaohk for the Tecplot instructions) 5) Edited the BC error output to print the actual options. (Might cause merge conflicts with #31, but I can fix those)

Closes #27

Type of change

What types of change is it? Select the appropriate type(s) that describe this PR

Checklist

Put an x in the boxes that apply.