ffcx.naming

Functions

compute_signature(ufl_objects, tag)

Compute the signature hash.

dofmap_name(ufl_element, prefix)

expression_name(expression, prefix)

finite_element_name(ufl_element, prefix)

form_name(original_form, form_id, prefix)

integral_name(original_form, integral_type, ...)

ffcx.naming.compute_signature(ufl_objects: List[Form | _ElementBase | Tuple[Expr, ndarray[Any, dtype[float64]]]], tag: str) str[source]

Compute the signature hash.

Based on the UFL type of the objects and an additional optional ‘tag’.

ffcx.naming.dofmap_name(ufl_element, prefix)[source]
ffcx.naming.expression_name(expression, prefix)[source]
ffcx.naming.finite_element_name(ufl_element, prefix)[source]
ffcx.naming.form_name(original_form, form_id, prefix)[source]
ffcx.naming.integral_name(original_form, integral_type, form_id, subdomain_id, prefix)[source]