Code Monkey home page Code Monkey logo

highorderodesolvers's Introduction

HighOrderODESolvers

License: MIT

This is a repository for the course on "Topics in high order accurate time integration methods" held in the Doctoral School at SISSA Trieste (Course Page 2024).

The code developed in the course is available in this repository under the MIT License, without any warranty.

Goal

The course aims to make the student aware of the cutting-edge algorithms used to numerically perform time integration and their properties in order to optimally choose the proper time integrator according to the considered phyisical model.

Prerequisites

  • Basics of numerical analysis
  • The course is based on Python Notebooks. They can be run locally on your laptop or online through Google Colab (suggested, you just need a Google account). Choose one of the following possibilities:
    • Google Colab installed on Google Drive (all online on Google servers) (suggested for unexperienced users) is an app that runs on Google Drive of your Google account. The installation is straightforward at the opening of the first Google Colab project. Try opening the Google Colab link of Chapter 0 and run all the cells, follow the instructions that are inside the notebook. More info on Google Colab at Google Colab Main Page and FAQ of Google Colab.
    • Jupyter Notebook on your laptop (unrecommended if you do not use already python on your laptop and you are not a bit experienced with jupyter notebooks): you need to install python3 on your laptop, jupyter notebook and few modules (numpy, scipy, nodepy and matplotlib), best if installed with pip.

Schedule 2024

Day Time Room
Tuesday, March 12 11:00 to 13:00 131
Tuesday, March 12 14:00 to 16:00 131
Wednesday, March 13 11:00 to 13:00 132
Wednesday, March 13 14:00 to 16:00 131
Thursday, March 14 14:00 to 18:00 131
Tuesday, March 19 11:00 to 13:00 131
Wednesday, March 20 11:00 to 13:00 133
Wednesday, March 20 14:00 to 16:00 131
Thursday, March 21 14:00 to 16:00 131

Microsoft Teams link

The couse can be attended online at this link.

Recordings

Program

  • Chapter 0: Test of the installation Notebook or Google Colab
  • Chapter 1: Theory of ODEs: examples, existence and uniqueness of solutions. Notebook or Google Colab
  • Chapter 2: Explicit and implicit Euler, convergence, stability analysis, properties. Notebook or Google Colab
  • Chapter 3: High order classical methods Notebook or Google Colab
    • Runge--Kutta methods: construction, explicit, implicit, error and stability analysis, properties, the Butcher tableau.
    • Multistep methods: explicit, implicit methods, error and stability analysis, convergence.
  • Chapter 4: Entropy/energy conservative/dissipative high order schemes: relaxation Runge--Kutta methods. Notebook or Google Colab
  • Chapter 5: Iterative explicit arbitrarily high order methods. Deferred Correction (DeC), Arbitrary Derivative (ADER) methods, properties, stability, convergence analysis, similarities. Notebook or Google Colab and Slides on ADER and DeC
  • Chapter 6: Unconditionally positivity preserving schemes and strong stability preserving schemes. Modified Patankar methods and strong strability preserving Runge Kutta and multistep methods. Notebook or Google Colab and Slides for modified Patankar

Solutions of exercises

They are in folder solutions You can open them in Google Colab through

  1. Google Colab solutions
  2. Google Colab solutions
  3. Google Colab solutions
  4. Google Colab solutions
  5. Google Colab solutions
  6. Google Colab solutions

Disclaimer for the code

Everything is provided as-is and without warranty. Use at your own risk!

highorderodesolvers's People

Contributors

accdavlo avatar

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.