:py:mod:`symfem.elements.bfs` ============================= .. py:module:: symfem.elements.bfs .. autoapi-nested-parse:: Bogner-Fox-Schmit elements on tensor products. This element's definition appears in http://contrails.iit.edu/reports/8569 (Bogner, Fox, Schmit, 1966) Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: symfem.elements.bfs.BognerFoxSchmit .. py:class:: BognerFoxSchmit(reference: symfem.references.Reference, order: int) Bases: :py:obj:`symfem.finite_element.CiarletElement` Bogner-Fox-Schmit finite element. .. py:attribute:: names :value: ['Bogner-Fox-Schmit', 'BFS'] .. py:attribute:: references :value: ['quadrilateral'] .. py:attribute:: min_order :value: 3 .. py:attribute:: max_order :value: 3 .. py:attribute:: continuity :value: 'C0' .. py:attribute:: last_updated :value: '2023.05'