Lagrange variant of the coordinate element. Note: The return type is an integer. A Basix enum can be created using ``basix.LagrangeVariant(value)``.
(self)
| 110 | |
| 111 | @property |
| 112 | def variant(self) -> int: |
| 113 | """Lagrange variant of the coordinate element. |
| 114 | |
| 115 | Note: |
| 116 | The return type is an integer. A Basix enum can be |
| 117 | created using ``basix.LagrangeVariant(value)``. |
| 118 | """ |
| 119 | return self._cpp_object.variant |
| 120 | |
| 121 | @property |
| 122 | def degree(self) -> int: |
no outgoing calls
no test coverage detected