Required
npoint| Type: | int |
| Description: | The shape order of the element. |
def angles(npoint: int, ndim: int) -> npt.NDArray: ...| Type: | int |
| Description: | The shape order of the element. |
| Type: | int |
| Description: | The dimensionality. |
npt.NDArraydef edges(npoint: int, ndim: int) -> npt.NDArray: ...| Type: | int |
| Description: | The shape order of the element. |
| Type: | int |
| Description: | The dimensionality. |
npt.NDArraydef facet_gll_indices(order: int, ndim: int) -> list[list[float]]: ...| Type: | int |
| Description: | Shape order of the element |
| Type: | int |
| Description: | Dimension |
list[list[float]]def facets(npoint: int, ndim: int) -> npt.NDArray: ...| Type: | int |
| Description: | The shape order of the element. |
| Type: | int |
| Description: | The dimensionality. |
npt.NDArraydef facets_tensor(npoint: int, ndim: int) -> npt.NDArray: ...| Type: | int |
| Description: | The shape order of the element. |
| Type: | int |
| Description: | The dimensionality. |
npt.NDArraydef first_order_connectivity(npoint: int, ndim: int) -> npt.NDArray: ...| Type: | int |
| Description: | The shape order of the element. |
| Type: | int |
| Description: | The dimensionality. |
npt.NDArraydef get_Dn_hex(n: int) -> npt.NDArray: ...| Type: | int |
| Description: | index |
npt.NDArraydef get_Dn_quad(n: int) -> npt.NDArray: ...| Type: | int |
| Description: | index |
npt.NDArraydef plot_line(npoint: int, ndim: int) -> npt.NDArray: ...| Type: | int |
| Description: | The shape order of the element. |
| Type: | int |
| Description: | The dimensionality. |
npt.NDArraydef side_set_mask(npoint: int, ndim: int) -> list[npt.NDArray]: ...| Type: | int |
| Description: | The shape order of the element. |
| Type: | int |
| Description: | The dimensionality. |
list[npt.NDArray]