Tags: molel-gt/ffcx
Tags
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>
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>