Documentation of software package used to perform tests presented in the paper entitled "Efficient and generic algorithm for rigorous integration forward in time of dPDEs. Part I"

24 June 2013

Jacek Cyranka

contact address: jacek.cyranka (at) ii.uj.edu.pl, jcyranka (at) gmail
home page: www.cyranka.net


Download the zipped program package

Download the numerical data from the tests

Compile instructions

The program has been written in C++ programming language. It makes use of the CAPD library.
We merged the software package with the CAPD library snapshot available at the CAPD webpage at 2013-07-03, which has been tested to be compatible with the software package.
Preferred compiler is the GCC compiler.

The program was checked to succesfully compile with GCC compiler ver. 4.6* , 4.7.3 , 4.8.1 .

The program was tested on a Linux operating system, it is possible to compile it under Windows operating system using the MinGW environment.


Compile instructions

1. Install the CAPD library

Configuration

The configure script checks system configuration and generates Makefiles with proper parameters for compilation (from Makefile.in files). Typically it is called with one parameter

./configure --prefix <prefix>

where <prefix> is localization where libraries and header files will be installed after successful compilation e.g.

./configure --prefix $HOME/local/capd

Compilation and Installation

In capd directory call

Note:
The above steps can be made in some subdirectory, so that only one package or module will be compiled. The last command can require administrator rights depending on <prefix>.

If all the above steps succeeds then


2. Compile the program package.

The program package does not require any extra packages of the CAPD library. It is enough to install the CAPD library in its basic version (without providing any additional parameters during configuration).

Afther the CAPD has been properly compiled and installed, the program package can be compiled and linked.

First enter the following directory within the files that were extracted from the archive capd_dynsys_dPDEs.zip

dPDEs

In the dPDEs directory call

make

3. Included programs

After the program package is compiled, some executable files are generated. Below we present the most important ones.
Each of the programs requires some additional command-line parameters, when a program is called without any parameters then the syntax is printed.

The programs used to compare the execution speed are not included here, because the classes implementing the FadBad++ approach has been removed from the package in order to avoid a confusion.