@@ -63,6 +63,7 @@ class PerftoolOptionsArray(ImmutableRecord):
...
@@ -63,6 +63,7 @@ class PerftoolOptionsArray(ImmutableRecord):
turn_off_diagonal_jacobian=PerftoolOption(default=False,helpstr="Do not use diagonal_jacobian transformation on the ufl tree and cast result of jacobianInverseTransposed into a FieldMatrix.")
turn_off_diagonal_jacobian=PerftoolOption(default=False,helpstr="Do not use diagonal_jacobian transformation on the ufl tree and cast result of jacobianInverseTransposed into a FieldMatrix.")
architecture=PerftoolOption(default="haswell",helpstr="The architecture to optimize for. Possible values: haswell|knl")
architecture=PerftoolOption(default="haswell",helpstr="The architecture to optimize for. Possible values: haswell|knl")
grid_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_offset=PerftoolOption(default=False,helpstr="Set to true if you want a yasp grid where the lower left corner is not in the origin.")
simplify=PerftoolOption(default=True,helpstr="Whether to simplify expressions using sympy")
# Arguments that are mainly to be set by logic depending on other options
# Arguments that are mainly to be set by logic depending on other options