:py:mod:`symfem.elements.p1_macro` ================================== .. py:module:: symfem.elements.p1_macro .. autoapi-nested-parse:: P1 macro elements. This element's definition appears in https://doi.org/10.1007/s00211-018-0970-6 (Christiansen, Hu, 2018) Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: symfem.elements.p1_macro.P1Macro .. py:class:: P1Macro(reference: symfem.references.Reference, order: int) Bases: :py:obj:`symfem.finite_element.CiarletElement` P1 macro finite element on a triangle. .. py:attribute:: names :value: ['P1 macro'] .. py:attribute:: references :value: ['triangle'] .. py:attribute:: min_order :value: 1 .. py:attribute:: max_order :value: 1 .. py:attribute:: continuity :value: 'C0' .. py:attribute:: last_updated :value: '2023.06'