help="maximal allowed l2 error squared of difference between numerical solution and interpolation of exact solution (NOTE: requires --exact-solution-expression)"
help="maximal allowed l2 error squared of difference between numerical solution and interpolation of exact solution (NOTE: requires --exact-solution-expression)"
)
)
parser.add_argument("--interactive",action="store_true",help="whether the optimization process should be guided interactively (also useful for debugging)")
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)")
# These are the options that I deemed necessary in uflpdelab
# 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")
# parser.add_argument("--param-class-file", type=str, help="The filename for the generated parameter class header")