Skip to content

Tags: molel-gt/ffcx

Tags

v0.4.1

Toggle v0.4.1's commit message
Fixes for version 0.4

v0.4.0

Toggle v0.4.0's commit message
Fix ufcx version

v0.3.0

Toggle v0.3.0's commit message
More versioning

v0.2.0

Toggle v0.2.0's commit message

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify element table construction (FEniCS#354)


* Cut down on passed arguments

* Fix matrix dim

* Fix dofrange

* Try to fix restriction and use existing_tables

* Skip reusing mt_tables entries

* fix update tables

* Make equivalent to main for perms

* Turn off clamping to 0.5

* start refactoring element tables

* try to make more readable

* Add comments and remove slice_size()

* finsh refactoring tables

* remove stuff from element interface that is no longer used

* flake

* value_size -> value_shape

* Remove transposes

* Add docs to element_interface

* skip D413

* document returns of get_component_element

Co-authored-by: IgorBaratta <igorbaratta@gmail.com>
Co-authored-by: Matthew Scroggs <matthew.w.scroggs@gmail.com>
Co-authored-by: Garth N. Wells <gnw20@cam.ac.uk>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify element table construction (FEniCS#354)


* Cut down on passed arguments

* Fix matrix dim

* Fix dofrange

* Try to fix restriction and use existing_tables

* Skip reusing mt_tables entries

* fix update tables

* Make equivalent to main for perms

* Turn off clamping to 0.5

* start refactoring element tables

* try to make more readable

* Add comments and remove slice_size()

* finsh refactoring tables

* remove stuff from element interface that is no longer used

* flake

* value_size -> value_shape

* Remove transposes

* Add docs to element_interface

* skip D413

* document returns of get_component_element

Co-authored-by: IgorBaratta <igorbaratta@gmail.com>
Co-authored-by: Matthew Scroggs <matthew.w.scroggs@gmail.com>
Co-authored-by: Garth N. Wells <gnw20@cam.ac.uk>