Git Product home page Git Product logo

ponio's People

Contributors

github-actions[bot] avatar gouarin avatar kivvix avatar seriesl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ponio's Issues

Tsitouras 5(4) method

According to : Runge–Kutta pairs of order 5(4) satisfying only the first column simplifying assumption also know as Tsitouras-2011 paper, I tried to integrate this method to Ponio. But the coefficients of this paper differ from those of Julia OrdinaryDiffEq.jl

Here my json file.

{
    "label": "RK Tsitouras 5(4)",
    "A": [
        [
            "0",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0"
        ],
        [
            "0.161000000000000",
            "0",
            "0",
            "0",
            "0",
            "0",
            "0"
        ],
        [
            "-0.008480655492356989",
            "0.335480655492357",
            "0",
            "0",
            "0",
            "0",
            "0"
        ],
        [
            "2.8971530571054935",
            "-6.359448489975075",
            "4.3622954328695815",
            "0",
            "0",
            "0",
            "0"
        ],
        [
            "5.325864828439257",
            "-11.748883564062828",
            "7.4955393428898365",
            "-0.09249506636175525",
            "0",
            "0",
            "0"
        ],
        [
            "5.86145544294642",
            "-12.92096931784711",
            "8.159367898576159",
            "-0.07158497328140100",
            "-0.028269050394068383",
            "0",
            "0"
        ],
        [
            "0.09646076681806523",
            "0.0100000000000000",
            "0.4798896504144996",
            "1.379008574103742",
            "-3.290069515436081",
            "2.324710524099774",
            "0"
        ]
    ],
    "b": [
        "0.09646076681806523",
        "0.0100000000000000",
        "0.4798896504144996",
        "1.379008574103742",
        "-3.290069515436081",
        "2.324710524099774",
        "0"
    ],
    "c": [
        "0",
        "0.161000000000000",
        "0.327000000000000",
        "0.900000000000000",
        "0.9800255409045097",
        "1",
        "1"
    ],
    "b2": [
        "0.00178001105222577714",
        "0.0008164344596567469",
        "-0.007880878010262",
        "0.1447110071732629",
        "-0.5823571654525552",
        "0.45808210592918697",
        "1/66"
    ],
    "doi": "10.1016/j.camwa.2011.06.002"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.