FEniCS / ufl

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

Update BaseForm's __call__ #232

Closed nbouziani closed 10 months ago

nbouziani commented 10 months ago

This fixes BaseForm's __call__ by replacing the deprecated code corresponding to the Form case by the action of the BaseForm on the given input. This provides a syntactic sugar for duality pairing.