Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get the butcher trees through a given order that are not reduced by Butcher’s quadrature or row- or column-simplifying conditions
ResourceFunction["ButcherTreeSimplify"][p,η,ξ] gives the set of trees through order p that are not reduced by Butcher's quadrature conditions through order p, row-simplifying conditions through order η or column-simplifying conditions through order ξ. |
Get the additional trees that are necessary for a fourth-order method, assuming that the quadrature conditions through order 4 and the row and column simplifying assumptions of order 1 hold:
In[1]:= |
Out[1]= |
The non-reduced trees for any order can be obtained using the resource function ButcherTrees:
In[2]:= |
Out[2]= |
This work is licensed under a Creative Commons Attribution 4.0 International License