-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add functionality to store and retrieve the set of 1d nodes used in t…
…he tensor product Add functionality to store and retrieve 1D basis functions of the tensor product Return 1d nodes as a nested array to match shape expected by modepy Construct tensor product nodes from 1D nodes in TensorProductElementGroupBase Remove files created by running pylint Fix a small typo Minor change Get 1D and ND basis by passing a callable to TPGroupBase, probably not final Change formatting on docstring Mesh TP element groups: claim to be non-affine by default Change docstring Take advantage of changes in modepy to grab 1D components of TP Add FIXME regarding basis not being a TensorProductBasisObject Minor changes Minor documentation change Remove trailing whitespace Update handling of non-TensorProductBasis objects in TensorProductElementGroup Refactor Minor change Add type annotations Stop supplying orth weight to TP basis ValueError -> NotImplementedError Minor fixes Fully type TensorProductElementGroupBase constructor
- Loading branch information
1 parent
9e942e6
commit ab106d9
Showing
3 changed files
with
49 additions
and
7 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