FEniCS / ufl

UFL - Unified Form Language
https://fenicsproject.org
GNU Lesser General Public License v3.0
104 stars 64 forks source link

Simplify coeff and constant naming #142

Closed chrisrichardson closed 1 year ago

chrisrichardson commented 1 year ago

This fixes a problem with coefficient names in ffcx. The current naming is probably for LaTeX compatibility, but I feel this should be a secondary consideration. See https://github.com/FEniCS/ffcx/issues/551

chrisrichardson commented 1 year ago

Fixes FEniCS/ffcx#551