Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

provide some examples #24

@GaZ3ll3

Description

@GaZ3ll3

I think some examples like following will benefits a lot for new users and also can be used for education purposes.

  1. Chemical reaction of Robertson(stiff problem)
  2. Elliptical Orbit w/ perturbation or 3-body
    And can provide multiple approaches, such as Runge-Kutta, and Sympletic method, even FMM are usually deployed.
  3. For mathematical standpoint, provide convergence plot, A-stable, and so on for Runge-Kutta(explicit, implicit), multistep method will be a lot of helpful for beginners' numerical study.

And when I ran the test.jl, I found the codes seemed are not optimized, while I found adding @inbounds to turn off bound check only can provide very limited boost.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions