@@ -37,6 +37,7 @@ class CodegenGlobalOptionsArray(ImmutableRecord):
debug_cache_with_stack=CodegenOption(default=False,helpstr="Store stack along with cache objects. Makes debugging caching issues easier.")
driver_file=CodegenOption(helpstr="The filename for the generated driver header")
explicit_time_stepping=CodegenOption(default=False,helpstr="use explicit time stepping")
time_stepping_order=CodegenOption(default=1,helpstr="Order of the time stepping method")
exact_solution_expression=CodegenOption(helpstr="name of the exact solution expression in the ufl file")
compare_l2errorsquared=CodegenOption(helpstr="maximal allowed l2 error squared of difference between numerical solution and interpolation of exact solution (NOTE: requires --exact-solution-expression)")
grid_info=CodegenOption(default=None,helpstr="Path to file with information about facedir and facemod variations. This can be used to limit the generation of skeleton kernels.")