:py:mod:`symfem.elements.dpc` ============================= .. py:module:: symfem.elements.dpc .. autoapi-nested-parse:: DPC elements on tensor product cells. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: symfem.elements.dpc.DPC symfem.elements.dpc.VectorDPC .. py:class:: DPC(reference: symfem.references.Reference, order: int, variant: str = 'equispaced') Bases: :py:obj:`symfem.finite_element.CiarletElement` A dPc element. .. py:attribute:: names :value: ['dPc'] .. py:attribute:: references :value: ['interval', 'quadrilateral', 'hexahedron'] .. py:attribute:: min_order :value: 0 .. py:attribute:: continuity :value: 'L2' .. py:attribute:: last_updated :value: '2023.07.1' .. py:method:: init_kwargs() -> Dict[str, Any] Return the kwargs used to create this element. :returns: Keyword argument dictionary .. py:class:: VectorDPC(reference: symfem.references.Reference, order: int, variant: str = 'equispaced') Bases: :py:obj:`symfem.finite_element.CiarletElement` Vector dPc finite element. .. py:attribute:: names :value: ['vector dPc'] .. py:attribute:: references :value: ['quadrilateral', 'hexahedron'] .. py:attribute:: min_order :value: 0 .. py:attribute:: continuity :value: 'L2' .. 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