ffcx.naming
Naming.
Functions
|
Compute the signature hash. |
|
Get DOF map name. |
|
Get expression name. |
|
Get finite element name. |
|
Get form name. |
|
Get integral name. |
- 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.expression_name(expression: tuple[Expr, ndarray[Any, dtype[floating]]], prefix: str) str [source]
Get expression name.