Skip to content

Commit

Permalink
update pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Dec 3, 2024
1 parent b465f1f commit 01cb5a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions basix/_basixcpp.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@ def restriction(arg0: PolysetType, arg1: CellType, arg2: CellType, /) -> Polyset

def sobolev_space_intersection(arg0: SobolevSpace, arg1: SobolevSpace, /) -> SobolevSpace: ...

def sub_entity_type(arg: CellType, dim: int, index: int /) -> CellType: ...

def sub_entity_connectivity(arg: CellType, /) -> list[list[list[list[int]]]]: ...

def sub_entity_geometry(arg0: CellType, arg1: int, arg2: int, /) -> Annotated[ArrayLike, dict(dtype='float64', )]: ...
Expand Down

0 comments on commit 01cb5a7

Please sign in to comment.