| 9de0f6ec | 07-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Finally have clean runs using khash to avoid duplicating many options help messages
Removed unneeded memory usage, make copies even of name without pre Organized the code into functions Also use it
Finally have clean runs using khash to avoid duplicating many options help messages
Removed unneeded memory usage, make copies even of name without pre Organized the code into functions Also use it to remove duplicate help messages with PetscOptionsBegin()
Thanks-to: Jed Brown <jedbrown@mcs.anl.gov>
show more ...
|
| 9af95d99 | 07-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Changed to use khash() to prevent PetscOptionsGetViewer() from producing duplicate help messages
Eliminates direct search of previous hashes, prevents artificial limit on checked strings, and false
Changed to use khash() to prevent PetscOptionsGetViewer() from producing duplicate help messages
Eliminates direct search of previous hashes, prevents artificial limit on checked strings, and false positives
Thanks-to: Jed Brown <jed@jedbrown.org>
show more ...
|
| 94d6a431 | 06-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscOptionsGetViewer() prints the same help message multiple times, fixed
by keeping a hash of the prefix + optionname string and checking against previous hashes Also fixed a few typos in help mes
PetscOptionsGetViewer() prints the same help message multiple times, fixed
by keeping a hash of the prefix + optionname string and checking against previous hashes Also fixed a few typos in help messages.
Time: 2 hours Reported-by: Jose E. Roman <jroman@dsic.upv.es>
show more ...
|