Giter Site home page Giter Site logo

Comments (2)

balos1 avatar balos1 commented on May 18, 2024 1

Hello,

There is not a specific transitioning guide I can point you to other than the recent changes section in the introduction of the ARKode user guide. Additionally, you may find the “USING ARKSTEP FOR C AND C++ APPLICATIONS” section useful.

In SUNDIALS 4, ARKode was modularized into three time-stepping modules: ARKStep, ERKStep, and MRIStep. The ARKStep module is the Additive Runge-Kutta time-stepping module and provides all of the functionality available in ARKode in SUNDIALS 3. In fact, most of the methods can still be called just by changing the “ARKode” in the function name to “ARKStep”, e.g. ARKodeSStolerances --> ARKStepSStolerances.

To use the ARKStep module, you'll need to include the header file include/arkode/arkode_arkstep.h. This will resolve most of the errors in that output. Additionally, The ARK_S_MAX macro is no longer needed (or provided) - see the ARKodeButcherTable structure and associated functions in the user guide (they are defined in the include/arkode/arkode_butcher.h header file).

from sundials.

Magalame avatar Magalame commented on May 18, 2024

Thanks!

from sundials.

Related Issues (20)

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.