From 140afa4e4edb5cec3ce563a40a4d87aabaff828c Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Thu, 16 Nov 2023 12:57:15 +0100 Subject: [PATCH] Add note. --- partitioned-heat-conduction/fenics/utils/ButcherTableaux.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/partitioned-heat-conduction/fenics/utils/ButcherTableaux.py b/partitioned-heat-conduction/fenics/utils/ButcherTableaux.py index 172c687be..07ae830c5 100644 --- a/partitioned-heat-conduction/fenics/utils/ButcherTableaux.py +++ b/partitioned-heat-conduction/fenics/utils/ButcherTableaux.py @@ -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