Skip to content

Commit

Permalink
Remove TensorProductElementGroupBase.bases_1d
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Apr 30, 2024
1 parent 6c0a6c0 commit 4cb7c84
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions meshmode/discretization/poly_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,17 +558,11 @@ def __init__(self, mesh_el_group: _MeshTensorProductElementGroup,
"`unit_nodes` dim = {unit_nodes.shape[0]}.")

self._basis = basis
self._bases_1d = basis.bases[0]
self._nodes = unit_nodes

def basis_obj(self):
return self._basis

def bases_1d(self):
"""Return 1D component bases used to construct the tensor product basis.
"""
return self._bases_1d

@memoize_method
def quadrature_rule(self):
basis_fcts = self._basis.functions
Expand Down

0 comments on commit 4cb7c84

Please sign in to comment.