Skip to content

Commit

Permalink
TL: switch default to FEJER for getIntegrationMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tlunet committed Jun 21, 2024
1 parent 5f2648d commit 08e2134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qmat/lagrange.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def getInterpolationMatrix(self, times):
return PInter


def getIntegrationMatrix(self, intervals, numQuad='LEGENDRE_NUMPY'):
def getIntegrationMatrix(self, intervals, numQuad='FEJER'):
r"""
Compute the integration matrix for a given set of intervals.
Expand Down

0 comments on commit 08e2134

Please sign in to comment.