-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
28 lines (17 loc) · 908 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
================================================================================
This directory contains MATLAB Code for:
Buvoli T. and Tokman M. "Constructing Time Integrators Using
Interpolating Polynomials", 2019, Submitted.
All code is released under the MIT license (See LICENCE).
================================================================================
Directory Structure:
Integrators - Contains abstract classes and implementations for all
integrators.
Problems - Contains abstract classes for problem, and classes for the
2D ADR equation and the 1D Burgers' equation.
Tools - Contains Miscellaneous Helper functions and a class for
initializing finite difference matrices.
================================================================================
Example Usage:
Run main_example to compare BDF, AM, BBDF and BAM on either Burgers' or
2D ADR.