#include <pfasst.hpp>
#include <pfasst/config.hpp>
#include <pfasst/logging.hpp>
#include <pfasst/controller/sdc.hpp>
#include <pfasst/encap/vector.hpp>
#include "vdp_sweeper.hpp"
Go to the source code of this file.
Namespaces | |
pfasst | |
pfasst::examples | |
pfasst::examples::vdp | |
Functions | |
double | pfasst::examples::vdp::run_vdp_sdc (const size_t nsteps, const double dt, const size_t nnodes, const size_t niters, const double nu, const double x0, const double y0, const quadrature::QuadratureType nodetype) |
int | main (int argc, char **argv) |
Definition in file vdp_sdc.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 58 of file vdp_sdc.cpp.
References plot::dt, pfasst::quadrature::GaussLegendre, pfasst::init(), ML_LOG, and pfasst::examples::vdp::run_vdp_sdc().