KASKADE 7 development version
|
#include "norm.hh"
#include "util.hh"
#include "workModel.hh"
#include <algorithm>
#include <cmath>
#include <fstream>
#include <functional>
#include <iostream>
#include <vector>
#include "dune/common/dynmatrix.hh"
#include "dune/common/dynvector.hh"
#include "timestepping/sdc.hh"
Go to the source code of this file.
Classes | |
class | Kaskade::EulerSDC< Vector, Norm, Utils, TimeGrid > |
Base class to perform SDC iterations based on the forward Euler Method. Total iterations performed depends on the algorithm in the paper Adaptive Inexact SDC Methods by Ghosh and Weiser. More... | |
Namespaces | |
namespace | Kaskade |
Enumerations | |
enum class | Kaskade::AlgorithmType { Kaskade::ADAPTIVE , Kaskade::NAIVE } |
enum class to steer the main integrate algorithm in EulerSDC class in a certain way. More... | |