-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extensions of B-series #8
Comments
What would be necessary to support these extensions and how could we approach that? As far as I know, we would need another kind of rooted trees with (at least) two different leaf types for some of these extensions, correct? Is there something "cheaper" we could look at first that doesn't require other tree types? That might help us to improve the interfaces etc. we're using. |
I don't know completely what is needed, but yes, one of the main things would be to support trees with two types of nodes (or n types of nodes for n-additive methods). |
@dynamic-queries Thanks for the interest; it depends quite a bit on your background. Are you already familiar with B-series (as a mathematical tool)? With time integration methods? |
@ketch I am a masters student in scientific computing with some experience in time integration methods. |
Thanks for your interest! If you're new to Julia and/or GitHub, you could start with a small PR, e.g., #103 |
There are several extensions of "B-series for Runge-Kutta methods" that could also be implemented in this package:
AdditiveRungeKuttaMethod
s in time integration methods and multirate infinitesimal split methods #43substitute
needed formodified_equation
,modifying_integrator
) (implemented insubstitute
and backward error analysis for colored trees / additive RK methods #51 and More backward error analysis with additive decompositions #53)compose
latexify
(u, u')' = (u', f)
We should also extend the analysis and handling of B-series, e.g.,
order_of_accuracy
compose
)order_of_symplecticity
andis_symplectic
#216A nice test of pseudo-symmetry and pseudo-symplecticity could be the complex compisitions of Casas, Chartier, Escorihuela-Tomas, and Zhang (2021), https://doi.org/10.1016/j.cam.2020.113006
The text was updated successfully, but these errors were encountered: