FEniCS / ffcx

Next generation FEniCS Form Compiler for finite element forms
https://fenicsproject.org
Other
145 stars 38 forks source link

Add flattened entity dofs to ufcx #586

Closed chrisrichardson closed 1 year ago

chrisrichardson commented 1 year ago

Adds an alternative interface to ufcx for entity_dofs and entity_closure_dofs so that the existing interface can be removed. Rather than using switch/case just return a flattened list with offset data.

chrisrichardson commented 1 year ago

Addresses issue #585

coveralls commented 1 year ago

Coverage Status

coverage: 79.415% (+0.09%) from 79.328% when pulling 8bbf0d1dd2700ff395e229de232525ae52e1ae13 on chris/tabulate-entity-dofs-data into c9831436449eeae702acf3855efc90a5327fd4d9 on main.