:py:mod:`symfem.elements.morley_wang_xu` ======================================== .. py:module:: symfem.elements.morley_wang_xu .. autoapi-nested-parse:: Morley-Wang-Xu elements on simplices. This element's definition appears in https://doi.org/10.1090/S0025-5718-2012-02611-1 (Wang, Xu, 2013) Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: symfem.elements.morley_wang_xu.MorleyWangXu .. py:class:: MorleyWangXu(reference: symfem.references.Reference, order: int) Bases: :py:obj:`symfem.finite_element.CiarletElement` Morley-Wang-Xu finite element. .. py:attribute:: names :value: ['Morley-Wang-Xu', 'MWX'] .. py:attribute:: references :value: ['interval', 'triangle', 'tetrahedron'] .. py:attribute:: min_order :value: 1 .. py:attribute:: max_order .. py:attribute:: continuity :value: 'C0' .. py:attribute:: last_updated :value: '2023.06'