Skip to content

Commit

Permalink
Fix a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
a-alveyblanc committed Aug 7, 2023
1 parent a3e709d commit 8f67c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshmode/discretization/poly_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def unit_nodes_1d(self):
@property
@memoize_method
def unit_nodes(self):
# in this case, we want unit_nodes_1d = (n,)*dim
# in this case, we want unit_nodes_1d.shape = (n,)*dim
unit_nodes = mp.tensor_product_nodes(
[self.unit_nodes_1d[0]] * self.mesh_el_group.dim)

Expand Down

0 comments on commit 8f67c87

Please sign in to comment.