Main Page | Namespace List | Class List | File List | Namespace Members | Class Members | File Members

Einzel-FIGL-Loeser-Bsp.cpp File Reference

#include "interval.hpp"
#include "dim2taylor.hpp"
#include "itaylor.hpp"
#include "Einzel-FIGL-Loeser.hpp"

Functions

dim2taylor K (dim2taylor_vector &x)
itaylor RS (itaylor &s)
int main ()

Variables

const interval KDefS = interval(0.0,1.0)
const interval KDefT = interval(0.0,1.0)
const interval RSDef = interval(0.0,1.0)

Detailed Description

Example Application file for VFIS Integral Equation Solver.

Function Documentation

dim2taylor K dim2taylor_vector x  ) 
 

Kernel function of the integral equation.

Parameters:
x A dim2taylor_vector with the two variables as dim2taylor arguments
Returns:
The resulting dim2taylor object

int main  ) 
 

Main function of the application.

itaylor RS itaylor s  ) 
 

Right hand side of the integral equation.

Parameters:
s The function variable as dim2taylor argument
Returns:
The resulting itaylor object


Variable Documentation

const interval KDefS = interval(0.0,1.0)
 

Domain of the first kernel variable.

const interval KDefT = interval(0.0,1.0)
 

Domain of the second kernel variable.

const interval RSDef = interval(0.0,1.0)
 

Domain of the right hand side (should be identical with first kernel variable).


Generated on Wed Apr 4 18:08:44 2007 for VFIS by  doxygen 1.4.4