#include <mpi.h>
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include <ctime>
#include <vector>
#include "dim2taylor.hpp"
#include "itaylor.hpp"
#include "vectoroperations.hpp"
#include "taylor_mpicomm.hpp"
#include "vector_mpicomm.hpp"
#include "ilss_par.hpp"
#include "interval.hpp"
#include "ivector.hpp"
#include "intvector.hpp"
#include "imatrix.hpp"
#include "real.hpp"
#include "dot.hpp"
#include "idot.hpp"
Go to the source code of this file.
Classes | |
class | IntegralSystemOperatorRG |
class | IntegralGleichungsSystem |
Functions | |
void | start_clock (clock_t &) |
void | print_time_used (clock_t, ofstream &) |
interval | Imid (interval &) |
vector< itaylor > | blow (vector< itaylor > &, real) |
ivector | Powers (interval, int) |
void | Systembasis_Integration (imatrix &, imatrix &, int, int, ivector) |
vector< itaylor > | IterativesVerfahren (IntegralSystemOperatorRG &, vector< itaylor > &, int, int, imatrix &, imatrix &, int &, ofstream &) |
Variables | |
itaylor | blow (itaylor &, real) |
|
Epsilon inflation for vectors of itaylor arguments (elementwise).
|
|
Interval Midpoint Computation with interval result.
|
|
Part I: Iteration function: Carries out the fixed point iteration y_0=g; y_{i+1}=IntOp(y_i) for an integral system operator IntSysOp
|
|
Computes powers I^j, j=1..ord, for a given interval.
|
|
Print computation time
|
|
Start timer
|
|
Computes integrals of basic monomials.
|
|
|