public static interface FeynmanKac.PdeCoefficients
| Modifier and Type | Method and Description |
|---|---|
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
|
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).Copyright © 1970-2015 Rogue Wave Software
Built June 18 2015.