:py:mod:`symfem.elements.lagrange_pyramid` ========================================== .. py:module:: symfem.elements.lagrange_pyramid .. autoapi-nested-parse:: Lagrange elements on a pyramid. This element's definition appears in https://doi.org/10.1007/s10915-009-9334-9 (Bergot, Cohen, Durufle, 2010) Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: symfem.elements.lagrange_pyramid.Lagrange .. py:class:: Lagrange(reference: symfem.references.Reference, order: int, variant: str = 'equispaced') Bases: :py:obj:`symfem.finite_element.CiarletElement` Lagrange finite element. .. py:attribute:: names :value: ['Lagrange', 'P'] .. py:attribute:: references :value: ['pyramid'] .. py:attribute:: min_order :value: 0 .. py:attribute:: continuity :value: 'C0' .. py:attribute:: last_updated :value: '2023.07' .. py:method:: init_kwargs() -> Dict[str, Any] Return the kwargs used to create this element. :returns: Keyword argument dictionary