#include "pfasst/encap/encap_sweeper.hpp"
#include <algorithm>
#include <cassert>
#include "pfasst/globals.hpp"
#include "pfasst/config.hpp"
Go to the source code of this file.
Namespaces | |
pfasst | |
pfasst::encap | |
Encapsulations (short encaps) are the central data type for all PFASST++ algorithms. | |
Functions | |
template<typename time > | |
EncapSweeper< time > & | pfasst::encap::as_encap_sweeper (shared_ptr< ISweeper< time >> x) |
template<typename time > | |
const EncapSweeper< time > & | pfasst::encap::as_encap_sweeper (shared_ptr< const ISweeper< time >> x) |