:py:mod:`symfem.elements.taylor` ================================ .. py:module:: symfem.elements.taylor .. autoapi-nested-parse:: Taylor element on an interval, triangle or tetrahedron. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: symfem.elements.taylor.Taylor .. py:class:: Taylor(reference: symfem.references.Reference, order: int) Bases: :py:obj:`symfem.finite_element.CiarletElement` Taylor finite element. .. py:attribute:: names :value: ['Taylor', 'discontinuous Taylor'] .. py:attribute:: references :value: ['interval', 'triangle', 'tetrahedron'] .. py:attribute:: min_order :value: 0 .. py:attribute:: continuity :value: 'L2' .. py:attribute:: last_updated :value: '2023.06'