Skip to content

Commit

Permalink
Tweak docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottMacLachlan committed Jan 11, 2025
1 parent 0cbb1a7 commit dccce50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irksome/imex.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def getFormsDIRKIMEX(F, Fexp, ks, khats, butch, t, dt, u0, bcs=None):

class DIRKIMEXMethod:
"""Front-end class for advancing a time-dependent PDE via a diagonally-implicit
Runge-Kutta method formulated in terms of stage derivatives."""
Runge-Kutta IMEX method formulated in terms of stage derivatives."""

def __init__(self, F, F_explicit, butcher_tableau, t, dt, u0, bcs=None,
solver_parameters=None, mass_parameters=None, appctx=None, nullspace=None):
Expand Down

0 comments on commit dccce50

Please sign in to comment.