Skip to content

Commit 7d102e1

Browse files
committed
Remove TensorProductElementGroupBase.bases_1d
1 parent 6c0a6c0 commit 7d102e1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

meshmode/discretization/poly_element.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -558,17 +558,11 @@ def __init__(self, mesh_el_group: _MeshTensorProductElementGroup,
558558
"`unit_nodes` dim = {unit_nodes.shape[0]}.")
559559

560560
self._basis = basis
561-
self._bases_1d = basis.bases[0]
562561
self._nodes = unit_nodes
563562

564563
def basis_obj(self):
565564
return self._basis
566565

567-
def bases_1d(self):
568-
"""Return 1D component bases used to construct the tensor product basis.
569-
"""
570-
return self._bases_1d
571-
572566
@memoize_method
573567
def quadrature_rule(self):
574568
basis_fcts = self._basis.functions

0 commit comments

Comments
 (0)