Created
May 20, 2019 07:38
-
-
Save 1f0/f66e46439724083faebf9d7f1658fd6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
# config parser | |
parser = argparse.ArgumentParser() | |
parser.add_argument("mesh") | |
parser.add_argument("-f", "--framefield", default="") | |
parser.add_argument("-n", "--quadnum", type=int, default=500) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment