symfem.elements.bell¶
Bell elements on triangle.
This element’s definition is given in https://doi.org/10.1002/nme.1620010108 (Bell, 1969)
Classes¶
Bell finite element. |
Module Contents¶
- class symfem.elements.bell.Bell(reference: symfem.references.Reference, order: int, variant: str = 'equispaced')¶
Bases:
symfem.finite_element.CiarletElementBell finite element.
- variant = 'equispaced'¶
- init_kwargs() dict[str, Any]¶
Return the kwargs used to create this element.
- Returns:
Keyword argument dictionary
- property lagrange_subdegree: int¶
Get the Lagrange subdegree of the element.
This is the degree of the highest degree Lagrange space whose polynomial space is a subspace of this element’s polynomial space.
- property lagrange_superdegree: int | None¶
Get the Lagrange superdegree of the element.
This is the degree of the highest degree Lagrange space whose polynomial space is a superspace of this element’s polynomial space.
- property polynomial_subdegree: int¶
Get the polynomial subdegree of the element.
This is the degree of the highest degree complete polynomial space that is a subspace of this element’s polynomial space.
- property polynomial_superdegree: int | None¶
Get the polynomial superdegree of the element.
This is the degree of the highest degree complete polynomial space that is a superspace of this element’s polynomial space.
- names = ['Bell']¶
- references = ['triangle']¶
- min_order = 4¶
- max_order = 4¶
- continuity = 'C2'¶
- value_type = 'scalar'¶
- last_updated = '2025.12'¶
- _max_continuity_test_order = 3¶