parser.add_argument("--numerical-jacobian",action="store_true",help="use numerical jacobians (only makes sense, if uflpdelab for some reason fails to generate analytic jacobians)")
parser.add_argument("--numerical-jacobian",action="store_true",help="use numerical jacobians (only makes sense, if uflpdelab for some reason fails to generate analytic jacobians)")
parser.add_argument(
"--dirichlet-is-exact-solution",
action="store_true",
help="test if solution is correct by providing the exact solution as dirichlet boundary condition")
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)")
# These are the options that I deemed necessary in uflpdelab
# These are the options that I deemed necessary in uflpdelab