Skip to content

Code for Buvoli, T., & Tokman, M. (2019). Constructing new time integrators using interpolating polynomials. SIAM Journal on Scientific Computing, 41(5), A2911-A2937.

License

buvoli/CTIUIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

================================================================================

	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. 

About

Code for Buvoli, T., & Tokman, M. (2019). Constructing new time integrators using interpolating polynomials. SIAM Journal on Scientific Computing, 41(5), A2911-A2937.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages