parser.add_argument("--print-transformations",action="store_true",help="print out dot files after ufl tree transformations")
parser.add_argument("--print-transformations",action="store_true",help="print out dot files after ufl tree transformations")
parser.add_argument("--print-transformations-dir",type=str,help="place where to put dot files (can be omitted)")
parser.add_argument("--print-transformations-dir",type=str,help="place where to put dot files (can be omitted)")
parser.add_argument("--diagonal-transformation-matrix",action="store_true",help="set option if the jacoby of the transformation is diagonal (axiparallel grids)")
parser.add_argument("--diagonal-transformation-matrix",action="store_true",help="set option if the jacoby of the transformation is diagonal (axiparallel grids)")
parser.add_argument("--ini-file",type=str,help="An inifile to use. A generated driver will be hard-coded to it, a [formcompiler] section will be used as default values to form compiler arguments (use snake case)")
parser.add_argument("--ini-file",type=str,help="An inifile to use. A generated driver will be hard-coded to it, a [formcompiler] section will be usd as default values to form compiler arguments (use snake case)")