PFASST++
vanilla_sdc.cpp File Reference

Advection-Diffusion with vanilla SDC. More...

#include <cstdlib>
#include <memory>
#include <fftw3.h>
#include <pfasst.hpp>
#include <pfasst/logging.hpp>
#include <pfasst/config.hpp>
#include <pfasst/controller/sdc.hpp>
#include <pfasst/encap/vector.hpp>
#include "advection_diffusion_sweeper.hpp"
+ Include dependency graph for vanilla_sdc.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_vanilla_sdc (double abs_residual_tol, double rel_residual_tol=0.0)
 Advection/diffusion example using an encapsulated IMEX sweeper. More...
 
int main (int argc, char **argv)
 

Detailed Description

Advection-Diffusion with vanilla SDC.

Since
v0.1.0

Definition in file vanilla_sdc.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 69 of file vanilla_sdc.cpp.

References pfasst::init(), and pfasst::examples::advection_diffusion::run_vanilla_sdc().

+ Here is the call graph for this function: