parser.add_argument("--interactive",action="store_true",help="whether the optimization process should be guided interactively (also useful for debugging)")
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("--diagonal-transformation-matrix",action="store_true",help="set option if the jacoby of the transformation is diagonal (axiparallel grids)")
# These are the options that I deemed necessary in uflpdelab
# parser.add_argument("--param-class-file", type=str, help="The filename for the generated parameter class header")