@@ -47,6 +47,7 @@ class PerftoolGlobalOptionsArray(ImmutableRecord):
project_basedir=PerftoolOption(helpstr="The base (build) directory of the dune-perftool project")
architecture=PerftoolOption(default="haswell",helpstr="The architecture to optimize for. Possible values: haswell|knl|skylake")
yaspgrid_offset=PerftoolOption(default=False,helpstr="Set to true if you want a yasp grid where the lower left corner is not in the origin.")
grid_unstructured=PerftoolOption(default=False,helpstr="Set to true if you want to use an unstructured grid.")
precision_bits=PerftoolOption(default=64,helpstr="The number of bits for the floating point type")
overlapping=PerftoolOption(default=False,helpstr="Use an overlapping solver and constraints. You still need to make sure to construct a grid with overlap! The parallel option will be set automatically.")
operators=PerftoolOption(default="r",helpstr="A comma separated list of operators, each name will be interpreted as a subsection name within the formcompiler section")