Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 406 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 406 Bytes

exponential-imaginary-stability

Code for analyzing the stability of exponential methods for non-diffusive problems

directory structure

  • mains: contains all the main scripts for generating the paper figures.
  • stability: contains code for calculating stability and convergence properties of IMEX integrators and parareal.
  • stepper: contains the code for running exponential and imex methods.