Skip to content

Commit

Permalink
Add note.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Nov 16, 2023
1 parent fba2d24 commit 140afa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions partitioned-heat-conduction/fenics/utils/ButcherTableaux.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from numpy import vander


# This file originates from https://github.com/firedrakeproject/Irksome/blob/master/irksome/ButcherTableaux.py, please add a corresponding note or delete this file and make irksome a dependency of this code.

class ButcherTableau(object):
"""Top-level class representing a Butcher tableau encoding
a Runge-Kutta method. It has members
Expand Down

0 comments on commit 140afa4

Please sign in to comment.