Home
last modified time | relevance | path

Searched refs:argparser (Results 1 – 1 of 1) sorted by relevance

/petsc/share/petsc/bin/
H A Ddmnetwork_view.py474 argparser = ArgumentParser( variable
478 argparser.add_argument('filenames', nargs='+')
479argparser.add_argument('-t', '--set-title', metavar='TITLE', action='store', help="Sets the title …
480argparser.add_argument('-nnl', '--no-node-labels', action='store_true', help="Disables labeling no…
481argparser.add_argument('-nel', '--no-edge-labels', action='store_true', help="Disables labeling ed…
482argparser.add_argument('-nc', '--set-node-color', metavar='COLOR', action='store', help="Sets the …
483argparser.add_argument('-ec', '--set-edge-color', metavar='COLOR', action='store', help="Sets the …
484argparser.add_argument('-ntc', '--set-node-title-color', metavar='COLOR', action='store', help="Se…
485argparser.add_argument('-etc', '--set-edge-title-color', metavar='COLOR', action='store', help="Se…
486argparser.add_argument('-nd', '--no-display', action='store_true', help="Disables displaying the f…
[all …]