@@ -34,6 +34,7 @@ class PerftoolOptionsArray(ImmutableRecord):
# Arguments that are to be set from the outside
uflfile=PerftoolOption(helpstr="the UFL file to compile")
debug_cache_with_stack=PerftoolOption(default=False,helpstr="Store stack along with cache objects. Makes debugging caching issues easier.")
driver_file=PerftoolOption(helpstr="The filename for the generated driver header")
operator_file=PerftoolOption(helpstr="The filename for the generated local operator header")
numerical_jacobian=PerftoolOption(default=False,helpstr="use numerical jacobians (only makes sense, if uflpdelab for some reason fails to generate analytic jacobians)")