PFASST++
mpi_pfasst.cpp File Reference

Advection-Diffusion with MPI-enabled PFASST. More...

#include <cassert>
#include <memory>
#include <vector>
#include <utility>
#include <mpi.h>
#include <fftw3.h>
#include <pfasst.hpp>
#include <pfasst/logging.hpp>
#include <pfasst/controller/pfasst.hpp>
#include <pfasst/mpi_communicator.hpp>
#include <pfasst/encap/vector.hpp>
#include "advection_diffusion_sweeper.hpp"
#include "spectral_transfer_1d.hpp"
+ Include dependency graph for mpi_pfasst.cpp:

Go to the source code of this file.

Namespaces

 pfasst
 
 pfasst::examples
 
 pfasst::examples::advection_diffusion
 

Functions

error_map pfasst::examples::advection_diffusion::run_mpi_pfasst (const double abs_res_tol, const double rel_res_tol, const size_t niters, const size_t nsteps, const double dt, const size_t ndofs_f, const size_t ndofs_c, const size_t nnodes_f, const size_t nnodes_c)
 Advection/diffusion example using an encapsulated IMEX sweeper. More...
 
int main (int argc, char **argv)
 

Detailed Description

Advection-Diffusion with MPI-enabled PFASST.

Since
v0.2.0

Definition in file mpi_pfasst.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 103 of file mpi_pfasst.cpp.

References plot::dt, pfasst::init(), and pfasst::examples::advection_diffusion::run_mpi_pfasst().

+ Here is the call graph for this function: