ffcx.naming

Functions

cdtype_to_numpy(cdtype)

Map a C data type string NumPy datatype string.

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.cdtype_to_numpy(cdtype)[source]

Map a C data type string NumPy datatype string.

ffcx.naming.compute_signature(ufl_objects, tag)[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]