Software for the Numerical Solution of Nonlocal PDEs

 

This is the software associated with the report

On the Computation of Continuous,

Error-Controlled Numerical Solutions of Nonlocal

Parabolic Partial Differential Equations via

Reformulation

by

Graeme Fairweather, Victoria Guenter,

Paul Muir (muir@smu.ca), and Raymond J. Spiteri

 

The PDE solver that is used to solve the problems described in the report is called eBACOLI-PE. It is available at

https://github.com/uofs-simlab/eBACOLI-PE

 

This software must be coupled with one of the following pairs of main programs and collections of subroutines in order to solve a given problem from the report.

 

·      [ZoSh2013-Ex1]:

driver-ZoSh2013-Ex1.f95, ZoSh2013-Ex1.f

·      [KhSa2012-Ex1]:

driver-KhSa2012-Ex1.f95, KhSa2012-Ex1.f

·      [KhSa2012-Ex4]:

driver-KhSa2012-Ex4.f95, KhSa2012-Ex4.f

·      [ElEl2021-Ex4]:

driver-ElEl2021-Ex4.f95, ElEl2021-Ex4.f

·      [EEE2022-Ex5]:

driver-EEE2022-Ex5.f95, EEE2022-Ex5.f

·      [KhSa2012-Ex3]:

driver-KhSa2012-Ex3-Modified.f95, KhSa2012-Ex3-Modified.f

·      [EEE2022-Ex3]:

driver-EEE2022-Ex3.f95, EEE2022-Ex3.f

·      [EEE2022-Ex4]:

driver-EEE2022-Ex4.f95, EEE2022-Ex4.f

·      [KhSa2012-Ex2]:

driver-KhSa2012-Ex2.f95, KhSa2012-Ex2.f

·      [AlYo2023-Ex1]:

driver-AlYo2023-Ex1.f95, AlYo2023-Ex1.f

·      [Sun1996-Ex1-Modified]:

driver-Sun1996-Ex1-Modified.f95, Sun1996-Ex1-Modified.f

 

See the above-mentioned report for further details.

 

Last updated May 1, 2026 by Paul Muir