|
JMSLTM Numerical Library 6.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface FeynmanKac.PdeCoefficients
Public interface for user supplied PDE coefficients in the Feynman-Kac PDE.
| Method Summary | |
|---|---|
double |
kappa(double x,
double t)
Returns the value of the |
double |
mu(double x,
double t)
Returns the value of the |
double |
sigma(double x,
double t)
Returns the value of the |
double |
sigmaPrime(double x,
double t)
Returns the value of |
| Method Detail |
|---|
double kappa(double x,
double t)
Time dependency of
can be controlled via method
setTimeDependence. Use of this method will usually yield a more efficient
algorithm because some finite element matrices do not have to be reassembled for each
t value.
x - a double, the point in space at which t - a double, the time point at which double, the value of (x,t).
double mu(double x,
double t)
Time dependency of
can be controlled via method
setTimeDependence. Use of this method will usually yield a more efficient
algorithm because some finite element matrices do not have to be reassembled for each
t value.
x - a double, the point in space at which t - a double, the time point at which double, the value of (x,t).
double sigma(double x,
double t)
Time dependency of
can be controlled via method
setTimeDependence. Use of this method will usually yield a more efficient
algorithm because some finite element matrices do not have to be reassembled for each
t value.
x - a double, the point in space at which t - a double, the time point at which double, the value of (x,t).
double sigmaPrime(double x,
double t)
Time dependency of
can be controlled via method
setTimeDependence. Use of this method will usually yield a more efficient
algorithm because some finite element matrices do not have to be reassembled for each
t value.
x - a double, the point in space at which t - a double, the time point at which double, the value of (x,t).
|
JMSLTM Numerical Library 6.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||