src/Walker/Distributor.hpp file

Distributor drives the time integration of differential equations.

Contents

Distributor drives the time integration of differential equations. The implementation uses the Charm++ runtime system and is fully asynchronous, overlapping computation, communication as well as I/O. The algorithm utilizes the structured dagger (SDAG) Charm++ functionality. The high-level overview of the algorithm structure and how it interfaces with Charm++ is discussed in the Charm++ interface file src/Walker/distributor.ci.

Namespaces

namespace walker
Walker declarations and definitions.

Classes

class walker::Distributor
Distributor drives the time integration of differential equations.