bueler / p4pdes

C and Python examples from my book on using PETSc and Firedrake to solve PDEs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

first line of help string of each code includes option prefix

bueler opened this issue · comments

c/ch2/tri.c is an example. Make this uniform so that

$ ./program -help |head          # determine that "prg_" is prefix
$ ./program -help |grep prg_     # list the options with this prefix

is part of the "help system".

Then document this feature in Chapters 2 and 3 where it will first be used.

I still need to go through and make this uniform.

I believe this is done enough.