-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduction of Type Aliases for Fields of global dimensions CellField -> Field[[CellDim], dtype] EdgeField -> Field[[EdgeDim], dtype] VertexField -> Field[[VertexDim], dtype] KField -> Field[[KDim], dtype] CellKField -> Field[[CellDim, KDim], dtype] EdgeKField -> Field[[EdgeDim, KDim], dtype] VertexKField -> Field[[VertexDim, KDim], dtype]
- Loading branch information
1 parent
b4e9967
commit 3d1e928
Showing
184 changed files
with
3,227 additions
and
3,056 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.