:py:mod:`symfem.elements.morley` ================================ .. py:module:: symfem.elements.morley .. autoapi-nested-parse:: Morley elements on simplices. This element's definition appears in https://doi.org/10.1017/S0001925900004546 (Morley, 1968) Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: symfem.elements.morley.Morley .. py:class:: Morley(reference: symfem.references.Reference, order: int) Bases: :py:obj:`symfem.finite_element.CiarletElement` Morley finite element. .. py:attribute:: names :value: ['Morley'] .. py:attribute:: references :value: ['triangle'] .. py:attribute:: min_order :value: 2 .. py:attribute:: max_order :value: 2 .. py:attribute:: continuity :value: 'L2' .. py:attribute:: last_updated :value: '2023.05'