Cyclops

This is the main point of access for the time-parallel implementation of the APinT method. I/O is handled through the cyclops_control module and pickled dicts, respectively.

Functions

  • main – Exposes the high-level implementation

Invocation

See the cyclops_control docs for details of parameters. The test directory contains example calls to Cyclops.

Dependencies

  • cyclops suite
  • numpy
  • pyfftw
  • mpi4py
Author: Adam G. Peddle, Terry Haut
Version: 1.0
cyclops.main(control)[source]

Main program. Exposes the Parareal algorithm. Sub-algos are encapsulated in the rswe_direct and rswe_exponential_integrator modules. All control is through the control object.