Skip to content

Simplify if statement in element tables #837

Description

@mscroggs

This if statement has a complicated condition, made even more complicated by #836:

if (
integral_type == "interior_facet"
or integral_type == "ridge"
or (is_mixed_dim and codim == 0)
):

We should look to see if the logic can be simplified.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions